Skip to content

Commit 4a9a04d

Browse files
committed
update:add amap/bmap example
1 parent 667ab5d commit 4a9a04d

File tree

7 files changed

+252
-317
lines changed

7 files changed

+252
-317
lines changed

docs/components/amap.vue

-90
This file was deleted.

docs/components/bmap.vue

-225
This file was deleted.

docs/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
"@sakitam-gis/mapbox-wind": "workspace:*",
1414
"@sakitam-gis/maplibre-wind": "workspace:*",
1515
"@vue/repl": "^4.1.1",
16+
"@amap/amap-jsapi-loader": "^1.0.1",
1617
"mapbox-gl": "^2.15.0",
1718
"maplibre-gl": "^4.1.1",
1819
"ol": "^6.15.1",
1920
"ol-wind": "workspace:*",
21+
"amap-wind": "workspace:*",
22+
"bmap-wind": "workspace:*",
2023
"leaflet": "^1.9.4",
2124
"leaflet-wind": "workspace:*",
2225
"maptalks": "^1.0.0-rc.33",

examples/maptalks/raster/index.md docs/playgrounds/amap/particles.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ importMap: {
66
}
77
---
88

9-
## 添加栅格数据 - 单张
9+
## 添加风场图层
1010

11-
<sfc-playground src="./image.vue" language="vue" title="栅格数据" desc="添加栅格数据 - 单张"></sfc-playground>
11+
<sfc-playground src="./amap.vue" language="vue" title="风场" desc="添加风场图层"></sfc-playground>

0 commit comments

Comments
 (0)