v-ol-map 1.14.5 → 1.14.7

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 CHANGED
@@ -1,6 +1,8 @@
1
1
  # v-ol-map
2
2
 
3
- > 一个基于[OpenLayers](https://openlayers.org/) 的vue组件
3
+ > 一个基于[OpenLayers](https://openlayers.org/) 的 vue 组件
4
+ >
5
+ > vue3 版本:[v3-ol-map](https://github.com/pp129/v3-ol-map)
4
6
 
5
7
  ## 已实现
6
8
 
@@ -12,19 +14,18 @@
12
14
  - 方法 [methods](https://pp129.github.io/vue-openlayers-map/components/MAP.html#methods)
13
15
  - 鹰眼 [v-overview](https://pp129.github.io/vue-openlayers-map/components/OVERVIEW.html)
14
16
  - 图层
15
- - 矢量图层 [v-vector](https://pp129.github.io/vue-openlayers-map/components/VECTOR.html)
17
+ - 矢量图层 [v-vector](https://pp129.github.io/vue-openlayers-map/components/VECTOR.html)
16
18
  - 瓦片图层 [v-tile](https://pp129.github.io/vue-openlayers-map/components/TILEL.html)
17
19
  - 图像图层 [v-tile](https://pp129.github.io/vue-openlayers-map/components/IMAGE.html)
18
20
  - 热力图 [v-heatmap](https://pp129.github.io/vue-openlayers-map/components/HEATMAP.html)
19
21
  - 聚合图层 [v-super-cluster](https://pp129.github.io/vue-openlayers-map/components/CLUSTERLAYER.html) (使用 [SuperCluster](https://github.com/mapbox/supercluster) 实现)
20
22
  - 图形图层 [v-graphic](https://pp129.github.io/vue-openlayers-map/components/GRAPHIC.html)
21
23
  - 路径规划图层 [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)
27
-
24
+ - echarts 图层 [v-echarts](https://pp129.github.io/vue-openlayers-map/components/ECHARTS.html)
25
+ - 弹框 [v-overlay](https://pp129.github.io/vue-openlayers-map/components/OVERLAY.html)
26
+ - 轨迹动画 [v-path](https://pp129.github.io/vue-openlayers-map/components/PATH.html)
27
+ - 绘制 [v-draw](https://pp129.github.io/vue-openlayers-map/components/DRAW.html)
28
+ - 测量 [v-measure](https://pp129.github.io/vue-openlayers-map/components/MEASURE.html)
28
29
 
29
30
  ## [文档](https://pp129.github.io/vue-openlayers-map/DEV.html)
30
31
 
@@ -39,6 +40,7 @@ git clone https://github.com/pp129/vue-openlayers-map.git
39
40
  ```
40
41
 
41
42
  ### 运行
43
+
42
44
  ```bash
43
45
  npm run serve
44
46
  ```