ry-vue-map 0.3.8 → 0.4.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 +1 -1
- package/lib/ryui.common.js +50 -44
- package/lib/ryui.common.js.gz +0 -0
- package/lib/ryui.css +1 -1
- package/lib/ryui.css.gz +0 -0
- package/lib/ryui.umd.js +50 -44
- package/lib/ryui.umd.js.gz +0 -0
- package/lib/ryui.umd.min.js +3 -3
- package/lib/ryui.umd.min.js.gz +0 -0
- package/package.json +1 -1
- package/src/components/maps/ryOfflineMap/src/index.vue +3 -0
package/lib/ryui.umd.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
]);
|
|
127
127
|
_view.setMaxZoom(this.minZoom);
|
|
128
128
|
_view.setMaxZoom(this.maxZoom);
|
|
129
|
+
this.map=map;
|
|
129
130
|
// _view.seZoom(this.zoom);
|
|
130
131
|
const {
|
|
131
132
|
geo,
|
|
@@ -138,6 +139,8 @@
|
|
|
138
139
|
color,
|
|
139
140
|
lineDash
|
|
140
141
|
});
|
|
142
|
+
|
|
143
|
+
|
|
141
144
|
this.$emit('load', {
|
|
142
145
|
map,
|
|
143
146
|
mapServices:this.lMap,
|