ry-vue-map 0.6.19 → 2.0.0

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,5 +1,5 @@
1
1
  # ryvuemap
2
- ![ryui-version](https://img.shields.io/badge/ryvuemap-0.6.19-green)
2
+ ![ryui-version](https://img.shields.io/badge/ryvuemap-2.0.0-green)
3
3
  > ry公共组件库
4
4
 
5
5
 
@@ -29,7 +29,7 @@ Vue.use(RyUI)
29
29
  `map/index.vue`
30
30
  ```html
31
31
  <template>
32
- <ry-map
32
+ <ry-mapts
33
33
  projection="EPSG:4326" // 投影方式 (可不传)
34
34
  :mapType="1" // 地图类型 1为天地图 不填为bing地图
35
35
  :zoom="15" // 地图缩放率 默认为10(可不传)
@@ -114,7 +114,7 @@ Vue.use(RyUI)
114
114
  @crossHairClick="crossHairClick($event)" // 点击中心点或打点功能触发回调
115
115
  ></ry-polygons>
116
116
  </template>
117
- </ry-map>
117
+ </ry-mapts>
118
118
 
119
119
 
120
120
  <div>
@@ -1,4 +1,4 @@
1
- import { SvgModel, geo2svg } from 'ry-map';
1
+ import { SvgModel, geo2svg } from 'ry-mapts';
2
2
 
3
3
  export default {
4
4
  install(Vue) {