ry-vue-map 0.2.6 → 0.2.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/lib/ryui.common.js +16 -16
- package/lib/ryui.common.js.gz +0 -0
- package/lib/ryui.umd.js +16 -16
- package/lib/ryui.umd.js.gz +0 -0
- package/lib/ryui.umd.min.js +1 -1
- package/lib/ryui.umd.min.js.gz +0 -0
- package/package.json +2 -2
- package/src/views/map/index.vue +12 -2
package/lib/ryui.umd.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ry-vue-map",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/ryui.umd.min.js",
|
|
6
6
|
"description": "ry公共组件库",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"element-ui": "~2.15.6",
|
|
44
44
|
"nprogress": "~0.2.0",
|
|
45
45
|
"ol": "^6.14.1",
|
|
46
|
-
"ry-map": "^0.4.
|
|
46
|
+
"ry-map": "^0.4.2",
|
|
47
47
|
"vue": "~2.6.14",
|
|
48
48
|
"vue-demi": "^0.13.11",
|
|
49
49
|
"vue-router": "~3.5.2",
|
package/src/views/map/index.vue
CHANGED
|
@@ -154,8 +154,18 @@
|
|
|
154
154
|
isShowPaly:true,
|
|
155
155
|
layerArr:[2,2],
|
|
156
156
|
kmls,
|
|
157
|
-
model:
|
|
158
|
-
|
|
157
|
+
model:{
|
|
158
|
+
"id": 3,
|
|
159
|
+
"url": "https://rydemo.ryaims.com:9443/ryfiles/46/8c1e06765e0543cc9002b255fe41f372.kml",
|
|
160
|
+
"gcj02Url": "https://rydemo.ryaims.com:9443/ryfiles/80/2607c27c8da1408b8d8f4a9d6487eed1.kml",
|
|
161
|
+
"bbox": [
|
|
162
|
+
121.4692,
|
|
163
|
+
29.759945,
|
|
164
|
+
121.47069167,
|
|
165
|
+
29.761625
|
|
166
|
+
],
|
|
167
|
+
}
|
|
168
|
+
}
|
|
159
169
|
},
|
|
160
170
|
created() {
|
|
161
171
|
// this.model={
|