v-ol-map 1.5.0 → 1.5.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 CHANGED
@@ -8,12 +8,14 @@
8
8
  - 视图 [view](https://pp129.github.io/vue-openlayers-map/MAP.html#view)
9
9
  - 地图控件 [controls](https://pp129.github.io/vue-openlayers-map/MAP.html#controls)
10
10
  - 地图交互 [interactions](https://pp129.github.io/vue-openlayers-map/MAP.html#interactions)
11
+ - 透视图 [perspectiveMap](https://pp129.github.io/vue-openlayers-map/MAP.md#perspectiveMap) (实验性)
11
12
  - 事件 [events](https://pp129.github.io/vue-openlayers-map/MAP.html#events)
12
13
  - 可调用方法 [methods](https://pp129.github.io/vue-openlayers-map/MAP.html#methods)
13
14
  - 鹰眼 [v-overview](https://pp129.github.io/vue-openlayers-map/OVERVIEW.html)
14
15
  - 图层
15
16
  - 矢量图层 [v-vector](https://pp129.github.io/vue-openlayers-map/VECTORLAYER.html)
16
17
  - 编辑 [modify](https://pp129.github.io/vue-openlayers-map/VECTORLAYER.html#modify)
18
+ - 聚合 [cluster](https://pp129.github.io/vue-openlayers-map/VECTORLAYER.md#cluster)
17
19
  - 瓦片图层 [v-tile](https://pp129.github.io/vue-openlayers-map/TILELAYER.html)
18
20
  - 热力图 [v-heatmap](https://pp129.github.io/vue-openlayers-map/HEATMAPLAYER.html)
19
21
  - 聚合图层 [v-cluster](https://pp129.github.io/vue-openlayers-map/CLUSTERLAYER.html)