v-ol-map 1.12.7 → 1.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -20
- package/lib/ol-map.umd.js +49 -49
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -4,28 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
## 已实现
|
|
6
6
|
|
|
7
|
-
- 地图 [v-map](https://pp129.github.io/vue-openlayers-map/MAP.html)
|
|
7
|
+
- 地图 [v-map](https://pp129.github.io/vue-openlayers-map/components/MAP.html)
|
|
8
8
|
- 视图 [view](https://pp129.github.io/vue-openlayers-map/MAP.html#view)
|
|
9
|
-
- 地图控件 [controls](https://pp129.github.io/vue-openlayers-map/MAP.html#controls)
|
|
10
|
-
- 地图交互 [interactions](https://pp129.github.io/vue-openlayers-map/MAP.html#interactions)
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
- 鹰眼 [v-overview](https://pp129.github.io/vue-openlayers-map/OVERVIEW.html)
|
|
9
|
+
- 地图控件 [controls](https://pp129.github.io/vue-openlayers-map/components/MAP.html#controls)
|
|
10
|
+
- 地图交互 [interactions](https://pp129.github.io/vue-openlayers-map/components/MAP.html#interactions)
|
|
11
|
+
- 事件 [events](https://pp129.github.io/vue-openlayers-map/components/MAP.html#events)
|
|
12
|
+
- 方法 [methods](https://pp129.github.io/vue-openlayers-map/components/MAP.html#methods)
|
|
13
|
+
- 鹰眼 [v-overview](https://pp129.github.io/vue-openlayers-map/components/OVERVIEW.html)
|
|
15
14
|
- 图层
|
|
16
|
-
- 矢量图层 [v-vector](https://pp129.github.io/vue-openlayers-map/
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
- 测量 [v-measure](https://pp129.github.io/vue-openlayers-map/MEASURE.html)
|
|
15
|
+
- 矢量图层 [v-vector](https://pp129.github.io/vue-openlayers-map/components/VECTOR.html)、
|
|
16
|
+
- 瓦片图层 [v-tile](https://pp129.github.io/vue-openlayers-map/components/TILEL.html)
|
|
17
|
+
- 图像图层 [v-tile](https://pp129.github.io/vue-openlayers-map/components/IMAGE.html)
|
|
18
|
+
- 热力图 [v-heatmap](https://pp129.github.io/vue-openlayers-map/components/HEATMAP.html)
|
|
19
|
+
- 聚合图层 [v-super-cluster](https://pp129.github.io/vue-openlayers-map/components/CLUSTERLAYER.html) (使用 [SuperCluster](https://github.com/mapbox/supercluster) 实现)
|
|
20
|
+
- 图形图层 [v-graphic](https://pp129.github.io/vue-openlayers-map/components/GRAPHIC.html)
|
|
21
|
+
- 路径规划图层 [v-route](https://pp129.github.io/vue-openlayers-map/components/ROUTE.html)
|
|
22
|
+
- echarts图层 [v-echarts](https://pp129.github.io/vue-openlayers-map/components/ECHARTS.html)
|
|
23
|
+
- 弹框 [v-overlay](https://pp129.github.io/vue-openlayers-map/components/OVERLAY.html)
|
|
24
|
+
- 轨迹动画 [v-path](https://pp129.github.io/vue-openlayers-map/components/PATH.html)
|
|
25
|
+
- 绘制 [v-draw](https://pp129.github.io/vue-openlayers-map/components/DRAW.html)
|
|
26
|
+
- 测量 [v-measure](https://pp129.github.io/vue-openlayers-map/components/MEASURE.html)
|
|
29
27
|
|
|
30
28
|
|
|
31
29
|
## [文档](https://pp129.github.io/vue-openlayers-map/DEV.html)
|