ry-vue-map 0.6.4 → 0.6.5
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 +62 -45
- package/lib/ryui.common.js.gz +0 -0
- package/lib/ryui.umd.js +62 -45
- 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 +1 -1
- package/src/components/maps/ryKML/src/index.vue +5 -4
- package/src/components/maps/ryKMLs/src/index.vue +28 -18
- package/src/views/map/index.vue +4 -1
- package/src/views/vectorMap/index.vue +600 -125
- package/src/views/vectorMap/330112.js +0 -5106
- package/src/views/vectorMap/geo.json +0 -154715
- package/src/views/vectorMap/geoJson.js +0 -18
- package/src/views/vectorMap/geoJson2.js +0 -37
package/README.MD
CHANGED
package/lib/ryui.common.js
CHANGED
|
@@ -91710,7 +91710,7 @@ if (typeof window !== 'undefined') {
|
|
|
91710
91710
|
// Indicate to webpack that this file can be concatenated
|
|
91711
91711
|
/* harmony default export */ var setPublicPath = (null);
|
|
91712
91712
|
|
|
91713
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
91713
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryMap/src/index.vue?vue&type=template&id=92718596&scoped=true&
|
|
91714
91714
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"map-box"},[_c('div',{directives:[{name:"lmap",rawName:"v-lmap:loadMap",arg:"loadMap"}],staticClass:"map-style"}),(_vm.lMap.map && _vm.isRyMapTool)?_c('RyMapTool',{staticClass:"ry-map-tool",class:{
|
|
91715
91715
|
'left':!_vm.isRight,
|
|
91716
91716
|
'right':_vm.isRight
|
|
@@ -92975,14 +92975,14 @@ class mapTool_MapToolDto {
|
|
|
92975
92975
|
}
|
|
92976
92976
|
|
|
92977
92977
|
}
|
|
92978
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
92978
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryMapTool/src/index.vue?vue&type=template&id=0be147fb&scoped=true&
|
|
92979
92979
|
var srcvue_type_template_id_0be147fb_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"draw-tool-box"},[(!_vm.isRight)?[(_vm.isShowDrawTool)?_c('aside',{staticClass:"map-button-box"},[(!_vm.hideAdd)?_c('el-button',{staticClass:"ele-text-primary el-icon--add",on:{"click":function($event){$event.stopPropagation();return _vm.onCreatePolygon()}}}):_vm._e(),(!_vm.hidePoint)?_c('el-button',{staticClass:"ele-text-primary el-icon--dadian",on:{"click":function($event){$event.stopPropagation();return _vm.onPointEvent()}}}):_vm._e(),(!_vm.hideCancel)?_c('el-button',{staticClass:"ele-text-primary el-icon--back",on:{"click":function($event){$event.stopPropagation();return _vm.lMap.onCancel()}}}):_vm._e(),(!_vm.hideDelete)?_c('el-button',{staticClass:"ele-text-primary el-icon--ashbin",on:{"click":function($event){$event.stopPropagation();return _vm.onDelete()}}}):_vm._e(),(!_vm.hideSave)?_c('el-button',{staticClass:"ele-text-primary el-icon--duihao",on:{"click":function($event){$event.stopPropagation();return _vm.onSave()}}}):_vm._e(),_vm._t("default")],2):_vm._e(),(_vm.isShowRangingTool)?_c('aside',{staticClass:"map-control",staticStyle:{"margin-left":"60px"}},[(!_vm.hideLine)?_c('el-button',{staticClass:"ele-text-primary el-icon--changdu",on:{"click":function($event){$event.stopPropagation();return _vm.onCreateLine()}}}):_vm._e(),(!_vm.hideArea)?_c('el-button',{staticClass:"ele-text-primary el-icon--mianji",on:{"click":function($event){$event.stopPropagation();return _vm.onCreateArea()}}}):_vm._e()],1):_vm._e()]:[(_vm.isShowRangingTool)?_c('aside',{staticClass:"map-control",staticStyle:{"margin-right":"60px"}},[(!_vm.hideLine)?_c('el-button',{staticClass:"ele-text-primary el-icon--changdu",on:{"click":function($event){$event.stopPropagation();return _vm.onCreateLine()}}}):_vm._e(),(!_vm.hideArea)?_c('el-button',{staticClass:"ele-text-primary el-icon--mianji",on:{"click":function($event){$event.stopPropagation();return _vm.onCreateArea()}}}):_vm._e()],1):_vm._e(),(_vm.isShowDrawTool)?_c('aside',{staticClass:"map-button-box"},[(!_vm.hideAdd)?_c('el-button',{staticClass:"ele-text-primary el-icon--add",on:{"click":function($event){$event.stopPropagation();return _vm.onCreatePolygon()}}}):_vm._e(),(!_vm.hidePoint)?_c('el-button',{staticClass:"ele-text-primary el-icon--dadian",on:{"click":function($event){$event.stopPropagation();return _vm.onPointEvent()}}}):_vm._e(),(!_vm.hideCancel)?_c('el-button',{staticClass:"ele-text-primary el-icon--back",on:{"click":function($event){$event.stopPropagation();return _vm.lMap.onCancel()}}}):_vm._e(),(!_vm.hideDelete)?_c('el-button',{staticClass:"ele-text-primary el-icon--ashbin",on:{"click":function($event){$event.stopPropagation();return _vm.onDelete()}}}):_vm._e(),(!_vm.hideSave)?_c('el-button',{staticClass:"ele-text-primary el-icon--duihao",on:{"click":function($event){$event.stopPropagation();return _vm.onSave()}}}):_vm._e(),_vm._t("default")],2):_vm._e()],(_vm.lMap)?_c('ry-cross-hair',{attrs:{"isHide":_vm.isCrossHair,"map":_vm.lMap.map},on:{"click":function($event){return _vm.onClick($event)}}}):_vm._e()],2)}
|
|
92980
92980
|
var srcvue_type_template_id_0be147fb_scoped_true_staticRenderFns = []
|
|
92981
92981
|
|
|
92982
92982
|
|
|
92983
92983
|
// CONCATENATED MODULE: ./src/components/maps/ryMapTool/src/index.vue?vue&type=template&id=0be147fb&scoped=true&
|
|
92984
92984
|
|
|
92985
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
92985
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryCrossHair/src/index.vue?vue&type=template&id=735d1508&
|
|
92986
92986
|
var srcvue_type_template_id_735d1508_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
92987
92987
|
var srcvue_type_template_id_735d1508_staticRenderFns = []
|
|
92988
92988
|
|
|
@@ -93554,7 +93554,7 @@ var src_component = normalizeComponent(
|
|
|
93554
93554
|
)
|
|
93555
93555
|
|
|
93556
93556
|
/* harmony default export */ var ryMapTool_src = (src_component.exports);
|
|
93557
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
93557
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/switchMap/src/newIndex.vue?vue&type=template&id=10ed49d6&scoped=true&
|
|
93558
93558
|
var newIndexvue_type_template_id_10ed49d6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.mapTypeAndLayer && _vm.mapTypeAndLayer.length > 0)?_c('div',{staticClass:"switch-map"},[_c('div',{staticClass:"top",style:({height:_vm.height + 'px'})},[(!_vm.isDisabled)?[_c('p',{class:_vm.bottomRight?(_vm.isExpand?'el-icon-arrow-left':'el-icon-arrow-right'):(!_vm.isExpand?'el-icon-arrow-left':'el-icon-arrow-right'),on:{"click":_vm.changeExpand}})]:_c('p',{staticStyle:{"width":"10px"}}),_c('ul',_vm._l((_vm.mapTypeCopy),function(obj,index){return _c('li',{key:index,class:{ color: !_vm.isExpand?_vm.mapTypeActive === obj.id:true },on:{"click":function($event){return _vm.mapTypeClick(obj)}}},[_c('i',{class:_vm.isExpand?obj.activeIcon:(_vm.mapTypeActive === obj.id?obj.activeIcon:obj.icon)}),_vm._v(" "+_vm._s(obj.name)+" ")])}),0)],2),_c('ul',{class:{bottom:true,marginLeft:_vm.bottomRight}},_vm._l((_vm.mapStyleCopy),function(row,index){return _c('li',{key:index,class:{color:!_vm.isTop?_vm.mapStyleActive === row.id:true},style:({height:_vm.height + 'px',lineHeight:_vm.height + 'px'})},[_c('span',{on:{"click":function($event){return _vm.mapStyleClick(row)}}},[_vm._v(" "+_vm._s(row.name)+" ")]),_c('i',{directives:[{name:"show",rawName:"v-show",value:(index===0),expression:"index===0"}],class:_vm.isTop?'el-icon-arrow-down':'el-icon-arrow-up',on:{"click":_vm.changeDirectionArrow}})])}),0)]):_vm._e()}
|
|
93559
93559
|
var newIndexvue_type_template_id_10ed49d6_scoped_true_staticRenderFns = []
|
|
93560
93560
|
|
|
@@ -94368,7 +94368,7 @@ ryMapTool_src.install = Vue => {
|
|
|
94368
94368
|
};
|
|
94369
94369
|
|
|
94370
94370
|
/* harmony default export */ var ryMapTool = (ryMapTool_src);
|
|
94371
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
94371
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryPolygon/src/index.vue?vue&type=template&id=3e8f1c13&
|
|
94372
94372
|
var srcvue_type_template_id_3e8f1c13_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
94373
94373
|
var srcvue_type_template_id_3e8f1c13_staticRenderFns = []
|
|
94374
94374
|
|
|
@@ -94742,7 +94742,7 @@ ryPolygon_src.install = Vue => {
|
|
|
94742
94742
|
};
|
|
94743
94743
|
|
|
94744
94744
|
/* harmony default export */ var ryPolygon = (ryPolygon_src);
|
|
94745
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
94745
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryPolygons/src/index.vue?vue&type=template&id=bd05c456&
|
|
94746
94746
|
var srcvue_type_template_id_bd05c456_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
94747
94747
|
var srcvue_type_template_id_bd05c456_staticRenderFns = []
|
|
94748
94748
|
|
|
@@ -95486,7 +95486,7 @@ ryPolygons_src.install = Vue => {
|
|
|
95486
95486
|
};
|
|
95487
95487
|
|
|
95488
95488
|
/* harmony default export */ var ryPolygons = (ryPolygons_src);
|
|
95489
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
95489
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryClusters/src/index.vue?vue&type=template&id=148ba5e7&scoped=true&
|
|
95490
95490
|
var srcvue_type_template_id_148ba5e7_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
95491
95491
|
var srcvue_type_template_id_148ba5e7_scoped_true_staticRenderFns = []
|
|
95492
95492
|
|
|
@@ -95800,7 +95800,7 @@ ryClusters_src.install = Vue => {
|
|
|
95800
95800
|
};
|
|
95801
95801
|
|
|
95802
95802
|
/* harmony default export */ var ryClusters = (ryClusters_src);
|
|
95803
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
95803
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryClustersMarker/src/index.vue?vue&type=template&id=64b08b64&scoped=true&
|
|
95804
95804
|
var srcvue_type_template_id_64b08b64_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
95805
95805
|
var srcvue_type_template_id_64b08b64_scoped_true_staticRenderFns = []
|
|
95806
95806
|
|
|
@@ -95989,7 +95989,7 @@ ryClustersMarker_src.install = Vue => {
|
|
|
95989
95989
|
};
|
|
95990
95990
|
|
|
95991
95991
|
/* harmony default export */ var ryClustersMarker = (ryClustersMarker_src);
|
|
95992
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
95992
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryPolygonGeo/src/index.vue?vue&type=template&id=49125fce&
|
|
95993
95993
|
var srcvue_type_template_id_49125fce_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
95994
95994
|
var srcvue_type_template_id_49125fce_staticRenderFns = []
|
|
95995
95995
|
|
|
@@ -96300,7 +96300,7 @@ ryPolygonGeo_src.install = Vue => {
|
|
|
96300
96300
|
};
|
|
96301
96301
|
|
|
96302
96302
|
/* harmony default export */ var ryPolygonGeo = (ryPolygonGeo_src);
|
|
96303
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
96303
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryVectorMap/src/index.vue?vue&type=template&id=007eb38f&scoped=true&
|
|
96304
96304
|
var srcvue_type_template_id_007eb38f_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"lmap",rawName:"v-lmap:loadMap",arg:"loadMap"}],staticClass:"vector-map"},[_vm._t("polygon",null,{"mapDto":{map: _vm.map,lMap: _vm.lMap}})],2)}
|
|
96305
96305
|
var srcvue_type_template_id_007eb38f_scoped_true_staticRenderFns = []
|
|
96306
96306
|
|
|
@@ -96518,7 +96518,7 @@ ryVectorMap_src.install = Vue => {
|
|
|
96518
96518
|
};
|
|
96519
96519
|
|
|
96520
96520
|
/* harmony default export */ var ryVectorMap = (ryVectorMap_src);
|
|
96521
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
96521
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryLines/src/index.vue?vue&type=template&id=c1f258de&scoped=true&
|
|
96522
96522
|
var srcvue_type_template_id_c1f258de_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.isShowPlayback)?_c('div',{staticClass:"el-slider-box"},[_c('el-row',{attrs:{"type":"flex","justify":"center"}},[_c('el-col',{attrs:{"span":1}},[(!_vm.index || !_vm.isStop)?_c('button',{staticClass:"button-paly",on:{"click":function($event){$event.stopPropagation();return _vm.onPlayTrajectory()}}}):_c('button',{staticClass:"button-stop",on:{"click":function($event){$event.stopPropagation();return _vm.onStopTrajectory()}}})]),_c('el-col',{staticStyle:{"margin-left":"30px"},attrs:{"xs":13,"sm":19,"md":19,"lg":19,"xl":23}},[_c('el-slider',{attrs:{"marks":_vm.marks,"show-tooltip":"","step":1,"min":0,"max":_vm.cacheArr.length - 1,"format-tooltip":_vm.formatTooltip},on:{"change":_vm.sliderChange},model:{value:(_vm.index),callback:function ($$v) {_vm.index=$$v},expression:"index"}})],1)],1),_c('el-row',{attrs:{"type":"flex","justify":"end"}},[_c('el-col',[_c('section',{staticClass:"control-panel"},[_c('span',[_vm._v("播放倍速:")]),_c('span',{class:{ active: _vm.selectActive[0] },on:{"click":function($event){$event.stopPropagation();return _vm.onPlaySpeed(0, 200)}}},[_vm._v("0.5x")]),_c('span',{class:{ active: _vm.selectActive[1] },on:{"click":function($event){$event.stopPropagation();return _vm.onPlaySpeed(1, 100)}}},[_vm._v("正常")]),_c('span',{class:{ active: _vm.selectActive[2] },on:{"click":function($event){$event.stopPropagation();return _vm.onPlaySpeed(2, 50)}}},[_vm._v("1.5x")]),_c('span',{class:{ active: _vm.selectActive[3] },on:{"click":function($event){$event.stopPropagation();return _vm.onPlaySpeed(3, 5)}}},[_vm._v("2.0x")])])])],1)],1):_vm._e()])}
|
|
96523
96523
|
var srcvue_type_template_id_c1f258de_scoped_true_staticRenderFns = []
|
|
96524
96524
|
|
|
@@ -97351,7 +97351,7 @@ ryLines_src.install = Vue => {
|
|
|
97351
97351
|
};
|
|
97352
97352
|
|
|
97353
97353
|
/* harmony default export */ var ryLines = (ryLines_src);
|
|
97354
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97354
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryStaticMap/src/index.vue?vue&type=template&id=8a78c586&scoped=true&
|
|
97355
97355
|
var srcvue_type_template_id_8a78c586_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"map-box"},[_c('div',{directives:[{name:"lmap",rawName:"v-lmap:loadMap",arg:"loadMap"}],staticClass:"map-style"}),(_vm.lMap.map && _vm.isRyMapTool)?_c('RyMapTool',{staticClass:"ry-map-tool",class:{
|
|
97356
97356
|
'left':!_vm.isRight,
|
|
97357
97357
|
'right':_vm.isRight
|
|
@@ -97742,7 +97742,7 @@ ryStaticMap_src.install = Vue => {
|
|
|
97742
97742
|
};
|
|
97743
97743
|
|
|
97744
97744
|
/* harmony default export */ var ryStaticMap = (ryStaticMap_src);
|
|
97745
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97745
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryOfflineMap/src/index.vue?vue&type=template&id=44c7c94c&scoped=true&
|
|
97746
97746
|
var srcvue_type_template_id_44c7c94c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"map-box"},[_c('div',{directives:[{name:"lmap",rawName:"v-lmap:loadMap",arg:"loadMap"}],staticClass:"map-style"}),(_vm.lMap.map && _vm.isRyMapTool)?_c('RyMapTool',{staticClass:"ry-map-tool",class:{
|
|
97747
97747
|
'left':!_vm.isRight,
|
|
97748
97748
|
'right':_vm.isRight
|
|
@@ -98207,12 +98207,12 @@ ryOfflineMap_src.install = Vue => {
|
|
|
98207
98207
|
};
|
|
98208
98208
|
|
|
98209
98209
|
/* harmony default export */ var ryOfflineMap = (ryOfflineMap_src);
|
|
98210
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98211
|
-
var
|
|
98212
|
-
var
|
|
98210
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryKMLs/src/index.vue?vue&type=template&id=8e386210&
|
|
98211
|
+
var srcvue_type_template_id_8e386210_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
98212
|
+
var srcvue_type_template_id_8e386210_staticRenderFns = []
|
|
98213
98213
|
|
|
98214
98214
|
|
|
98215
|
-
// CONCATENATED MODULE: ./src/components/maps/ryKMLs/src/index.vue?vue&type=template&id=
|
|
98215
|
+
// CONCATENATED MODULE: ./src/components/maps/ryKMLs/src/index.vue?vue&type=template&id=8e386210&
|
|
98216
98216
|
|
|
98217
98217
|
// CONCATENATED MODULE: ./src/components/maps/models/ryKMLs/index.js
|
|
98218
98218
|
|
|
@@ -98306,13 +98306,16 @@ class ryKMLs_RyKMLDto extends base_Base {
|
|
|
98306
98306
|
this.selectGPSAll(this.gpsType);
|
|
98307
98307
|
},
|
|
98308
98308
|
|
|
98309
|
-
insert(val) {
|
|
98310
|
-
this.
|
|
98309
|
+
async insert(val) {
|
|
98310
|
+
if (this.isFit) {
|
|
98311
|
+
this.$emit('loadingEvent', true);
|
|
98312
|
+
}
|
|
98313
|
+
|
|
98314
|
+
await this._insert(val);
|
|
98311
98315
|
|
|
98312
98316
|
if (this.isFit) {
|
|
98313
|
-
|
|
98314
|
-
|
|
98315
|
-
}, 50);
|
|
98317
|
+
this.setFit();
|
|
98318
|
+
this.$emit('loadingEvent', false);
|
|
98316
98319
|
}
|
|
98317
98320
|
},
|
|
98318
98321
|
|
|
@@ -98358,25 +98361,36 @@ class ryKMLs_RyKMLDto extends base_Base {
|
|
|
98358
98361
|
|
|
98359
98362
|
methods: {
|
|
98360
98363
|
async init(arr) {
|
|
98364
|
+
if (this.isFit) {
|
|
98365
|
+
this.$emit('loadingEvent', true);
|
|
98366
|
+
}
|
|
98367
|
+
|
|
98361
98368
|
if (!arr || !arr.length) return;
|
|
98362
98369
|
|
|
98363
98370
|
for (let i = 0; i < arr.length; i++) {
|
|
98364
98371
|
await this._insert(arr[i]);
|
|
98365
98372
|
}
|
|
98366
98373
|
|
|
98367
|
-
this.
|
|
98374
|
+
if (this.isFit) {
|
|
98375
|
+
this.setFit();
|
|
98376
|
+
this.$emit('loadingEvent', false);
|
|
98377
|
+
}
|
|
98368
98378
|
},
|
|
98369
98379
|
|
|
98370
|
-
_inserts(arr) {
|
|
98380
|
+
async _inserts(arr) {
|
|
98371
98381
|
this.lastType = this.gpsType;
|
|
98372
|
-
arr.forEach(val => {
|
|
98373
|
-
this._insert(val, false);
|
|
98374
|
-
});
|
|
98375
98382
|
|
|
98376
98383
|
if (this.isFit) {
|
|
98377
|
-
|
|
98378
|
-
|
|
98379
|
-
|
|
98384
|
+
this.$emit('loadingEvent', true);
|
|
98385
|
+
}
|
|
98386
|
+
|
|
98387
|
+
for (let i = 0; i < arr.length; i++) {
|
|
98388
|
+
await this._insert(arr[i]);
|
|
98389
|
+
}
|
|
98390
|
+
|
|
98391
|
+
if (this.isFit) {
|
|
98392
|
+
this.setFit();
|
|
98393
|
+
this.$emit('loadingEvent', false);
|
|
98380
98394
|
}
|
|
98381
98395
|
},
|
|
98382
98396
|
|
|
@@ -98561,8 +98575,8 @@ class ryKMLs_RyKMLDto extends base_Base {
|
|
|
98561
98575
|
|
|
98562
98576
|
var ryKMLs_src_component = normalizeComponent(
|
|
98563
98577
|
maps_ryKMLs_srcvue_type_script_lang_js_,
|
|
98564
|
-
|
|
98565
|
-
|
|
98578
|
+
srcvue_type_template_id_8e386210_render,
|
|
98579
|
+
srcvue_type_template_id_8e386210_staticRenderFns,
|
|
98566
98580
|
false,
|
|
98567
98581
|
null,
|
|
98568
98582
|
null,
|
|
@@ -98579,12 +98593,12 @@ ryKMLs_src.install = Vue => {
|
|
|
98579
98593
|
};
|
|
98580
98594
|
|
|
98581
98595
|
/* harmony default export */ var ryKMLs = (ryKMLs_src);
|
|
98582
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98583
|
-
var
|
|
98584
|
-
var
|
|
98596
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryKML/src/index.vue?vue&type=template&id=6b0ec9a4&
|
|
98597
|
+
var srcvue_type_template_id_6b0ec9a4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
98598
|
+
var srcvue_type_template_id_6b0ec9a4_staticRenderFns = []
|
|
98585
98599
|
|
|
98586
98600
|
|
|
98587
|
-
// CONCATENATED MODULE: ./src/components/maps/ryKML/src/index.vue?vue&type=template&id=
|
|
98601
|
+
// CONCATENATED MODULE: ./src/components/maps/ryKML/src/index.vue?vue&type=template&id=6b0ec9a4&
|
|
98588
98602
|
|
|
98589
98603
|
// CONCATENATED MODULE: ./src/components/maps/models/ryKML/index.js
|
|
98590
98604
|
|
|
@@ -98683,12 +98697,15 @@ class ryKML_RyKMLDto extends base_Base {
|
|
|
98683
98697
|
|
|
98684
98698
|
methods: {
|
|
98685
98699
|
async init(model) {
|
|
98700
|
+
if (this.isFit) {
|
|
98701
|
+
this.$emit('loadingEvent', true);
|
|
98702
|
+
}
|
|
98703
|
+
|
|
98686
98704
|
await this._insert(model);
|
|
98687
98705
|
|
|
98688
98706
|
if (this.isFit) {
|
|
98689
|
-
|
|
98690
|
-
|
|
98691
|
-
}, 50);
|
|
98707
|
+
this.setFit();
|
|
98708
|
+
this.$emit('loadingEvent', false);
|
|
98692
98709
|
}
|
|
98693
98710
|
},
|
|
98694
98711
|
|
|
@@ -98814,8 +98831,8 @@ class ryKML_RyKMLDto extends base_Base {
|
|
|
98814
98831
|
|
|
98815
98832
|
var ryKML_src_component = normalizeComponent(
|
|
98816
98833
|
maps_ryKML_srcvue_type_script_lang_js_,
|
|
98817
|
-
|
|
98818
|
-
|
|
98834
|
+
srcvue_type_template_id_6b0ec9a4_render,
|
|
98835
|
+
srcvue_type_template_id_6b0ec9a4_staticRenderFns,
|
|
98819
98836
|
false,
|
|
98820
98837
|
null,
|
|
98821
98838
|
null,
|
|
@@ -98832,7 +98849,7 @@ ryKML_src.install = Vue => {
|
|
|
98832
98849
|
};
|
|
98833
98850
|
|
|
98834
98851
|
/* harmony default export */ var ryKML = (ryKML_src);
|
|
98835
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98852
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryStaticLayers/src/index.vue?vue&type=template&id=40f10e06&
|
|
98836
98853
|
var srcvue_type_template_id_40f10e06_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
98837
98854
|
var srcvue_type_template_id_40f10e06_staticRenderFns = []
|
|
98838
98855
|
|
|
@@ -99148,7 +99165,7 @@ ryStaticLayers_src.install = Vue => {
|
|
|
99148
99165
|
};
|
|
99149
99166
|
|
|
99150
99167
|
/* harmony default export */ var ryStaticLayers = (ryStaticLayers_src);
|
|
99151
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99168
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryStaticLayer/src/index.vue?vue&type=template&id=8a8c4a70&
|
|
99152
99169
|
var srcvue_type_template_id_8a8c4a70_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
99153
99170
|
var srcvue_type_template_id_8a8c4a70_staticRenderFns = []
|
|
99154
99171
|
|
|
@@ -99382,7 +99399,7 @@ ryStaticLayer_src.install = Vue => {
|
|
|
99382
99399
|
};
|
|
99383
99400
|
|
|
99384
99401
|
/* harmony default export */ var ryStaticLayer = (ryStaticLayer_src);
|
|
99385
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99402
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryWMSs/src/index.vue?vue&type=template&id=3448b5a2&
|
|
99386
99403
|
var srcvue_type_template_id_3448b5a2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
99387
99404
|
var srcvue_type_template_id_3448b5a2_staticRenderFns = []
|
|
99388
99405
|
|
|
@@ -99576,7 +99593,7 @@ ryWMSs_src.install = Vue => {
|
|
|
99576
99593
|
};
|
|
99577
99594
|
|
|
99578
99595
|
/* harmony default export */ var ryWMSs = (ryWMSs_src);
|
|
99579
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99596
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"156ecb50-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryWMTSs/src/index.vue?vue&type=template&id=e00105b0&
|
|
99580
99597
|
var srcvue_type_template_id_e00105b0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
99581
99598
|
var srcvue_type_template_id_e00105b0_staticRenderFns = []
|
|
99582
99599
|
|
package/lib/ryui.common.js.gz
CHANGED
|
Binary file
|