v-ol-map 1.4.0 → 1.4.3

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 ADDED
@@ -0,0 +1,46 @@
1
+ # v-ol-map
2
+
3
+ > 一个基于[OpenLayers](https://openlayers.org/) 的vue组件
4
+
5
+ ## 已实现
6
+
7
+ - 地图 [v-map](https://pp129.github.io/vue-openlayers-map/MAP.html)
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
+ - 事件 [events](https://pp129.github.io/vue-openlayers-map/MAP.html#events)
12
+ - 可调用方法 [methods](https://pp129.github.io/vue-openlayers-map/MAP.html#methods)
13
+ - 鹰眼 [v-overview](https://pp129.github.io/vue-openlayers-map/OVERVIEW.html)
14
+ - 图层
15
+ - 矢量图层 [v-vector](https://pp129.github.io/vue-openlayers-map/VECTORLAYER.html)
16
+ - 编辑 [modify](https://pp129.github.io/vue-openlayers-map/VECTORLAYER.html#modify)
17
+ - 瓦片图层 [v-tile](https://pp129.github.io/vue-openlayers-map/TILELAYER.html)
18
+ - 热力图 [v-heatmap](https://pp129.github.io/vue-openlayers-map/HEATMAPLAYER.html)
19
+ - 聚合图层 [v-cluster](https://pp129.github.io/vue-openlayers-map/CLUSTERLAYER.html)
20
+ - 图形图层 [v-graphic](https://pp129.github.io/vue-openlayers-map/GRAPHICLAYER.html)
21
+ - 路径规划图层 [v-route](https://pp129.github.io/vue-openlayers-map/ROUTELAYER.html)
22
+ - 弹框 [v-overlay](https://pp129.github.io/vue-openlayers-map/OVERLAY.html)
23
+ - 轨迹动画 [v-track](https://pp129.github.io/vue-openlayers-map/TRACK.html)
24
+ - 绘制 [v-draw](https://pp129.github.io/vue-openlayers-map/DRAW.html)
25
+ - 测量 [v-measure](https://pp129.github.io/vue-openlayers-map/MEASURE.html)
26
+
27
+ ## docs
28
+
29
+ ### [文档](https://pp129.github.io/vue-openlayers-map/DEV.html)
30
+
31
+ ## demo
32
+
33
+ ### git clone
34
+
35
+ ```bash
36
+ //github
37
+ git clone https://github.com/pp129/vue-openlayers-map.git
38
+ //gitee
39
+ git clone https://gitee.com/ayos-team/vue-openlayers-map.git
40
+ ```
41
+
42
+ ### 运行
43
+ ```bash
44
+ npm run serve
45
+ ```
46
+ [live demo](https://vue-openlayers-map.netlify.app)