@mapgis/webclient-vue-cesium 17.4.13 → 17.4.14
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.
|
@@ -112137,7 +112137,7 @@ if (typeof window !== 'undefined') {
|
|
|
112137
112137
|
// Indicate to webpack that this file can be concatenated
|
|
112138
112138
|
/* harmony default export */ var setPublicPath = (null);
|
|
112139
112139
|
|
|
112140
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
112140
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/WebGlobe/WebGlobe.vue?vue&type=template&id=e78866cc
|
|
112141
112141
|
var WebGlobevue_type_template_id_e78866cc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cesium-map-wrapper"},[_vm._m(0),(_vm.initialized)?_vm._t("default"):_vm._e()],2)}
|
|
112142
112142
|
var staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"container",attrs:{"id":_vm.container}})}]
|
|
112143
112143
|
|
|
@@ -113958,7 +113958,7 @@ var WebGlobe_component = normalizeComponent(
|
|
|
113958
113958
|
)
|
|
113959
113959
|
|
|
113960
113960
|
/* harmony default export */ var WebGlobe = (WebGlobe_component.exports);
|
|
113961
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
113961
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/WebGlobe/ViewpointManager.vue?vue&type=template&id=13dd3ac6&scoped=true
|
|
113962
113962
|
var ViewpointManagervue_type_template_id_13dd3ac6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.manager),expression:"manager"}],staticClass:"mapgis-3d-viewpoint-manager"},[_c('viewpoint-editor',{attrs:{"editTuple":_vm.editTuple,"show":_vm.editor,"mode":_vm.mode},on:{"update":function($event){return _vm.changeViewpoint($event)},"change":function (e) {
|
|
113963
113963
|
_vm.editor = e;
|
|
113964
113964
|
}},model:{value:(_vm.config),callback:function ($$v) {_vm.config=$$v},expression:"config"}}),_vm._l((_vm.items),function(item,index){return _c('div',{key:index},[_c('mapgis-ui-collapse',{staticClass:"collapse",attrs:{"accordion":""},on:{"change":_vm.changeActivekey},model:{value:(_vm.activeKey),callback:function ($$v) {_vm.activeKey=$$v},expression:"activeKey"}},[_c('mapgis-ui-collapse-panel',{key:index,staticClass:"collapse-item"},[(_vm.showEdit || _vm.editIndex !== index + 1)?_c('template',{slot:"header"},[_vm._v(_vm._s(item.viewGroupName))]):_c('template',{slot:"header"},[_c('mapgis-ui-input',{style:({ width: '150px', height: '22px' }),model:{value:(item.viewGroupName),callback:function ($$v) {_vm.$set(item, "viewGroupName", $$v)},expression:"item.viewGroupName"}})],1),_c('mapgis-ui-tooltip',{staticClass:"iconTool",attrs:{"slot":"extra","placement":"top","title":"飞行"},slot:"extra"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-play-circle"},on:{"click":function($event){$event.stopPropagation();return _vm.clickFlyPano(index)}}})],1),_c('mapgis-ui-tooltip',{staticClass:"iconTool",attrs:{"slot":"extra","placement":"top","title":"编辑"},slot:"extra"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-edit"},on:{"click":function($event){$event.stopPropagation();return _vm.clickEdit(index)}}})],1),_c('mapgis-ui-tooltip',{staticClass:"iconTool",attrs:{"slot":"extra","placement":"top","title":"删除"},slot:"extra"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-delete"},on:{"click":function($event){$event.stopPropagation();return _vm.clickDelete(index, item)}}})],1),_c('div',{staticClass:"collapse-item-div"},[(item.viewGroupItems.length > 0)?_c('div',{staticClass:"content"},_vm._l((item.viewGroupItems),function(itemChild,indexChild){return _c('mapgis-ui-collapse',{key:indexChild},[_c('mapgis-ui-collapse-panel',{key:indexChild},[(_vm.showEditChild || _vm.editChildIndex !== indexChild + 1)?_c('template',{slot:"header"},[_vm._v(_vm._s(itemChild.name))]):_c('template',{slot:"header"},[_c('mapgis-ui-input',{style:({ width: '150px', height: '22px' }),model:{value:(itemChild.name),callback:function ($$v) {_vm.$set(itemChild, "name", $$v)},expression:"itemChild.name"}})],1),_c('mapgis-ui-tooltip',{staticClass:"iconTool",attrs:{"slot":"extra","placement":"top","title":"飞行"},slot:"extra"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-play-circle"},on:{"click":function($event){$event.stopPropagation();return _vm.flyTo(itemChild, indexChild)}}})],1),_c('mapgis-ui-tooltip',{staticClass:"iconTool",attrs:{"slot":"extra","placement":"top","title":"编辑"},slot:"extra"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-edit"},on:{"click":function($event){$event.stopPropagation();return _vm.clickEditChild(index, indexChild)}}})],1),_c('mapgis-ui-tooltip',{staticClass:"iconTool",attrs:{"slot":"extra","placement":"top","title":"删除"},slot:"extra"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-delete"},on:{"click":function($event){$event.stopPropagation();return _vm.clickDeleteChild(index, indexChild, itemChild)}}})],1),_vm._t("saveAsInitViewPoint",null,{"slot":"extra","viewPoint":itemChild}),_c('div',{staticClass:"collapse-item-content"},[_c('div',{staticClass:"collapse-item-left"},[_c('img',{attrs:{"src":_vm.getImage(itemChild.image),"alt":""}}),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.active >= 0),expression:"active >= 0"}],ref:"menu",refInFor:true,staticClass:"item-more-tool",on:{"mouseleave":function($event){_vm.active = -1}}},[_c('div',{staticClass:"more-tool-btn",on:{"click":function($event){return _vm.editViewpoint(_vm.active)}}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-bianji"}}),_vm._v("\n 编辑\n ")],1),_c('div',{staticClass:"more-tool-btn",on:{"click":function($event){return _vm.deleteViewpoint(_vm.active)}}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-shanchu"}}),_vm._v("\n 删除\n ")],1)])]),_c('div',{staticClass:"collapse-item-right"},[_c('div',[_c('div',{style:({ 'margin-bottom': '10px' })},[_c('mapgis-ui-button',{staticClass:"collapse-item-right-button",on:{"click":function($event){$event.stopPropagation();return _vm.editViewpoint(index, indexChild)}}},[_vm._v("重新获取")])],1),_c('div',{style:({ position: 'relative', left: '-10px' })},[_vm._v("\n 时间:\n "),_c('mapgis-ui-input',{staticClass:"collapse-item-right-input",attrs:{"placeholder":"Basic usage"},model:{value:(itemChild.duration),callback:function ($$v) {_vm.$set(itemChild, "duration", $$v)},expression:"itemChild.duration"}}),_vm._v("\n s\n ")],1)])])])],2)],1)}),1):_vm._e(),_c('span',{staticClass:"addView",on:{"click":function($event){$event.stopPropagation();return _vm.addViewpoint(index)}}},[_vm._v("添加视点")])])],2)],1)],1)}),_c('div',{staticClass:"save-current-view-point-as-init-div"},[_vm._t("saveCurrentViewPointAsInit")],2),_c('div',{staticClass:"viewpoint-footer"},[(!_vm.selectMode)?_c('mapgis-ui-button',{attrs:{"type":"primary","block":true},on:{"click":_vm.addViewpointGroup}},[_vm._v("添加视点组\n ")]):_vm._e(),_c('mapgis-ui-button',{staticClass:"save-btn",attrs:{"type":"primary"},on:{"click":_vm.saveConfig}},[_vm._v("保存\n ")])],1)],2)}
|
|
@@ -114052,7 +114052,7 @@ var ViewpointManagervue_type_template_id_13dd3ac6_scoped_true_staticRenderFns =
|
|
|
114052
114052
|
}
|
|
114053
114053
|
}
|
|
114054
114054
|
});
|
|
114055
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
114055
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/WebGlobe/ViewpointManager/ViewpointEditor.vue?vue&type=template&id=47cf5158&scoped=true
|
|
114056
114056
|
var ViewpointEditorvue_type_template_id_47cf5158_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-modal',{directives:[{name:"show",rawName:"v-show",value:(_vm.innerShow),expression:"innerShow"},{name:"drag",rawName:"v-drag"}],staticClass:"viewpoint-editor",attrs:{"title":"视角编辑器","visible":_vm.innerShow,"mask":false,"bodyStyle":_vm.bodyStyle,"width":320,"okText":"确定","cancelText":"取消"},on:{"cancel":_vm.closePanel,"ok":_vm.getResultConfig}},[_c('mapgis-ui-form',{attrs:{"layout":_vm.layout,"labelCol":{ span: 6 },"wrapperCol":{ span: 18 },"labelAlign":"left","colon":false}},[_c('mapgis-ui-form-item',{attrs:{"label":"名称"}},[_c('mapgis-ui-input',{model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}})],1),_c('mapgis-ui-input-number-panel',{attrs:{"size":"medium","label":"飞行时间(s)","slider":false,"labelCol":{ span: 6 },"wrapperCol":{ span: 18 }},model:{value:(_vm.duration),callback:function ($$v) {_vm.duration=$$v},expression:"duration"}}),_c('mapgis-ui-form-item',{attrs:{"label":"缩略图"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":15}},[_c('img',{staticClass:"thumbnail",attrs:{"src":_vm.image}})]),_c('mapgis-ui-col',{staticClass:"thumbnail-btn",attrs:{"span":9}},[_c('mapgis-ui-button',{staticStyle:{"margin-bottom":"8px"},on:{"click":_vm.screenshot}},[_vm._v("截图")]),_c('mapgis-ui-button',{on:{"click":_vm.upload}},[_vm._v("上传"),_c('input',{attrs:{"type":"file","id":"file"}})])],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"视角"}},[_c('div',{staticClass:"current-camera"},[_c('mapgis-ui-button',{on:{"click":function($event){$event.stopPropagation();return _vm.getCameraConfig.apply(null, arguments)}}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-xiangji"}})],1),_c('label',[_vm._v("获取时间 : "+_vm._s(_vm.currentTime))])],1)])],1),_c('mapgis-ui-collapse',{attrs:{"expand-icon-position":"left","bordered":false},scopedSlots:_vm._u([{key:"expandIcon",fn:function(props){return [_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-chevrons-down","rotate":props.isActive ? 180 : 0}})]}}])},[_c('mapgis-ui-collapse-panel',{style:(_vm.collapseStyle)},[_c('div',{attrs:{"slot":"header"},slot:"header"},[_c('mapgis-ui-row',{staticClass:"input-parameter-style"},[_c('mapgis-ui-col',{attrs:{"span":6}}),_c('mapgis-ui-col',{attrs:{"span":18}},[_c('div',{staticClass:"current-camera"},[_c('label',{staticStyle:{"color":"#0081e2","margin":"0 16px"}},[_vm._v("展开详细参数")])])])],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-input-number-panel',{attrs:{"size":"small","label":"经度","range":[0, 180],"slider":false,"rangeShow":false,"labelCol":_vm.labelCol,"wrapperCol":_vm.wrapperCol},model:{value:(_vm.longitude),callback:function ($$v) {_vm.longitude=$$v},expression:"longitude"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"small","label":"纬度","range":[-90, 90],"slider":false,"rangeShow":false,"labelCol":_vm.labelCol,"wrapperCol":_vm.wrapperCol},model:{value:(_vm.latitude),callback:function ($$v) {_vm.latitude=$$v},expression:"latitude"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"small","label":"高度","range":[0, 100000000],"slider":false,"rangeShow":false,"labelCol":_vm.labelCol,"wrapperCol":_vm.wrapperCol},model:{value:(_vm.height),callback:function ($$v) {_vm.height=$$v},expression:"height"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"small","label":"方向角","range":[0, 360],"slider":false,"rangeShow":false,"labelCol":_vm.labelCol,"wrapperCol":_vm.wrapperCol},model:{value:(_vm.heading),callback:function ($$v) {_vm.heading=$$v},expression:"heading"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"small","label":"俯视角","range":[-90, 90],"slider":false,"rangeShow":false,"labelCol":_vm.labelCol,"wrapperCol":_vm.wrapperCol},model:{value:(_vm.pitch),callback:function ($$v) {_vm.pitch=$$v},expression:"pitch"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"small","label":"翻滚角","range":[0, 180],"slider":false,"rangeShow":false,"labelCol":_vm.labelCol,"wrapperCol":_vm.wrapperCol},model:{value:(_vm.roll),callback:function ($$v) {_vm.roll=$$v},expression:"roll"}})],1)],1)],1),_c('mapgis-ui-spin',{staticStyle:{"top":"50%","left":"50%"},attrs:{"spinning":_vm.spinning,"size":"large"}}),_c('template',{slot:"footer"},[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.getResultConfig}},[_vm._v("确定")])],1)],2)}
|
|
114057
114057
|
var ViewpointEditorvue_type_template_id_47cf5158_scoped_true_staticRenderFns = []
|
|
114058
114058
|
|
|
@@ -115584,7 +115584,7 @@ var StateControl_component = normalizeComponent(
|
|
|
115584
115584
|
)
|
|
115585
115585
|
|
|
115586
115586
|
/* harmony default export */ var StateControl = (StateControl_component.exports);
|
|
115587
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
115587
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Link/Link.vue?vue&type=template&id=20d4b76d
|
|
115588
115588
|
var Linkvue_type_template_id_20d4b76d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
115589
115589
|
var Linkvue_type_template_id_20d4b76d_staticRenderFns = []
|
|
115590
115590
|
|
|
@@ -116003,7 +116003,7 @@ var Link_component = normalizeComponent(
|
|
|
116003
116003
|
)
|
|
116004
116004
|
|
|
116005
116005
|
/* harmony default export */ var Link_Link = (Link_component.exports);
|
|
116006
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
116006
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Draw/Draw.vue?vue&type=template&id=494bdf51&scoped=true
|
|
116007
116007
|
var Drawvue_type_template_id_494bdf51_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("toolbar"),(_vm.initial)?_vm._t("default"):_vm._e(),_c('mapgis-ui-card',{staticClass:"mapgis-3d-draw-control",attrs:{"customPosition":_vm.position}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.enableControl),expression:"enableControl"}]},[_c('mapgis-ui-space',_vm._l((_vm.draws),function(item,i){return _c('mapgis-ui-tooltip',{key:i,attrs:{"placement":"bottom"}},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(item.tip))])]),_c('mapgis-ui-button',{class:item.className,attrs:{"shape":"circle","type":item.type},on:{"click":item.click}},[_c('mapgis-ui-iconfont',{class:item.className,attrs:{"type":item.icon,"theme":"filled"}})],1)],2)}),1)],1)])],2)}
|
|
116008
116008
|
var Drawvue_type_template_id_494bdf51_scoped_true_staticRenderFns = []
|
|
116009
116009
|
|
|
@@ -116567,14 +116567,14 @@ var Draw_component = normalizeComponent(
|
|
|
116567
116567
|
)
|
|
116568
116568
|
|
|
116569
116569
|
/* harmony default export */ var Draw = (Draw_component.exports);
|
|
116570
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
116570
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Measure/Measure.vue?vue&type=template&id=f7e9025c
|
|
116571
116571
|
var Measurevue_type_template_id_f7e9025c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-measure"},[(_vm.initial)?_vm._t("default"):_vm._e(),_vm._t("measureTool",function(){return [_c('measure-3d-tool',{ref:"measureTool",attrs:{"result":_vm.result,"measureConfig":_vm.measureConfig}})]})],2)}
|
|
116572
116572
|
var Measurevue_type_template_id_f7e9025c_staticRenderFns = []
|
|
116573
116573
|
|
|
116574
116574
|
|
|
116575
116575
|
// CONCATENATED MODULE: ./src/components/UI/Controls/Measure/Measure.vue?vue&type=template&id=f7e9025c
|
|
116576
116576
|
|
|
116577
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
116577
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Measure/components/MeasureTool.vue?vue&type=template&id=514b5785&scoped=true
|
|
116578
116578
|
var MeasureToolvue_type_template_id_514b5785_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.prefixCls},[_c('mapgis-ui-toolbar',{class:(_vm.prefixCls + "-toolbar"),attrs:{"bordered":false}},[_c('mapgis-ui-toolbar-command-group',_vm._l((_vm.modes),function(ref){
|
|
116579
116579
|
var title = ref.title;
|
|
116580
116580
|
var mode = ref.mode;
|
|
@@ -117142,7 +117142,7 @@ function getPolygonSamplePoints(options) {
|
|
|
117142
117142
|
}
|
|
117143
117143
|
return result;
|
|
117144
117144
|
}
|
|
117145
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117145
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Measure/components/MeasureResult.vue?vue&type=template&id=6e5a70b9&scoped=true
|
|
117146
117146
|
var MeasureResultvue_type_template_id_6e5a70b9_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.selfResult)?_c('div',{staticClass:"measure-result"},_vm._l((_vm.selfResultOptions),function(ref){
|
|
117147
117147
|
var label = ref.label;
|
|
117148
117148
|
var value = ref.value;
|
|
@@ -117259,7 +117259,7 @@ var MeasureResult_component = normalizeComponent(
|
|
|
117259
117259
|
)
|
|
117260
117260
|
|
|
117261
117261
|
/* harmony default export */ var MeasureResult = (MeasureResult_component.exports);
|
|
117262
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117262
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Measure/components/MeasureSetting.vue?vue&type=template&id=5fa54a75&scoped=true
|
|
117263
117263
|
var MeasureSettingvue_type_template_id_5fa54a75_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"measure-3d-setting"},[_c('mapgis-ui-group-tab',{attrs:{"title":"设置"}},[_c('mapgis-ui-toolbar-command',{attrs:{"slot":"handle","title":"重置","icon":"mapgis-redo"},on:{"click":_vm.onReset},slot:"handle"})],1),_c('mapgis-ui-setting-form',{attrs:{"layout":"vertical"}},[_c('mapgis-ui-form-item',{attrs:{"label":"线颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.measureConfig.lineColor,"disable-alpha":false},on:{"input":function($event){return _vm.onColorChange($event, 'lineColor')}}})],1)],1)],1)}
|
|
117264
117264
|
var MeasureSettingvue_type_template_id_5fa54a75_scoped_true_staticRenderFns = []
|
|
117265
117265
|
|
|
@@ -117926,7 +117926,7 @@ var Measure_component = normalizeComponent(
|
|
|
117926
117926
|
)
|
|
117927
117927
|
|
|
117928
117928
|
/* harmony default export */ var Measure = (Measure_component.exports);
|
|
117929
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117929
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Compare/Compare.vue?vue&type=template&id=cb3254c0
|
|
117930
117930
|
var Comparevue_type_template_id_cb3254c0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
117931
117931
|
var Comparevue_type_template_id_cb3254c0_staticRenderFns = []
|
|
117932
117932
|
|
|
@@ -118581,7 +118581,7 @@ var Compare_component = normalizeComponent(
|
|
|
118581
118581
|
)
|
|
118582
118582
|
|
|
118583
118583
|
/* harmony default export */ var Compare = (Compare_component.exports);
|
|
118584
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
118584
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Legend/Legend.vue?vue&type=template&id=2c7f23c2&scoped=true
|
|
118585
118585
|
var Legendvue_type_template_id_2c7f23c2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-legend"},[_c('mapgis-ui-select',{staticStyle:{"width":"100%"},attrs:{"default-value":"全部"},on:{"change":_vm.handleChange}},[_c('mapgis-ui-select-option',{attrs:{"value":"全部"}},[_vm._v(" 全部 ")]),_vm._l((_vm.layers),function(layer,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":index}},[_vm._v(_vm._s(layer.layerName)+"\n ")])})],2),_c('div',{staticClass:"legend-area"},_vm._l((_vm.legends),function(legend,index){return _c('li',{key:index},[_c('img',{attrs:{"src":'data:image/png;base64,' + legend.imageData}}),_c('span',[_vm._v(_vm._s(legend.label))])])}),0)],1)}
|
|
118586
118586
|
var Legendvue_type_template_id_2c7f23c2_scoped_true_staticRenderFns = []
|
|
118587
118587
|
|
|
@@ -118704,7 +118704,7 @@ var Legend_component = normalizeComponent(
|
|
|
118704
118704
|
)
|
|
118705
118705
|
|
|
118706
118706
|
/* harmony default export */ var Legend = (Legend_component.exports);
|
|
118707
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
118707
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Table/BaseTable.vue?vue&type=template&id=e76b9214
|
|
118708
118708
|
var BaseTablevue_type_template_id_e76b9214_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.hasFeatures),expression:"hasFeatures"}]},[_c('div',{staticClass:"mapgis-table-collapse-wrapper"},[_c('mapgis-ui-div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.visible),expression:"!visible"}],staticClass:"mapgis-table-collapse"},[_c('div',{on:{"click":_vm.showTable}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-table"}}),_vm._v("属性表\n ")],1)])],1),_c('mapgis-ui-div',{staticClass:"mapgis-baseTable"},[(_vm.toolbar && _vm.visible)?_c('mapgis-ui-div',{staticClass:"mapgis-baseTable-toolbar",style:({ bottom: _vm.toolbarBottom }),attrs:{"id":_vm.toolbarId}},[_c('div',{staticClass:"toolbar-num"},[_vm._v("\n 总共"+_vm._s(_vm.paginationCopy.total)+"条,已选"+_vm._s(_vm.selectData.length)+"条\n ")]),_c('mapgis-ui-button-group',{staticClass:"toolbar-buttons"},[_c('mapgis-ui-button',{attrs:{"size":"small"},on:{"click":_vm.$_exportData}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-export"}}),_vm._v("\n 导出\n ")],1),_c('mapgis-ui-button',{attrs:{"size":"small"},on:{"click":_vm.$_fieldFilter}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-filter"}}),_vm._v("\n 字段过滤\n ")],1),_c('mapgis-ui-button',{attrs:{"size":"small"},on:{"click":_vm.$_deleteMassFeature}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-delete"}}),_vm._v("\n 批量删除\n ")],1),_c('mapgis-ui-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.showFullScene),expression:"showFullScene"}],attrs:{"size":"small"},on:{"click":_vm.$_fullScreen}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-fullscreen"}}),_vm._v("\n 全屏\n ")],1),_c('mapgis-ui-button',{attrs:{"size":"small"},on:{"click":_vm.hideTable}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-close-circle"}}),_vm._v("\n 关闭\n ")],1)],1)],1):_vm._e(),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.columnsCopy.length === 0 && _vm.visible),expression:"columnsCopy.length === 0 && visible"}],staticClass:"mapgis-baseTable-nonData"},[_c('div',{staticStyle:{"width":"100%"}},[_vm._v("\n 暂无数据\n ")])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showFilter && _vm.visible),expression:"showFilter && visible"}],staticClass:"mapgis-baseTable-fieldFilter",style:({
|
|
118709
118709
|
overflowY: _vm.plainOptions.length > 8 ? 'scroll' : 'hidden',
|
|
118710
118710
|
top: _vm.filterTop + 'px',
|
|
@@ -120045,7 +120045,7 @@ var BaseTable_component = normalizeComponent(
|
|
|
120045
120045
|
)
|
|
120046
120046
|
|
|
120047
120047
|
/* harmony default export */ var BaseTable = (BaseTable_component.exports);
|
|
120048
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120048
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/geoLocate/Locate.vue?vue&type=template&id=153b3ed8&scoped=true
|
|
120049
120049
|
var Locatevue_type_template_id_153b3ed8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"div_inline"},[_c('mapgis-ui-input-group',{staticStyle:{"display":"flex"},attrs:{"compact":""}},[_c('mapgis-ui-select',{staticStyle:{"width":"155px","padding-right":"5px"},attrs:{"default-value":"lonlat"},on:{"change":_vm.handleChange}},[_c('mapgis-ui-select-opt-group',{attrs:{"label":"定位点"}},[_c('mapgis-ui-select-option',{attrs:{"value":"lonlat"}},[_vm._v("\n 经纬度\n ")]),_c('mapgis-ui-select-option',{attrs:{"value":"WebMecro"}},[_vm._v("\n Web墨卡托\n ")])],1),_c('mapgis-ui-select-opt-group',{attrs:{"label":"图幅号"}},[_c('mapgis-ui-select-option',{attrs:{"value":"NewMapNum"}},[_vm._v("\n GB/T 13989-92\n ")])],1)],1),_c('mapgis-ui-input',{staticStyle:{"width":"55%","padding-right":"5px"},attrs:{"placeholder":_vm.inputDefaultVal,"allow-clear":"","id":"inputVal"}})],1),_c('mapgis-ui-button',{attrs:{"shape":"circle","type":"primary","size":"small"},on:{"click":_vm.locateToMap}},[_c('mapgis-ui-iconfont',{style:({ fontSize: '16px'}),attrs:{"type":"mapgis-target-lock","theme":"filled"}})],1),(_vm.locateMarker)?_c('mapgis-3d-dynamic-marker-layer',{attrs:{"data":_vm.locateFeature,"fitBound":_vm.fitBound,"layerStyle":_vm.layerStyle,"highlightStyle":_vm.highlightStyle},scopedSlots:_vm._u([{key:"popup",fn:function(ref){
|
|
120050
120050
|
var marker = ref.marker;
|
|
120051
120051
|
return _c('mapgis-ui-card',{},[_vm._v("\n "+_vm._s(marker.fid)+"\n ")])}}],null,false,3530197095)}):_vm._e()],1)}
|
|
@@ -120428,7 +120428,7 @@ var Locate_component = normalizeComponent(
|
|
|
120428
120428
|
)
|
|
120429
120429
|
|
|
120430
120430
|
/* harmony default export */ var Locate = (Locate_component.exports);
|
|
120431
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120431
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Debug/Debug.vue?vue&type=template&id=07df4ae6
|
|
120432
120432
|
var Debugvue_type_template_id_07df4ae6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
120433
120433
|
var Debugvue_type_template_id_07df4ae6_staticRenderFns = []
|
|
120434
120434
|
|
|
@@ -120495,7 +120495,7 @@ var Debug_component = normalizeComponent(
|
|
|
120495
120495
|
)
|
|
120496
120496
|
|
|
120497
120497
|
/* harmony default export */ var Debug = (Debug_component.exports);
|
|
120498
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120498
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/OutputImage/OutputImage.vue?vue&type=template&id=8e56658a&scoped=true
|
|
120499
120499
|
var OutputImagevue_type_template_id_8e56658a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-output-image"},[_c('mapgis-ui-input',{attrs:{"placeholder":"请输入输出图片名"},model:{value:(_vm.imgName),callback:function ($$v) {_vm.imgName=$$v},expression:"imgName"}},[_c('div',{attrs:{"slot":"addonAfter"},slot:"addonAfter"},[_c('mapgis-ui-select',{staticClass:"outputType-select",model:{value:(_vm.outputType),callback:function ($$v) {_vm.outputType=$$v},expression:"outputType"}},_vm._l((_vm.outputTypes),function(item){return _c('mapgis-ui-select-option',{key:item,attrs:{"value":item}},[_vm._v("\n "+_vm._s(item)+"\n ")])}),1),_c('mapgis-ui-tooltip',{attrs:{"placement":"bottom","title":"下载","arrow-point-at-center":""}},[_c('mapgis-ui-iconfont',{staticClass:"download-icon",attrs:{"type":"mapgis-download"},on:{"click":_vm.download}})],1)],1)])],1)]})],2)}
|
|
120500
120500
|
var OutputImagevue_type_template_id_8e56658a_scoped_true_staticRenderFns = []
|
|
120501
120501
|
|
|
@@ -120735,7 +120735,7 @@ var OutputImage_component = normalizeComponent(
|
|
|
120735
120735
|
)
|
|
120736
120736
|
|
|
120737
120737
|
/* harmony default export */ var OutputImage = (OutputImage_component.exports);
|
|
120738
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120738
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Controls/Rotate/Rotate.vue?vue&type=template&id=6830364a&scoped=true
|
|
120739
120739
|
var Rotatevue_type_template_id_6830364a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-3d-rotate"},[_c('mapgis-ui-group-tab',{attrs:{"title":"旋转模式"}}),_c('mapgis-ui-radio-group',{model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}},[_c('mapgis-ui-radio',{attrs:{"value":1}},[_vm._v(" 全球旋转")]),_c('mapgis-ui-radio',{attrs:{"value":2}},[_vm._v(" 绕点旋转")])],1),_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}}),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.value === 1),expression:"value === 1"}]},[_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-ui-number-style",attrs:{"size":"large","label":"纬度(°)","range":[0, 90]},model:{value:(_vm.latitude),callback:function ($$v) {_vm.latitude=$$v},expression:"latitude"}}),_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-ui-number-style",attrs:{"size":"large","label":"高度(米)","rangeShow":true,"range":[200000, 280430000]},model:{value:(_vm.height),callback:function ($$v) {_vm.height=$$v},expression:"height"}}),_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-ui-number-style",attrs:{"size":"large","label":"旋转周期(秒)","range":[1, 600]},model:{value:(_vm.rotatePeriod),callback:function ($$v) {_vm.rotatePeriod=$$v},expression:"rotatePeriod"}})],1),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.value === 2),expression:"value === 2"}]},[_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-ui-number-style",attrs:{"size":"large","label":"俯仰角(°)","range":[-90, 0]},model:{value:(_vm.pitch),callback:function ($$v) {_vm.pitch=$$v},expression:"pitch"}}),_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-ui-number-style",attrs:{"size":"large","label":"距离(米)","range":[0, 50000]},model:{value:(_vm.distance),callback:function ($$v) {_vm.distance=$$v},expression:"distance"}}),_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-ui-number-style",attrs:{"size":"large","label":"环绕周期(秒)","range":[1, 600]},model:{value:(_vm.rotatePeriod),callback:function ($$v) {_vm.rotatePeriod=$$v},expression:"rotatePeriod"}}),_c('mapgis-ui-switch-panel',{attrs:{"labelCol":{ span: 8 },"wrapperCol":{ span: 16 },"layout":"vertical","label":"鼠标拾取中心点坐标","size":"default","checked":_vm.getCenter},on:{"changeChecked":_vm.getM3dCenter}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":0.0001},model:{value:(_vm.coordinate.longitude),callback:function ($$v) {_vm.$set(_vm.coordinate, "longitude", _vm._n($$v))},expression:"coordinate.longitude"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"x坐标"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-xzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":0.0001},model:{value:(_vm.coordinate.latitude),callback:function ($$v) {_vm.$set(_vm.coordinate, "latitude", _vm._n($$v))},expression:"coordinate.latitude"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"y坐标"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-yzhouyidong"}})],1)],1)],1)],1)],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.beginRotate}},[_vm._v("旋转\n ")]),_c('mapgis-ui-button',{on:{"click":_vm.stopRotate}},[_vm._v("停止")])],1)],1)]})],2)}
|
|
120740
120740
|
var Rotatevue_type_template_id_6830364a_scoped_true_staticRenderFns = []
|
|
120741
120741
|
|
|
@@ -121321,7 +121321,7 @@ var ImageryLayer_component = normalizeComponent(
|
|
|
121321
121321
|
)
|
|
121322
121322
|
|
|
121323
121323
|
/* harmony default export */ var ImageryLayer = (ImageryLayer_component.exports);
|
|
121324
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
121324
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/IGServer/IgsDocLayer.vue?vue&type=template&id=d66b4580
|
|
121325
121325
|
var IgsDocLayervue_type_template_id_d66b4580_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
121326
121326
|
var IgsDocLayervue_type_template_id_d66b4580_staticRenderFns = []
|
|
121327
121327
|
|
|
@@ -122263,7 +122263,7 @@ var IgsDocLayer_component = normalizeComponent(
|
|
|
122263
122263
|
)
|
|
122264
122264
|
|
|
122265
122265
|
/* harmony default export */ var IgsDocLayer = (IgsDocLayer_component.exports);
|
|
122266
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122266
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/IGServer/IgsTileLayer.vue?vue&type=template&id=72a0b7f9
|
|
122267
122267
|
var IgsTileLayervue_type_template_id_72a0b7f9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122268
122268
|
var IgsTileLayervue_type_template_id_72a0b7f9_staticRenderFns = []
|
|
122269
122269
|
|
|
@@ -122343,7 +122343,7 @@ var IgsTileLayer_component = normalizeComponent(
|
|
|
122343
122343
|
)
|
|
122344
122344
|
|
|
122345
122345
|
/* harmony default export */ var IgsTileLayer = (IgsTileLayer_component.exports);
|
|
122346
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122346
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/RasterTile/BaseRasterLayer.vue?vue&type=template&id=048cf286
|
|
122347
122347
|
var BaseRasterLayervue_type_template_id_048cf286_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122348
122348
|
var BaseRasterLayervue_type_template_id_048cf286_staticRenderFns = []
|
|
122349
122349
|
|
|
@@ -122559,7 +122559,7 @@ var BaseRasterLayer_component = normalizeComponent(
|
|
|
122559
122559
|
)
|
|
122560
122560
|
|
|
122561
122561
|
/* harmony default export */ var BaseRasterLayer = (BaseRasterLayer_component.exports);
|
|
122562
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122562
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/RasterTile/RasterTileLayer.vue?vue&type=template&id=346b495a
|
|
122563
122563
|
var RasterTileLayervue_type_template_id_346b495a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122564
122564
|
var RasterTileLayervue_type_template_id_346b495a_staticRenderFns = []
|
|
122565
122565
|
|
|
@@ -122699,7 +122699,7 @@ var RasterTileLayer_component = normalizeComponent(
|
|
|
122699
122699
|
)
|
|
122700
122700
|
|
|
122701
122701
|
/* harmony default export */ var RasterTileLayer = (RasterTileLayer_component.exports);
|
|
122702
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122702
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/OGC/OGCWFSLayer.vue?vue&type=template&id=6542a4be
|
|
122703
122703
|
var OGCWFSLayervue_type_template_id_6542a4be_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122704
122704
|
var OGCWFSLayervue_type_template_id_6542a4be_staticRenderFns = []
|
|
122705
122705
|
|
|
@@ -122994,7 +122994,7 @@ var OGCWFSLayer_component = normalizeComponent(
|
|
|
122994
122994
|
)
|
|
122995
122995
|
|
|
122996
122996
|
/* harmony default export */ var OGCWFSLayer = (OGCWFSLayer_component.exports);
|
|
122997
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122997
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/OGC/OGCWMTSLayer.vue?vue&type=template&id=169a0eea
|
|
122998
122998
|
var OGCWMTSLayervue_type_template_id_169a0eea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122999
122999
|
var OGCWMTSLayervue_type_template_id_169a0eea_staticRenderFns = []
|
|
123000
123000
|
|
|
@@ -123194,7 +123194,7 @@ var OGCWMTSLayer_component = normalizeComponent(
|
|
|
123194
123194
|
)
|
|
123195
123195
|
|
|
123196
123196
|
/* harmony default export */ var OGCWMTSLayer = (OGCWMTSLayer_component.exports);
|
|
123197
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123197
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/OGC/OGCWMSLayer.vue?vue&type=template&id=39c5713a
|
|
123198
123198
|
var OGCWMSLayervue_type_template_id_39c5713a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123199
123199
|
var OGCWMSLayervue_type_template_id_39c5713a_staticRenderFns = []
|
|
123200
123200
|
|
|
@@ -123344,7 +123344,7 @@ var OGCWMSLayer_component = normalizeComponent(
|
|
|
123344
123344
|
)
|
|
123345
123345
|
|
|
123346
123346
|
/* harmony default export */ var OGCWMSLayer = (OGCWMSLayer_component.exports);
|
|
123347
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123347
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/OGC/OGCReveserWMSLayer.vue?vue&type=template&id=3c4de97e
|
|
123348
123348
|
var OGCReveserWMSLayervue_type_template_id_3c4de97e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123349
123349
|
var OGCReveserWMSLayervue_type_template_id_3c4de97e_staticRenderFns = []
|
|
123350
123350
|
|
|
@@ -123472,7 +123472,7 @@ var OGCReveserWMSLayer_component = normalizeComponent(
|
|
|
123472
123472
|
)
|
|
123473
123473
|
|
|
123474
123474
|
/* harmony default export */ var OGCReveserWMSLayer = (OGCReveserWMSLayer_component.exports);
|
|
123475
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123475
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/IGServer/IgsDynamicLayer.vue?vue&type=template&id=43979c68
|
|
123476
123476
|
var IgsDynamicLayervue_type_template_id_43979c68_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123477
123477
|
var IgsDynamicLayervue_type_template_id_43979c68_staticRenderFns = []
|
|
123478
123478
|
|
|
@@ -123577,7 +123577,7 @@ var IgsDynamicLayer_component = normalizeComponent(
|
|
|
123577
123577
|
)
|
|
123578
123578
|
|
|
123579
123579
|
/* harmony default export */ var IgsDynamicLayer = (IgsDynamicLayer_component.exports);
|
|
123580
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123580
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/IGServer/IgsVector3dLayer.vue?vue&type=template&id=e6a44488
|
|
123581
123581
|
var IgsVector3dLayervue_type_template_id_e6a44488_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123582
123582
|
var IgsVector3dLayervue_type_template_id_e6a44488_staticRenderFns = []
|
|
123583
123583
|
|
|
@@ -123691,7 +123691,7 @@ var IgsVector3dLayer_component = normalizeComponent(
|
|
|
123691
123691
|
)
|
|
123692
123692
|
|
|
123693
123693
|
/* harmony default export */ var IgsVector3dLayer = (IgsVector3dLayer_component.exports);
|
|
123694
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123694
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/IGServer/IgsFeatureLayer.vue?vue&type=template&id=06c7d1e6&scoped=true
|
|
123695
123695
|
var IgsFeatureLayervue_type_template_id_06c7d1e6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-popup-default-wrapper"},[(_vm.popVisiable)?_c('div',[_c('Popup',{attrs:{"position":_vm.iClickPosition,"visible":_vm.iClickVisible,"forceRender":_vm.forceRender}},[_c('mapgis-ui-popup-content',{attrs:{"feature":_vm.gemotryAttribute[0],"popupOptions":_vm.popupOptions}})],1)],1):_vm._e()])}
|
|
123696
123696
|
var IgsFeatureLayervue_type_template_id_06c7d1e6_scoped_true_staticRenderFns = []
|
|
123697
123697
|
|
|
@@ -124053,7 +124053,7 @@ function PopupMixin_toPrimitive(t, r) { if ("object" != PopupMixin_typeof(t) ||
|
|
|
124053
124053
|
$_handleProjectScreen: function $_handleProjectScreen() {}
|
|
124054
124054
|
}
|
|
124055
124055
|
});
|
|
124056
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
124056
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Popup/Popup.vue?vue&type=template&id=58ea2102
|
|
124057
124057
|
var Popupvue_type_template_id_58ea2102_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{"display":"none"}},[_vm._t("default")],2)}
|
|
124058
124058
|
var Popupvue_type_template_id_58ea2102_staticRenderFns = []
|
|
124059
124059
|
|
|
@@ -124857,7 +124857,7 @@ var Popup_component = normalizeComponent(
|
|
|
124857
124857
|
)
|
|
124858
124858
|
|
|
124859
124859
|
/* harmony default export */ var Popup = (Popup_component.exports);
|
|
124860
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
124860
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Geojson/Popup.vue?vue&type=template&id=8b918720&scoped=true
|
|
124861
124861
|
var Popupvue_type_template_id_8b918720_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.mode === 'click')?_c('div',{staticClass:"mapgis-popup-container"},[(_vm.currentLayerInfo && _vm.currentLayerInfo.length > 0)?_c('div',[(_vm.currentLayerInfo[0].title)?_c('div',{staticClass:"mapgis-popup-title"},[_vm._v("\n "+_vm._s(_vm.currentLayerInfo[0].title)+"\n ")]):_vm._e(),_c('div',{staticClass:"mapgis-popup-row-container"},_vm._l((_vm.currentLayerInfo[0].properties),function(value,key){return _c('div',{key:key,staticClass:"mapgis-popup-row"},[_c('span',{staticClass:"mapgis-popup-item mapgis-popup-field"},[_vm._v(_vm._s(key))]),_c('span',{staticClass:"mapgis-popup-item mapgis-popup-value"},[_vm._v(_vm._s(value))])])}),0)]):_vm._e()]):_c('div',[(_vm.currentLayerInfo && _vm.currentLayerInfo.length > 0)?_c('div',[(_vm.currentLayerInfo[0].title)?_c('div',[_vm._v("\n "+_vm._s(_vm.currentLayerInfo[0].title)+"\n ")]):_vm._e(),_vm._l((_vm.currentLayerInfo[0].properties),function(value,key){return _c('div',{key:key,staticClass:"mapgis-popup-row"},[_c('div',{staticClass:"mapgis-3d-inspect-prop-key"},[_c('span',{staticStyle:{"padding-right":"5px"}},[_vm._v(_vm._s(key))])]),_c('div',[_vm._v(_vm._s(value))])])})],2):_vm._e()])}
|
|
124862
124862
|
var Popupvue_type_template_id_8b918720_scoped_true_staticRenderFns = []
|
|
124863
124863
|
|
|
@@ -126044,7 +126044,7 @@ var IgsFeatureLayer_component = normalizeComponent(
|
|
|
126044
126044
|
)
|
|
126045
126045
|
|
|
126046
126046
|
/* harmony default export */ var IgsFeatureLayer = (IgsFeatureLayer_component.exports);
|
|
126047
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126047
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/ArcGISServer/ArcGISTileLayer.vue?vue&type=template&id=04953ff2&scoped=true
|
|
126048
126048
|
var ArcGISTileLayervue_type_template_id_04953ff2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
126049
126049
|
var ArcGISTileLayervue_type_template_id_04953ff2_scoped_true_staticRenderFns = []
|
|
126050
126050
|
|
|
@@ -126121,7 +126121,7 @@ var ArcGISTileLayer_component = normalizeComponent(
|
|
|
126121
126121
|
)
|
|
126122
126122
|
|
|
126123
126123
|
/* harmony default export */ var ArcGISTileLayer = (ArcGISTileLayer_component.exports);
|
|
126124
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126124
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/ArcGISServer/ArcGISMapLayer.vue?vue&type=template&id=ee5a3440&scoped=true
|
|
126125
126125
|
var ArcGISMapLayervue_type_template_id_ee5a3440_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
126126
126126
|
var ArcGISMapLayervue_type_template_id_ee5a3440_scoped_true_staticRenderFns = []
|
|
126127
126127
|
|
|
@@ -126244,7 +126244,7 @@ var ArcGISMapLayer_component = normalizeComponent(
|
|
|
126244
126244
|
)
|
|
126245
126245
|
|
|
126246
126246
|
/* harmony default export */ var ArcGISMapLayer = (ArcGISMapLayer_component.exports);
|
|
126247
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126247
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/Graphic/GraphicSingleLayer.vue?vue&type=template&id=483d1db8&scoped=true
|
|
126248
126248
|
var GraphicSingleLayervue_type_template_id_483d1db8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-graphic-container",style:(_vm.containerStyle)},[_c('div',[_c('mapgis-ui-graphic-icons-panel',{ref:"iconsPanel",attrs:{"models":_vm.models,"containerStyle":_vm.iconsPanelStyle,"enableOneMap":_vm.enableOneMap,"enableMapStory":_vm.enableMapStory},on:{"startDraw":_vm.$_startDraw,"startDrawModel":_vm.$_startDrawModel}})],1),_c('div',{staticClass:"mapgis-ui-graphic-edit-panel"},[_c('mapgis-ui-graphic-edit-panel',{ref:"editPanel",attrs:{"editPanelValues":_vm.editPanelValues,"editList":_vm.editList,"dataSource":_vm.dataSourceCopy,"currentEditType":_vm.currentEditType,"graphicGroups":_vm.graphicGroups,"uploadUrl":_vm.uploadUrl},on:{"change":_vm.$_changeEditPanelValues,"changeGroup":_vm.$_changeGroup,"stopDrawing":_vm.$_stopDraw,"dblclick":_vm.$_dbclick,"clickTool":_vm.$_clickTool,"changeAttributes":_vm.$_changeAttributes,"deleteAttribute":_vm.$_deleteAttribute,"editTitle":_vm.$_editTitle,"batchOperate":_vm.$_batchOperate,"pickCoords":_vm.$_pickCoords,"editPositions":_vm.$_editPositions,"location":_vm.$_location,"editOrientation":_vm.$_editOrientation,"resetOrientation":_vm.$_resetOrientation}})],1),(_vm.popup.lng)?_c('mapgis-3d-feature-popup',{attrs:{"position":{
|
|
126249
126249
|
longitude: _vm.popup.lng,
|
|
126250
126250
|
latitude: _vm.popup.lat,
|
|
@@ -137463,7 +137463,7 @@ var GraphicSingleLayer_component = normalizeComponent(
|
|
|
137463
137463
|
)
|
|
137464
137464
|
|
|
137465
137465
|
/* harmony default export */ var GraphicSingleLayer = (GraphicSingleLayer_component.exports);
|
|
137466
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137466
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/Graphic/GraphicLayer.vue?vue&type=template&id=1d8f64d3&scoped=true
|
|
137467
137467
|
var GraphicLayervue_type_template_id_1d8f64d3_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showSetting),expression:"!showSetting"}],staticClass:"mapgis-3d-graphic-layers-select-container"},[_c('mapgis-ui-select',{staticClass:"mapgis-3d-graphic-layers-select",attrs:{"value":_vm.currenSelectLayer},on:{"change":_vm.$_selectLayer}},_vm._l((_vm.layerSelect),function(layer,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":layer.key}},[_vm._v("\n "+_vm._s(layer.value)+"\n ")])}),1),_c('input',{staticStyle:{"display":"none"},attrs:{"type":"file","id":_vm.inputId,"accept":".json"}}),_c('div',{staticClass:"mapgis-ui-graphic-layers-toll-bar"},_vm._l((_vm.moreTools),function(tool,index){return _c('mapgis-ui-svg-icon',{key:index,attrs:{"iconStyle":_vm.toolStyle,"containerStyle":_vm.toolContainerStyle,"title":tool.title,"type":tool.icon},on:{"click":function($event){return _vm.$_clickTool(tool.icon)}}})}),1)],1),_c('mapgis-ui-input-row-left',{directives:[{name:"show",rawName:"v-show",value:(_vm.showEditTitle),expression:"showEditTitle"}],staticClass:"mapgis-ui-graphic-layers-edit-title",staticStyle:{"margin":"0"},attrs:{"title":"修改标题","enableButton":true,"paddingLeft":"0px"},on:{"finish":_vm.$_finishEditTitle},model:{value:(_vm.currenSelectLayer),callback:function ($$v) {_vm.currenSelectLayer=$$v},expression:"currenSelectLayer"}}),_c('mapgis-3d-graphic-single-layer',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showSetting),expression:"!showSetting"}],ref:"graphicLayer",attrs:{"vueIndex":_vm.vueIndex,"models":_vm.models,"autoFlyToGraphic":_vm.autoFlyToGraphic,"groupGraphicIDs":_vm.groupGraphicIDs,"uploadUrl":_vm.uploadUrl,"featureConfig":_vm.featureConfig},on:{"saveCamera":_vm.$_saveCamera,"change":_vm.$_addFeature,"delete":_vm.$_deleteFeature},model:{value:(_vm.currentLayer),callback:function ($$v) {_vm.currentLayer=$$v},expression:"currentLayer"}}),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showSetting),expression:"showSetting"}]},[_c('mapgis-ui-row',[_c('mapgis-ui-svg-icon',{staticClass:"mapgis-ui-graphic-layers-setting-back",attrs:{"iconStyle":_vm.editStyle,"type":"back"},on:{"click":_vm.$_back}}),_c('span',{staticStyle:{"margin-left":"33px"}},[_vm._v("配置参数")])],1),_c('mapgis-ui-switch-row-left',{attrs:{"title":"进入图层后自动跳转视角"},model:{value:(_vm.autoFlyTo),callback:function ($$v) {_vm.autoFlyTo=$$v},expression:"autoFlyTo"}}),_c('mapgis-ui-switch-row-left',{attrs:{"title":"选择标绘对象后自动跳转视角"},model:{value:(_vm.autoFlyToGraphic),callback:function ($$v) {_vm.autoFlyToGraphic=$$v},expression:"autoFlyToGraphic"}})],1)],1)}
|
|
137468
137468
|
var GraphicLayervue_type_template_id_1d8f64d3_scoped_true_staticRenderFns = []
|
|
137469
137469
|
|
|
@@ -138186,7 +138186,7 @@ var GraphicLayer_component = normalizeComponent(
|
|
|
138186
138186
|
)
|
|
138187
138187
|
|
|
138188
138188
|
/* harmony default export */ var GraphicLayer = (GraphicLayer_component.exports);
|
|
138189
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138189
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/WebTile/WebTileLayer.vue?vue&type=template&id=19e255d9
|
|
138190
138190
|
var WebTileLayervue_type_template_id_19e255d9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
138191
138191
|
var WebTileLayervue_type_template_id_19e255d9_staticRenderFns = []
|
|
138192
138192
|
|
|
@@ -138349,7 +138349,7 @@ var WebTileLayer_component = normalizeComponent(
|
|
|
138349
138349
|
)
|
|
138350
138350
|
|
|
138351
138351
|
/* harmony default export */ var WebTileLayer = (WebTileLayer_component.exports);
|
|
138352
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138352
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/GeoJSON/GeoJsonLayer.vue?vue&type=template&id=3b683e50&scoped=true
|
|
138353
138353
|
var GeoJsonLayervue_type_template_id_3b683e50_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-popup-default-wrapper"},[(_vm.popVisiable)?_c('div',[_c('Popup',{attrs:{"position":_vm.iClickPosition,"visible":_vm.iClickVisible,"forceRender":_vm.forceRender}},[_c('mapgis-ui-popup-content',{attrs:{"feature":_vm.gemotryAttribute[0],"popupOptions":_vm.popupOptions,"width":260}},[_c('mapgis-3d-popup-iot',{attrs:{"properties":_vm.gemotryAttribute[0]}})],1)],1)],1):_vm._e()])}
|
|
138354
138354
|
var GeoJsonLayervue_type_template_id_3b683e50_scoped_true_staticRenderFns = []
|
|
138355
138355
|
|
|
@@ -138632,7 +138632,7 @@ var GeoJsonLayer_component = normalizeComponent(
|
|
|
138632
138632
|
)
|
|
138633
138633
|
|
|
138634
138634
|
/* harmony default export */ var GeoJsonLayer = (GeoJsonLayer_component.exports);
|
|
138635
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138635
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/KML/KmlLayer.vue?vue&type=template&id=8c16df60&scoped=true
|
|
138636
138636
|
var KmlLayervue_type_template_id_8c16df60_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
138637
138637
|
var KmlLayervue_type_template_id_8c16df60_scoped_true_staticRenderFns = []
|
|
138638
138638
|
|
|
@@ -138824,7 +138824,7 @@ var KmlLayer_component = normalizeComponent(
|
|
|
138824
138824
|
)
|
|
138825
138825
|
|
|
138826
138826
|
/* harmony default export */ var KmlLayer = (KmlLayer_component.exports);
|
|
138827
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138827
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/CZML/CzmlLayer.vue?vue&type=template&id=1aa93b61&scoped=true
|
|
138828
138828
|
var CzmlLayervue_type_template_id_1aa93b61_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
138829
138829
|
var CzmlLayervue_type_template_id_1aa93b61_scoped_true_staticRenderFns = []
|
|
138830
138830
|
|
|
@@ -140080,7 +140080,7 @@ var M3dFile_component = normalizeComponent(
|
|
|
140080
140080
|
)
|
|
140081
140081
|
|
|
140082
140082
|
/* harmony default export */ var M3dFile = (M3dFile_component.exports);
|
|
140083
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140083
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/Scene.vue?vue&type=template&id=aa95d3e0
|
|
140084
140084
|
var Scenevue_type_template_id_aa95d3e0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.enableControl)?_c('mapgis-ui-collapse-card',{ref:"card",staticClass:"mapgis-3d-scene-layer",attrs:{"position":"top-left","defaultCollapse":false,"outStyle":_vm.outStyle,"title":_vm.title},on:{"toggle-main":_vm.handleBackMain}},[_c('mapgis-ui-iconfont',{attrs:{"slot":"icon-hiden","type":"mapgis-layer1"},slot:"icon-hiden"}),_c('span',{staticClass:"mapgis-3d-scene-layer-title",attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(_vm.title))]),_c('mapgis-ui-space',{staticClass:"mapgis-3d-scene-layer-icons",attrs:{"slot":"extra"},slot:"extra"},_vm._l((_vm.menus),function(m,i){return _c('mapgis-ui-tooltip',{key:i},[_c('template',{slot:"title"},[_vm._v(_vm._s(m.title))]),_c('mapgis-ui-iconfont',{class:{ active: m.active },attrs:{"type":m.icon},on:{"click":function($event){return _vm.handleMenu(m.title)}}})],2)}),1),_c('mapgis-ui-row',{staticClass:"mapgis-3d-g3d-document"},[_c('mapgis-ui-input-search',{staticStyle:{"margin-bottom":"8px"},attrs:{"placeholder":"搜索"},on:{"change":_vm.onChange}}),_c('mapgis-ui-tree',{staticClass:"mapgis-3d-g3d-document-tree",attrs:{"checkable":"","showIcon":"","expanded-keys":_vm.expandedKeys,"auto-expand-parent":_vm.autoExpandParent,"tree-data":_vm.layerTree,"selectedKeys":_vm.selectedKeys},on:{"expand":_vm.onExpand,"select":_vm.onSelect},scopedSlots:_vm._u([{key:"custom",fn:function(ref){return undefined}},{key:"title",fn:function(ref){
|
|
140085
140085
|
var title = ref.title;
|
|
140086
140086
|
var icon = ref.icon;
|
|
@@ -140450,14 +140450,14 @@ function checkTypeIcon(type) {
|
|
|
140450
140450
|
}
|
|
140451
140451
|
return icon;
|
|
140452
140452
|
}
|
|
140453
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140453
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/components/M3dMenus.vue?vue&type=template&id=0c7a8e4c
|
|
140454
140454
|
var M3dMenusvue_type_template_id_0c7a8e4c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-m3d-menus"},[_c('mapgis-ui-tab-panel',{attrs:{"tabs":_vm.menus},on:{"change":_vm.handleMenuClick}}),_c('div',{staticClass:"mapgis-3d-m3d-menus-content"},[(_vm.currentMenu == 'setting')?_c('m3d-menu-setting',{attrs:{"version":_vm.version}}):_vm._e(),(_vm.currentMenu == 'properties')?_c('m3d-menu-props',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex,"gdbp":_vm.gdbp,"ip":_vm.ip,"port":_vm.port,"domain":_vm.domain}}):_vm._e(),(_vm.currentMenu == 'explosion')?_c('m3d-menu-explosion',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex}}):_vm._e(),(_vm.currentMenu == 'bloom')?_c('m3d-menu-bloom',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex}}):_vm._e(),(_vm.currentMenu == 'dynamic')?_c('m3d-menu-dynamic-line',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex}}):_vm._e(),(_vm.currentMenu == 'searchlight')?_c('m3d-menu-searchlight',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex}}):_vm._e()],1)],1)}
|
|
140455
140455
|
var M3dMenusvue_type_template_id_0c7a8e4c_staticRenderFns = []
|
|
140456
140456
|
|
|
140457
140457
|
|
|
140458
140458
|
// CONCATENATED MODULE: ./src/components/Layer/M3D/components/M3dMenus.vue?vue&type=template&id=0c7a8e4c
|
|
140459
140459
|
|
|
140460
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140460
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/components/M3dMenuSetting.vue?vue&type=template&id=ff802e9e
|
|
140461
140461
|
var M3dMenuSettingvue_type_template_id_ff802e9e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"className":"mapgis-3d-m3d-menu-setting"}},[_c('mapgis-3d-scene-setting',{attrs:{"layout":"vertical"}})],1)}
|
|
140462
140462
|
var M3dMenuSettingvue_type_template_id_ff802e9e_staticRenderFns = []
|
|
140463
140463
|
|
|
@@ -140603,7 +140603,7 @@ var M3dMenuSetting_component = normalizeComponent(
|
|
|
140603
140603
|
)
|
|
140604
140604
|
|
|
140605
140605
|
/* harmony default export */ var M3dMenuSetting = (M3dMenuSetting_component.exports);
|
|
140606
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140606
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/components/M3dMenuProps.vue?vue&type=template&id=60924482
|
|
140607
140607
|
var M3dMenuPropsvue_type_template_id_60924482_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-m3d-menu-props"},[(_vm.enableQuery())?_c('mapgis-ui-input',{attrs:{"value":_vm.gdbp,"size":"small"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonAfter","placement":"bottom"},slot:"addonAfter"},[_c('span',{attrs:{"slot":"title"},slot:"title"},[_vm._v("0.0版本/1.0版本需要地图文档绑定模型,服务要重新发一下")]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info-circle"}})],1)],1):_vm._e(),_c('mapgis-ui-divider',{staticStyle:{"fontsize":"14px"}},[_vm._v("属性展示 ")]),_vm._l((Object.keys(_vm.properties)),function(key){return _c('div',{key:key,staticClass:"mapgis-3d-popup-props-item"},[_c('span',{staticClass:"mapgis-3d-popup-props-item-key"},[_vm._v(_vm._s(key))]),_c('span',{staticClass:"mapgis-3d-popup-props-item-value"},[_vm._v(_vm._s(_vm.properties[key]))])])}),_c('mapgis-3d-feature-popup',{attrs:{"position":_vm.position,"properties":_vm.properties},model:{value:(_vm.show),callback:function ($$v) {_vm.show=$$v},expression:"show"}})],2)}
|
|
140608
140608
|
var M3dMenuPropsvue_type_template_id_60924482_staticRenderFns = []
|
|
140609
140609
|
|
|
@@ -141014,7 +141014,7 @@ var M3dMenuProps_component = normalizeComponent(
|
|
|
141014
141014
|
)
|
|
141015
141015
|
|
|
141016
141016
|
/* harmony default export */ var M3dMenuProps = (M3dMenuProps_component.exports);
|
|
141017
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141017
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/components/M3dMenuExplosion.vue?vue&type=template&id=e87c773e
|
|
141018
141018
|
var M3dMenuExplosionvue_type_template_id_e87c773e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-m3d-menu-explosion"},[_c('mapgis-ui-divider',{staticStyle:{"fontSize":"14px"}},[_vm._v("爆炸设置")]),_c('div',{staticClass:"mapgis-3d-m3d-menu-explosion-direction"},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8,"offset":8}},[_c('mapgis-ui-button',{attrs:{"shape":"circle"},on:{"click":function () { return _vm.changeHeadding(90); }}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-arrow-up-filling"}})],1)],1)],1),_c('mapgis-ui-row',{style:({ margin: '8px 0px' })},[_c('mapgis-ui-col',{attrs:{"span":8}},[_c('mapgis-ui-button',{attrs:{"shape":"circle"},on:{"click":function () { return _vm.changeHeadding(180); }}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-arrow-left-filling"}})],1)],1),_c('mapgis-ui-col',{attrs:{"span":8}},[_c('mapgis-ui-button',{attrs:{"shape":"circle"},on:{"click":function () { return _vm.resetHeadding(); }}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-redo"}})],1)],1),_c('mapgis-ui-col',{attrs:{"span":8}},[_c('mapgis-ui-button',{attrs:{"shape":"circle"},on:{"click":function () { return _vm.changeHeadding(0); }}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-arrow-right-filling"}})],1)],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8,"offset":8}},[_c('mapgis-ui-button',{attrs:{"shape":"circle"},on:{"click":function () { return _vm.changeHeadding(-90); }}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-arrow-down-filling"}})],1)],1)],1)],1),_c('div',{staticClass:"mapgis-3d-m3d-menu-explosion-content"},[_c('mapgis-ui-input-number-panel',{attrs:{"transparent":"","size":"large","label":"距离","range":[-100, 100]},model:{value:(_vm.distance),callback:function ($$v) {_vm.distance=$$v},expression:"distance"}}),_c('mapgis-ui-input-number-panel',{attrs:{"transparent":"","size":"large","label":"速度","range":[0, 100]},model:{value:(_vm.speed),callback:function ($$v) {_vm.speed=$$v},expression:"speed"}})],1)],1)}
|
|
141019
141019
|
var M3dMenuExplosionvue_type_template_id_e87c773e_staticRenderFns = []
|
|
141020
141020
|
|
|
@@ -141287,7 +141287,7 @@ var M3dMenuExplosion_component = normalizeComponent(
|
|
|
141287
141287
|
)
|
|
141288
141288
|
|
|
141289
141289
|
/* harmony default export */ var M3dMenuExplosion = (M3dMenuExplosion_component.exports);
|
|
141290
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141290
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/components/M3dMenuBloom.vue?vue&type=template&id=0ef8eb20
|
|
141291
141291
|
var M3dMenuBloomvue_type_template_id_0ef8eb20_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-m3d-menu-bloom"},[_c('mapgis-ui-divider',{staticStyle:{"fontSize":"14px"}},[_vm._v(" 泛光设置 ")]),_c('div',{staticClass:"mapgis-3d-m3d-menu-bloom-content"},[_c('div',[_c('mapgis-ui-color-pick-panel',{attrs:{"transparent":"","label":"颜色设置","disableAlpha":false,"labelCol":24,"wrapperCol":24},model:{value:(_vm.lightColor),callback:function ($$v) {_vm.lightColor=$$v},expression:"lightColor"}})],1),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"呼吸速度","tooltip":"呼吸灯速度,建议取值区间(0,1),值越小,闪烁速度越慢","step":0.1,"range":[0, 1]},model:{value:(_vm.breathSpeed),callback:function ($$v) {_vm.breathSpeed=$$v},expression:"breathSpeed"}}),_c('mapgis-ui-switch-panel',{attrs:{"label":"启用渐变","size":"small","layout":"horizontal"},model:{value:(_vm.enableGradient),callback:function ($$v) {_vm.enableGradient=$$v},expression:"enableGradient"}},[_c('mapgis-ui-row',[_c('label',{staticClass:"mapgis-3d-m3d-menu-bloom-label"},[_vm._v("渐变中心高度")]),_c('mapgis-ui-tooltip',{staticStyle:{"margin-left":"4px"}},[_c('template',{slot:"title"},[_vm._v("从指定高度开始渐变")]),_c('mapgis-ui-iconfont',{staticStyle:{"color":"white"},attrs:{"type":"mapgis-info-circle"}})],2)],1),_c('mapgis-ui-row',[_c('mapgis-ui-input-number',{style:({ width: '256px' }),attrs:{"label":"渐变中心高度","placeholder":"渐变中心高度","step":0.1},model:{value:(_vm.gradientCenterHeight),callback:function ($$v) {_vm.gradientCenterHeight=$$v},expression:"gradientCenterHeight"}})],1),_c('mapgis-ui-row',[_c('label',{staticClass:"mapgis-3d-m3d-menu-bloom-label"},[_vm._v("渐变半径")]),_c('mapgis-ui-tooltip',{staticStyle:{"margin-left":"4px"}},[_c('template',{slot:"title"},[_vm._v("渐变效果半径")]),_c('mapgis-ui-iconfont',{staticStyle:{"color":"white"},attrs:{"type":"mapgis-info-circle"}})],2)],1),_c('mapgis-ui-row',[_c('mapgis-ui-input-number',{style:({ width: '256px' }),attrs:{"label":"渐变半径","placeholder":"渐变半径","step":0.1},model:{value:(_vm.gradientRadius),callback:function ($$v) {_vm.gradientRadius=$$v},expression:"gradientRadius"}})],1)],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.addEffect}},[_vm._v("执行泛光")]),_c('mapgis-ui-button',{on:{"click":_vm.removeEffect}},[_vm._v("删除泛光")])],1)],1)}
|
|
141292
141292
|
var M3dMenuBloomvue_type_template_id_0ef8eb20_staticRenderFns = []
|
|
141293
141293
|
|
|
@@ -141637,7 +141637,7 @@ var M3dMenuBloom_component = normalizeComponent(
|
|
|
141637
141637
|
)
|
|
141638
141638
|
|
|
141639
141639
|
/* harmony default export */ var M3dMenuBloom = (M3dMenuBloom_component.exports);
|
|
141640
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141640
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/components/M3dMenuDynamicLine.vue?vue&type=template&id=ead81a6a&scoped=true
|
|
141641
141641
|
var M3dMenuDynamicLinevue_type_template_id_ead81a6a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-m3d-menu-dynamicline"},[_c('mapgis-ui-divider',{staticStyle:{"fontSize":"14px"}},[_vm._v(" 扫描设置 ")]),_c('div',{staticClass:"mapgis-3d-m3d-menu-dynamic-line"},[_c('mapgis-ui-color-pick-panel',{attrs:{"transparent":"","label":"光线颜色","disableAlpha":false,"labelCol":24,"wrapperCol":24},model:{value:(_vm.lightColor),callback:function ($$v) {_vm.lightColor=$$v},expression:"lightColor"}}),_c('mapgis-ui-input-number-panel',{attrs:{"transparent":"","size":"large","label":"扫描速度","tooltip":"扫描速度,建议取值区间(0,1),值越小,扫描速度越慢","step":0.1,"range":[0, 1]},model:{value:(_vm.scanSpeed),callback:function ($$v) {_vm.scanSpeed=$$v},expression:"scanSpeed"}}),_c('mapgis-ui-input-number-panel',{attrs:{"transparent":"","size":"large","label":"扫描线宽度","tooltip":"扫描线宽度,建议取值区间(0,1),值越小,扫描线越细","step":0.1,"range":[0, 1]},model:{value:(_vm.lineWidth),callback:function ($$v) {_vm.lineWidth=$$v},expression:"lineWidth"}}),_c('mapgis-ui-row',[_c('label',{staticClass:"mapgis-3d-m3d-menu-bloom-label"},[_vm._v("底部高度偏移")]),_c('mapgis-ui-tooltip',{staticStyle:{"margin-left":"4px"}},[_c('template',{slot:"title"},[_vm._v("模型底部相对于制图原点的高度偏移")]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info-circle"}})],2)],1),_c('mapgis-ui-row',[_c('mapgis-ui-input-number',{style:({ width: '256px' }),attrs:{"label":"底部高度偏移","placeholder":"底部高度偏移","step":0.1},model:{value:(_vm.bottomHeightOffset),callback:function ($$v) {_vm.bottomHeightOffset=$$v},expression:"bottomHeightOffset"}})],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.addEffect}},[_vm._v("执行动态线")]),_c('mapgis-ui-button',{on:{"click":_vm.removeEffect}},[_vm._v("删除动态线")])],1)],1)}
|
|
141642
141642
|
var M3dMenuDynamicLinevue_type_template_id_ead81a6a_scoped_true_staticRenderFns = []
|
|
141643
141643
|
|
|
@@ -141797,7 +141797,7 @@ var M3dMenuDynamicLine_component = normalizeComponent(
|
|
|
141797
141797
|
)
|
|
141798
141798
|
|
|
141799
141799
|
/* harmony default export */ var M3dMenuDynamicLine = (M3dMenuDynamicLine_component.exports);
|
|
141800
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141800
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/components/M3dMenuSearchlight.vue?vue&type=template&id=26e783d4
|
|
141801
141801
|
var M3dMenuSearchlightvue_type_template_id_26e783d4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-m3d-menu-searchlight"},[_c('mapgis-ui-divider',{staticStyle:{"fontSize":"14px"}},[_vm._v(" 探照灯设置 ")]),_c('div',{staticClass:"mapgis-3d-m3d-menu-search-light"},[_c('mapgis-ui-color-pick-panel',{attrs:{"transparent":"","label":"颜色","disableAlpha":false,"labelCol":24,"wrapperCol":24},model:{value:(_vm.searchlightColor),callback:function ($$v) {_vm.searchlightColor=$$v},expression:"searchlightColor"}}),_c('mapgis-ui-input-number-panel',{attrs:{"transparent":"","size":"large","label":"混合系数","range":[0, 1000]},model:{value:(_vm.mixFactor),callback:function ($$v) {_vm.mixFactor=$$v},expression:"mixFactor"}}),_c('mapgis-ui-input-number-panel',{attrs:{"transparent":"","size":"large","label":"持续时间","range":[0, 10000]},model:{value:(_vm.duration),callback:function ($$v) {_vm.duration=$$v},expression:"duration"}}),_c('mapgis-ui-input-number-panel',{attrs:{"transparent":"","size":"large","label":"类型","range":[0, 100000]},model:{value:(_vm.type),callback:function ($$v) {_vm.type=$$v},expression:"type"}}),_c('mapgis-ui-input-number-panel',{attrs:{"transparent":"","size":"large","label":"宽度","range":[0, 100000]},model:{value:(_vm.width),callback:function ($$v) {_vm.width=$$v},expression:"width"}}),_c('mapgis-ui-tooltip',{attrs:{"title":"点击第一次设置灯光位置,点击第二次设置灯光的方向"}},[_c('mapgis-ui-button',{style:({ width: '100%',marginBottom:'8px' }),on:{"click":_vm.handleDraw}},[_vm._v("\n 交互绘制激活")])],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.addEffect}},[_vm._v("执行探照灯")]),_c('mapgis-ui-button',{on:{"click":_vm.removeEffect}},[_vm._v("删除探照灯")])],1)],1)}
|
|
141802
141802
|
var M3dMenuSearchlightvue_type_template_id_26e783d4_staticRenderFns = []
|
|
141803
141803
|
|
|
@@ -146635,14 +146635,14 @@ var Scene_component = normalizeComponent(
|
|
|
146635
146635
|
)
|
|
146636
146636
|
|
|
146637
146637
|
/* harmony default export */ var Scene = (Scene_component.exports);
|
|
146638
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146638
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/M3d.vue?vue&type=template&id=dd93049a
|
|
146639
146639
|
var M3dvue_type_template_id_dd93049a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.isVoxelLayer)?[_c('VoxelLayer',_vm._b({},'VoxelLayer',_vm.$props,false))]:[(_vm.modelSwitchVisible)?_c('Popup',{attrs:{"visible":_vm.modelSwitchVisible,"position":_vm.iClickPosition,"forceRender":""}},[_c('mapgis-ui-popup-content',{staticClass:"mapgis-multi-model-status-popup"},[_c('modelSwitchPopup',{attrs:{"tile":_vm.tile},on:{"handleModel":_vm.handleModel}})],1)],1):(_vm.popupShowType === 'default' && _vm.featureposition)?_c('mapgis-3d-feature-popup',_vm._b({attrs:{"position":_vm.featureposition,"popupOptions":_vm.popupOptions,"componentWidth":_vm.popupWidth}},'mapgis-3d-feature-popup',_vm.popupConfig,false),[_c(_vm.popupComponent,_vm._b({tag:"component",attrs:{"properties":_vm.featureproperties,"dataStoreIp":_vm.dataStoreIp,"dataStorePort":_vm.dataStorePort,"dataStoreDataset":_vm.dataStoreDataset}},'component',_vm.popupConfig,false))],1):_vm._e()]],2)}
|
|
146640
146640
|
var M3dvue_type_template_id_dd93049a_staticRenderFns = []
|
|
146641
146641
|
|
|
146642
146642
|
|
|
146643
146643
|
// CONCATENATED MODULE: ./src/components/Layer/M3D/M3d.vue?vue&type=template&id=dd93049a
|
|
146644
146644
|
|
|
146645
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146645
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/components/M3dModelSwitch.vue?vue&type=template&id=30ddf4e6&scoped=true
|
|
146646
146646
|
var M3dModelSwitchvue_type_template_id_30ddf4e6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"ysc-dynamic-layer"},[_c('span',{staticStyle:{"position":"relative","left":"0px","top":"-12px","border-bottom":"1px solid rgba","font-size":"14px","color":"#a5a5a5"}},[_vm._v("请选择多模态数据")]),_c('mapgis-ui-col',{staticClass:"axis"},[_c('mapgis-ui-radio-group',{attrs:{"size":"small"},model:{value:(_vm.typeValue),callback:function ($$v) {_vm.typeValue=$$v},expression:"typeValue"}},_vm._l((_vm.modelTypeList),function(type,index){return _c('mapgis-ui-radio',{key:index,attrs:{"value":index},on:{"click":function($event){return _vm.handleChange(index)}}},[_vm._v("\n "+_vm._s(_vm.modelTypeData[type])+"\n ")])}),1)],1)],1)}
|
|
146647
146647
|
var M3dModelSwitchvue_type_template_id_30ddf4e6_scoped_true_staticRenderFns = []
|
|
146648
146648
|
|
|
@@ -146757,7 +146757,7 @@ var M3dModelSwitch_component = normalizeComponent(
|
|
|
146757
146757
|
)
|
|
146758
146758
|
|
|
146759
146759
|
/* harmony default export */ var M3dModelSwitch = (M3dModelSwitch_component.exports);
|
|
146760
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146760
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/Voxel.vue?vue&type=template&id=fbb1398a
|
|
146761
146761
|
var Voxelvue_type_template_id_fbb1398a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',[(_vm.featureposition)?_c('mapgis-3d-feature-popup',{attrs:{"position":_vm.featureposition,"popupOptions":_vm.popupOptions}},[_c(_vm.popupComponent,_vm._b({tag:"component",attrs:{"properties":_vm.featureproperties}},'component',_vm.popupConfig,false))],1):_vm._e()],1)}
|
|
146762
146762
|
var Voxelvue_type_template_id_fbb1398a_staticRenderFns = []
|
|
146763
146763
|
|
|
@@ -147683,7 +147683,7 @@ var M3d_component = normalizeComponent(
|
|
|
147683
147683
|
)
|
|
147684
147684
|
|
|
147685
147685
|
/* harmony default export */ var M3d = (M3d_component.exports);
|
|
147686
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147686
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/M3D/3dTileset.vue?vue&type=template&id=47394ca1
|
|
147687
147687
|
var _3dTilesetvue_type_template_id_47394ca1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.featureposition)?_c('mapgis-3d-feature-popup',_vm._b({attrs:{"position":_vm.featureposition,"popupOptions":_vm.popupOptions,"componentWidth":_vm.popupWidth}},'mapgis-3d-feature-popup',_vm.popupConfig,false),[_c(_vm.popupComponent,_vm._b({tag:"component",attrs:{"properties":_vm.featureproperties,"dataStoreIp":_vm.dataStoreIp,"dataStorePort":_vm.dataStorePort,"dataStoreDataset":_vm.dataStoreDataset}},'component',_vm.popupConfig,false))],1):_vm._e()}
|
|
147688
147688
|
var _3dTilesetvue_type_template_id_47394ca1_staticRenderFns = []
|
|
147689
147689
|
|
|
@@ -148083,7 +148083,7 @@ var PopupFeature_component = normalizeComponent(
|
|
|
148083
148083
|
)
|
|
148084
148084
|
|
|
148085
148085
|
/* harmony default export */ var PopupFeature = (PopupFeature_component.exports);
|
|
148086
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
148086
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Popup/PopupMonitorPoint.vue?vue&type=template&id=4704f88e&scoped=true
|
|
148087
148087
|
var PopupMonitorPointvue_type_template_id_4704f88e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"monitor-point-popup-wrapper"},[_c('div',{staticClass:"data-point-content"},[_c('div',{staticClass:"monitor-left"},[_c('span',{directives:[{name:"show",rawName:"v-show",value:(_vm.listPanelVisible),expression:"listPanelVisible"}],staticClass:"monitor-title"},[_vm._v("监测点信息- "+_vm._s(_vm.monitorTitle))]),_c('div',{staticClass:"monitor-table"},[_c('mapgis-ui-list',{staticClass:"table-marker",style:({ width: _vm.listPanelVisible ? '350px' : 0 }),attrs:{"item-layout":"horizontal","locale":_vm.emptyText,"data-source":_vm.dataList,"size":"small","bordered":""},scopedSlots:_vm._u([{key:"renderItem",fn:function(item){return _c('mapgis-ui-list-item',{staticClass:"table-marker-item"},[_c('div',{attrs:{"title":item}},[_vm._v("\n "+_vm._s(item)+"\n ")]),_c('div',{attrs:{"title":_vm.infoData[item]}},[_vm._v("\n "+_vm._s(_vm.infoData[item])+"\n ")])])}}])}),_c('div',{staticClass:"monitor-handle",on:{"click":_vm.onTogglelistPanel}},[_c('mapgis-ui-iconfont',{attrs:{"type":_vm.listPanelVisible ? 'mapgis-left' : 'mapgis-right'}})],1)],1)]),(_vm.type === 'data')?_c('div',{staticClass:"monitor-right"},[_c('span',{staticClass:"monitor-title"},[_vm._v("监测曲线- "+_vm._s(_vm.monitorTitle))]),_c('div',{staticClass:"monitor-search-time"},[_c('mapgis-ui-range-picker',{attrs:{"locale":_vm.locale,"show-time":{ format: 'HH:mm:ss' },"placeholder":['开始时间', '结束时间'],"format":"YYYY-MM-DD HH:mm:ss"},on:{"change":_vm.onChange,"openChange":_vm.openChange},model:{value:(_vm.timePick),callback:function ($$v) {_vm.timePick=$$v},expression:"timePick"}}),_c('mapgis-ui-select',{staticStyle:{"width":"100px","margin-left":"5px"},attrs:{"default-value":"最近一周"},on:{"change":_vm.handleChange}},_vm._l((_vm.selectTimeRange),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.label}},[_vm._v("\n "+_vm._s(item.label)+"\n ")])}),1)],1),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showEcharts),expression:"showEcharts"}],ref:_vm.id,staticClass:"monitor-echart"}),_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showEcharts),expression:"!showEcharts"}],staticClass:"monitor-tips"},[_vm._v("暂无数据")])]):_vm._e(),(_vm.type === 'video')?_c('div',{staticClass:"monitor-point-content"},[_c('div',{staticClass:"monitor-title"},[_vm._v("视频- "+_vm._s(_vm.monitorTitle))]),_c('div',{staticClass:"monitor-video"},[_c('div',{staticClass:"monitor-search-time"},[_c('mapgis-ui-range-picker',{attrs:{"locale":_vm.locale,"show-time":{ format: 'HH:mm:ss' },"placeholder":['开始时间', '结束时间'],"format":"YYYY-MM-DD HH:mm:ss"},on:{"change":_vm.onChange,"openChange":_vm.openChange},model:{value:(_vm.timePick),callback:function ($$v) {_vm.timePick=$$v},expression:"timePick"}}),_c('mapgis-ui-select',{staticStyle:{"width":"100px","margin-left":"5px"},attrs:{"default-value":"最近一周"},on:{"change":_vm.handleChange}},_vm._l((_vm.selectTimeRange),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.label}},[_vm._v("\n "+_vm._s(item.label)+"\n ")])}),1)],1),_c('div',{staticClass:"monitor-video-content"},[(_vm.videoUrl)?_c('div',{attrs:{"id":"projectorVideoContainer","width":300,"height":200}}):_c('mapgis-ui-empty',{staticClass:"empty"})],1)])]):_vm._e()])])}
|
|
148088
148088
|
var PopupMonitorPointvue_type_template_id_4704f88e_scoped_true_staticRenderFns = []
|
|
148089
148089
|
|
|
@@ -150441,7 +150441,7 @@ var PopupMonitorPoint_component = normalizeComponent(
|
|
|
150441
150441
|
)
|
|
150442
150442
|
|
|
150443
150443
|
/* harmony default export */ var PopupMonitorPoint = (PopupMonitorPoint_component.exports);
|
|
150444
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150444
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Popup/PopupINSAR.vue?vue&type=template&id=78ceb203&scoped=true
|
|
150445
150445
|
var PopupINSARvue_type_template_id_78ceb203_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"insar-point-popup-wrapper"},[_c('span',{staticClass:"monitor-title"},[_vm._v("沉降数据")]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showEcharts),expression:"showEcharts"}],ref:_vm.id,staticClass:"insar-echarts"}),_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showEcharts),expression:"!showEcharts"}],staticClass:"monitor-tips"},[_vm._v("暂无数据")])])}
|
|
150446
150446
|
var PopupINSARvue_type_template_id_78ceb203_scoped_true_staticRenderFns = []
|
|
150447
150447
|
|
|
@@ -150608,14 +150608,14 @@ var PopupINSAR_component = normalizeComponent(
|
|
|
150608
150608
|
)
|
|
150609
150609
|
|
|
150610
150610
|
/* harmony default export */ var PopupINSAR = (PopupINSAR_component.exports);
|
|
150611
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150611
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Popup/PopupIOT.vue?vue&type=template&id=793cedba&scoped=true
|
|
150612
150612
|
var PopupIOTvue_type_template_id_793cedba_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"attribute-popup-content-wrapper"},[(_vm.title)?_c('div',{staticClass:"mapgis-popup-title"},[_vm._v(_vm._s(_vm.title))]):_vm._e(),(_vm.images && _vm.images.length > 0)?_c('mapgis-ui-carousel',{attrs:{"autoplay":""}},_vm._l((_vm.images),function(image,index){return _c('div',{key:index,staticClass:"carousel-image-container"},[_c('img',{staticStyle:{"object-fit":"contain"},attrs:{"src":image,"width":"100%","height":"100%"}})])}),0):_vm._e(),_c('mapgis-ui-list',{staticClass:"table-marker",class:_vm.showAccessory ? '' : 'scene-popup-detail',attrs:{"item-layout":"horizontal","data-source":_vm.propertyKeys,"size":"small","bordered":""},scopedSlots:_vm._u([{key:"renderItem",fn:function(item){return (item !== 'images')?_c('mapgis-ui-list-item',{staticClass:"table-marker-item"},[_c('div',{attrs:{"title":item}},[_vm._v("\n "+_vm._s(item)+"\n ")]),_c('div',{attrs:{"title":_vm.properties[item]}},[_vm._v("\n "+_vm._s(_vm.properties[item])+"\n ")])]):_vm._e()}}],null,true)}),(_vm.Euid && _vm.showAccessory)?[_c('div',{staticClass:"iot-enclosure-title"},[_vm._v("附件")]),_c('ul',{staticClass:"iot-enclosure-container"},[_c('li',{attrs:{"title":"非结构化文件"}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-feijiegouhuawenjian"},on:{"click":function($event){return _vm.clickIot(101)}}})],1),_c('li',{attrs:{"title":"传感器"}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-a-iotDevicechuanganqi"},on:{"click":function($event){return _vm.clickIot(301)}}})],1),_c('li',{attrs:{"title":"知识图谱"}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-share-alt"},on:{"click":function($event){return _vm.clickIot(501)}}})],1)])]:_vm._e(),_c('mapgis-ui-modal',{staticClass:"attribute-model",attrs:{"footer":null,"width":600,"centered":true,"bodyStyle":{ padding: '30px 10px 10px' },"destroyOnClose":true},model:{value:(_vm.showModal),callback:function ($$v) {_vm.showModal=$$v},expression:"showModal"}},[(_vm.Euid)?_c('iot-detail',{attrs:{"toType":_vm.toType,"Euid":_vm.Euid,"dataStoreIp":_vm.dataStoreIp,"dataStorePort":_vm.dataStorePort,"dataStoreDataset":_vm.dataStoreDataset},on:{"project-screen":_vm.projectScreen}}):_vm._e()],1)],2)}
|
|
150613
150613
|
var PopupIOTvue_type_template_id_793cedba_scoped_true_staticRenderFns = []
|
|
150614
150614
|
|
|
150615
150615
|
|
|
150616
150616
|
// CONCATENATED MODULE: ./src/components/UI/Popup/PopupIOT.vue?vue&type=template&id=793cedba&scoped=true
|
|
150617
150617
|
|
|
150618
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150618
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Popup/components/IOTDetail.vue?vue&type=template&id=62c889d0&scoped=true
|
|
150619
150619
|
var IOTDetailvue_type_template_id_62c889d0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-spin',{attrs:{"spinning":_vm.loading}},[(_vm.toType == 501)?_c('div',{staticClass:"iot-detail-graph-tool-panel"},[_c('mapgis-ui-select-panel',{attrs:{"label":"关系图类型","selectOptions":{
|
|
150620
150620
|
force: '力引导布局',
|
|
150621
150621
|
circular: '环形布局'
|
|
@@ -151274,7 +151274,7 @@ var PopupIOT_component = normalizeComponent(
|
|
|
151274
151274
|
)
|
|
151275
151275
|
|
|
151276
151276
|
/* harmony default export */ var PopupIOT = (PopupIOT_component.exports);
|
|
151277
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151277
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Popup/components/RelationshipGraph.vue?vue&type=template&id=40e2395d
|
|
151278
151278
|
var RelationshipGraphvue_type_template_id_40e2395d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-relationship-graph"},[_c('mapgis-ui-spin',{attrs:{"spinning":_vm.loading}},[_c('mapgis-ui-setting-form',{attrs:{"layout":'inline',"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"建筑面积:"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":10,"addon-after":"㎡(及以上)"},model:{value:(_vm.queryParams.jzmj),callback:function ($$v) {_vm.$set(_vm.queryParams, "jzmj", $$v)},expression:"queryParams.jzmj"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"套内建筑面积:"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":10,"addon-after":"㎡(及以上)"},model:{value:(_vm.queryParams.tnjzmj),callback:function ($$v) {_vm.$set(_vm.queryParams, "tnjzmj", $$v)},expression:"queryParams.tnjzmj"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"分摊系数:"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":1,"step":0.1,"addon-after":"(及以上)"},model:{value:(_vm.queryParams.ftxs),callback:function ($$v) {_vm.$set(_vm.queryParams, "ftxs", $$v)},expression:"queryParams.ftxs"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"分摊建筑面积:"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":10,"addon-after":"㎡(及以上)"},model:{value:(_vm.queryParams.ftjzmj),callback:function ($$v) {_vm.$set(_vm.queryParams, "ftjzmj", $$v)},expression:"queryParams.ftjzmj"}})],1),_c('mapgis-ui-form-item',[_c('mapgis-ui-button',{on:{"click":_vm.filterGraphData}},[_vm._v("查询")]),_c('mapgis-ui-button',{staticStyle:{"margin-left":"8px"},on:{"click":_vm.resizeQueryparams}},[_vm._v("重置")])],1)],1),_c('mapgis-ui-setting-form',{attrs:{"layout":'inline',"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"图谱类型:"}},[_c('mapgis-ui-space',{staticClass:"mapgis-relationship-icons",attrs:{"slot":"extra"},slot:"extra"},_vm._l((_vm.relationshipTypeList),function(m,i){return _c('mapgis-ui-tooltip',{key:i},[_c('template',{slot:"title"},[_vm._v(_vm._s(m.title))]),_c('mapgis-ui-iconfont',{class:{ active: m.active },attrs:{"type":m.icon},on:{"click":function($event){return _vm.handleSelectChange(m)}}})],2)}),1)],1),_c('mapgis-ui-form-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.showRevert),expression:"showRevert"}],attrs:{"label":""}},[_c('mapgis-ui-button',{on:{"click":_vm.goBack}},[_vm._v("返回")])],1)],1),_c('div',{staticClass:"relationship-graph",attrs:{"id":"relationship-graph"}},[_c('div',{staticClass:"relationship-graph-left",attrs:{"id":"relationship"}}),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showTooltip),expression:"showTooltip"}],staticClass:"relationship-graph-right",style:({
|
|
151279
151279
|
width: _vm.tooltipWidth + 'px',
|
|
151280
151280
|
maxHeight: _vm.tooltipHeight + 'px'
|
|
@@ -151292,7 +151292,7 @@ var g6_default = /*#__PURE__*/__webpack_require__.n(g6);
|
|
|
151292
151292
|
var hierarchy = __webpack_require__("0519");
|
|
151293
151293
|
var hierarchy_default = /*#__PURE__*/__webpack_require__.n(hierarchy);
|
|
151294
151294
|
|
|
151295
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151295
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Popup/components/RelationAccessory.vue?vue&type=template&id=e67476aa&scoped=true
|
|
151296
151296
|
var RelationAccessoryvue_type_template_id_e67476aa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-spin',{attrs:{"spinning":_vm.loading}},[_c('div',{staticClass:"accessory-detail-title"},[_c('h3',[_vm._v("附件")]),_c('mapgis-ui-radio-group',{attrs:{"button-style":"solid","size":"small"},model:{value:(_vm.isList),callback:function ($$v) {_vm.isList=$$v},expression:"isList"}},[_c('mapgis-ui-radio-button',{attrs:{"value":true}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-unorderedlist"}})],1),_c('mapgis-ui-radio-button',{attrs:{"value":false}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-table"}})],1)],1)],1),_c('mapgis-ui-file-preview',{attrs:{"isList":_vm.isList,"files":_vm.files,"isrelationShip":_vm.isrelationShip,"videoToType":_vm.videoToType},on:{"project-screen":_vm.projectScreen}})],1)}
|
|
151297
151297
|
var RelationAccessoryvue_type_template_id_e67476aa_scoped_true_staticRenderFns = []
|
|
151298
151298
|
|
|
@@ -204256,7 +204256,7 @@ var RelationshipGraph_component = normalizeComponent(
|
|
|
204256
204256
|
)
|
|
204257
204257
|
|
|
204258
204258
|
/* harmony default export */ var RelationshipGraph = (RelationshipGraph_component.exports);
|
|
204259
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
204259
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Popup/components/PopupFeatureDetail.vue?vue&type=template&id=3a02998e&scoped=true
|
|
204260
204260
|
var PopupFeatureDetailvue_type_template_id_3a02998e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-window-wrapper',{attrs:{"visible":_vm.showDetail}},[_c('mapgis-ui-window',{ref:"popupDetailWindow",staticClass:"popup-detail-wrapper",attrs:{"visible":_vm.showDetail,"min-width":320,"min-height":90,"max-height":_vm.getMaxHeight,"anchor":"top-right","verticalOffset":100,"horizontalOffset":50,"fullScreenAction":false,"dragRange":false,"zIndex":9999,"title":"详细信息"},on:{"window-size":_vm.onResize,"update:visible":[_vm.closePopup,function($event){_vm.showDetail=$event}]}},[(_vm.showPopupContent)?_c('mapgis-3d-popup-iot',{attrs:{"properties":_vm.properties,"dataStoreIp":_vm.dataStoreIp,"dataStorePort":_vm.dataStorePort,"dataStoreDataset":_vm.dataStoreDataset,"getProjectorStatus":_vm.getProjectorStatus,"showAccessory":false}}):_vm._e(),(_vm.Euid && _vm.showAccessoryInfo)?_c('div',{staticClass:"popup-accessory-content"},[_c('div',{staticClass:"accessory-title"},[_vm._v("附件")]),_vm._l((_vm.fileData),function(accessory,index){return _c('div',{key:index,staticClass:"accessory-content"},[(accessory.list.length > 0)?_c('div',{staticClass:"accessory-title second-title"},[_vm._v("\n "+_vm._s(accessory.title)+"\n ")]):_vm._e(),(accessory.list.length > 0)?_c('mapgis-ui-file-preview',{staticClass:"accessory-preview-list",attrs:{"isList":true,"files":accessory.list,"isPopupFeatureDetail":true,"bordered":false},on:{"project-screen":_vm.projectScreen}}):_vm._e()],1)})],2):_vm._e()],1)],1)}
|
|
204261
204261
|
var PopupFeatureDetailvue_type_template_id_3a02998e_scoped_true_staticRenderFns = []
|
|
204262
204262
|
|
|
@@ -204612,7 +204612,7 @@ var PopupFeatureDetail_component = normalizeComponent(
|
|
|
204612
204612
|
)
|
|
204613
204613
|
|
|
204614
204614
|
/* harmony default export */ var PopupFeatureDetail = (PopupFeatureDetail_component.exports);
|
|
204615
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
204615
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/Marker/Marker.vue?vue&type=template&id=78934844
|
|
204616
204616
|
var Markervue_type_template_id_78934844_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticStyle:{"display":"none"}},[_vm._t("marker"),(_vm.marker)?_vm._t("default"):_vm._e()],2)}
|
|
204617
204617
|
var Markervue_type_template_id_78934844_staticRenderFns = []
|
|
204618
204618
|
|
|
@@ -205457,7 +205457,7 @@ var Marker_component = normalizeComponent(
|
|
|
205457
205457
|
)
|
|
205458
205458
|
|
|
205459
205459
|
/* harmony default export */ var Marker = (Marker_component.exports);
|
|
205460
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205460
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/Marker/Marker3dPro.vue?vue&type=template&id=3b9d9b70
|
|
205461
205461
|
var Marker3dProvue_type_template_id_3b9d9b70_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-3d-marker',{attrs:{"longitude":_vm.popupPosition.longitude,"latitude":_vm.popupPosition.latitude,"height":_vm.popupPosition.height,"iconUrl":_vm.img,"fid":_vm.marker.fid,"changeEvent":_vm.changeEvent,"farDist":200000000,"disableDepthTestDistance":Number.POSITIVE_INFINITY},on:{"click":_vm.clickEvent,"mouseEnter":_vm.mouseOver,"mouseLeave":_vm.mouseOut}},[_c('mapgis-3d-feature-popup',{attrs:{"vue-key":_vm.vueKey,"position":{
|
|
205462
205462
|
longitude: _vm.popupPosition.longitude,
|
|
205463
205463
|
latitude: _vm.popupPosition.latitude,
|
|
@@ -205753,7 +205753,7 @@ var Marker3dPro_component = normalizeComponent(
|
|
|
205753
205753
|
)
|
|
205754
205754
|
|
|
205755
205755
|
/* harmony default export */ var Marker3dPro = (Marker3dPro_component.exports);
|
|
205756
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205756
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/Marker/Marker3dSetPro.vue?vue&type=template&id=2406040c
|
|
205757
205757
|
var Marker3dSetProvue_type_template_id_2406040c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',_vm._l((_vm.markers),function(marker){return _c('mp-3d-marker-pro',{key:marker.fid,attrs:{"vue-key":_vm.vueKey,"marker":marker,"current-marker-id":_vm.currentMarkerId,"field-configs":_vm.fieldConfigs,"popupShowType":_vm.popupShowType,"popupToggleType":_vm.popupToggleType,"popupAnchor":_vm.popupAnchor},on:{"marker-id":_vm.updateCurrentMarkerId,"mouseenter":_vm.mouseEnterEvent,"mouseleave":_vm.mouseLeaveEvent,"change":_vm.changePopup,"popupload":_vm.popupLoad,"show-marker-detail":_vm.showMarkerDetail},scopedSlots:_vm._u([{key:"popup",fn:function(slotProps){return [_vm._t("popup",null,null,slotProps)]}}],null,true)})}),1)}
|
|
205758
205758
|
var Marker3dSetProvue_type_template_id_2406040c_staticRenderFns = []
|
|
205759
205759
|
|
|
@@ -205900,7 +205900,7 @@ var Marker3dSetPro_component = normalizeComponent(
|
|
|
205900
205900
|
)
|
|
205901
205901
|
|
|
205902
205902
|
/* harmony default export */ var Marker3dSetPro = (Marker3dSetPro_component.exports);
|
|
205903
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205903
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/Marker/DynamicMarkerLayer.vue?vue&type=template&id=090adf49
|
|
205904
205904
|
var DynamicMarkerLayervue_type_template_id_090adf49_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('mapgis-3d-marker-set-pro',{ref:"markerSetPro",attrs:{"vue-key":_vm.vueKey,"markers":_vm.markers,"popupShowType":_vm.popupShowType,"popupToggleType":_vm.popupToggleType,"popupAnchor":_vm.popupAnchor,"field-configs":_vm.fieldConfigs},on:{"mouseenter":_vm.mouseEnterEvent,"mouseleave":_vm.mouseLeaveEvent,"popupload":_vm.popupLoad,"show-marker-detail":_vm.showMarkerDetail},scopedSlots:_vm._u([{key:"popup",fn:function(slotProps){return [_vm._t("popup",null,null,slotProps)]}}],null,true)})],1)}
|
|
205905
205905
|
var DynamicMarkerLayervue_type_template_id_090adf49_staticRenderFns = []
|
|
205906
205906
|
|
|
@@ -206484,7 +206484,7 @@ var DynamicMarkerLayer_component = normalizeComponent(
|
|
|
206484
206484
|
)
|
|
206485
206485
|
|
|
206486
206486
|
/* harmony default export */ var DynamicMarkerLayer = (DynamicMarkerLayer_component.exports);
|
|
206487
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
206487
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Overlay/Mapv3dLayer.vue?vue&type=template&id=94d43a1a
|
|
206488
206488
|
var Mapv3dLayervue_type_template_id_94d43a1a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
206489
206489
|
var Mapv3dLayervue_type_template_id_94d43a1a_staticRenderFns = []
|
|
206490
206490
|
|
|
@@ -208202,7 +208202,7 @@ var Mapv3dLayer_component = normalizeComponent(
|
|
|
208202
208202
|
)
|
|
208203
208203
|
|
|
208204
208204
|
/* harmony default export */ var Mapv3dLayer = (Mapv3dLayer_component.exports);
|
|
208205
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
208205
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Overlay/themeLayer/custer/CesiumCusterLayer.vue?vue&type=template&id=57bca1f4
|
|
208206
208206
|
var CesiumCusterLayervue_type_template_id_57bca1f4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
208207
208207
|
var CesiumCusterLayervue_type_template_id_57bca1f4_staticRenderFns = []
|
|
208208
208208
|
|
|
@@ -208633,7 +208633,7 @@ var CesiumCusterLayer_component = normalizeComponent(
|
|
|
208633
208633
|
)
|
|
208634
208634
|
|
|
208635
208635
|
/* harmony default export */ var CesiumCusterLayer = (CesiumCusterLayer_component.exports);
|
|
208636
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
208636
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Overlay/Echarts.vue?vue&type=template&id=257c81f6
|
|
208637
208637
|
var Echartsvue_type_template_id_257c81f6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
208638
208638
|
var Echartsvue_type_template_id_257c81f6_staticRenderFns = []
|
|
208639
208639
|
|
|
@@ -257177,7 +257177,7 @@ var MapvHeater_component = normalizeComponent(
|
|
|
257177
257177
|
)
|
|
257178
257178
|
|
|
257179
257179
|
/* harmony default export */ var MapvHeater = (MapvHeater_component.exports);
|
|
257180
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
257180
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Overlay/themeLayer/GraphThemeLayer.vue?vue&type=template&id=da8c1bb2
|
|
257181
257181
|
var GraphThemeLayervue_type_template_id_da8c1bb2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
257182
257182
|
var GraphThemeLayervue_type_template_id_da8c1bb2_staticRenderFns = []
|
|
257183
257183
|
|
|
@@ -264152,7 +264152,7 @@ var ThemeLayerCustom_component = normalizeComponent(
|
|
|
264152
264152
|
)
|
|
264153
264153
|
|
|
264154
264154
|
/* harmony default export */ var ThemeLayerCustom = (ThemeLayerCustom_component.exports);
|
|
264155
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264155
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Overlay/themeLayer/M3DSubSectionLayer.vue?vue&type=template&id=c1425ef8&scoped=true
|
|
264156
264156
|
var M3DSubSectionLayervue_type_template_id_c1425ef8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
264157
264157
|
var M3DSubSectionLayervue_type_template_id_c1425ef8_scoped_true_staticRenderFns = []
|
|
264158
264158
|
|
|
@@ -264424,7 +264424,7 @@ var IgsTerrainProvider_component = normalizeComponent(
|
|
|
264424
264424
|
)
|
|
264425
264425
|
|
|
264426
264426
|
/* harmony default export */ var IgsTerrainProvider = (IgsTerrainProvider_component.exports);
|
|
264427
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264427
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Provider/TerrainProvider/TerrainProvider.vue?vue&type=template&id=7ed4d1da
|
|
264428
264428
|
var TerrainProvidervue_type_template_id_7ed4d1da_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
264429
264429
|
var TerrainProvidervue_type_template_id_7ed4d1da_staticRenderFns = []
|
|
264430
264430
|
|
|
@@ -264525,7 +264525,7 @@ var TerrainProvider_component = normalizeComponent(
|
|
|
264525
264525
|
)
|
|
264526
264526
|
|
|
264527
264527
|
/* harmony default export */ var TerrainProvider = (TerrainProvider_component.exports);
|
|
264528
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264528
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/DataSource/Geojson/GeoJsonDataSource.vue?vue&type=template&id=6e91f634
|
|
264529
264529
|
var GeoJsonDataSourcevue_type_template_id_6e91f634_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',[_c('Popup',{attrs:{"position":_vm.position,"forceRender":""},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('PopupContent',{ref:"click",attrs:{"mode":_vm.clickMode,"currentLayerInfo":_vm.currentClickInfo}}),_c('PopupContent',{ref:"hover",attrs:{"mode":_vm.hoverMode,"currentLayerInfo":_vm.currentHoverInfo}})],1)],1)}
|
|
264530
264530
|
var GeoJsonDataSourcevue_type_template_id_6e91f634_staticRenderFns = []
|
|
264531
264531
|
|
|
@@ -264834,7 +264834,7 @@ var GeoJsonDataSource_component = normalizeComponent(
|
|
|
264834
264834
|
)
|
|
264835
264835
|
|
|
264836
264836
|
/* harmony default export */ var GeoJsonDataSource = (GeoJsonDataSource_component.exports);
|
|
264837
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264837
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/DataSource/Czml/CzmlDataSource.vue?vue&type=template&id=3bb3c582
|
|
264838
264838
|
var CzmlDataSourcevue_type_template_id_3bb3c582_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
264839
264839
|
var CzmlDataSourcevue_type_template_id_3bb3c582_staticRenderFns = []
|
|
264840
264840
|
|
|
@@ -265126,7 +265126,7 @@ var CzmlDataSource_component = normalizeComponent(
|
|
|
265126
265126
|
)
|
|
265127
265127
|
|
|
265128
265128
|
/* harmony default export */ var CzmlDataSource = (CzmlDataSource_component.exports);
|
|
265129
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
265129
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Viewshed.vue?vue&type=template&id=01c6d842&scoped=true
|
|
265130
265130
|
var Viewshedvue_type_template_id_01c6d842_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-visual-analysis"},[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"},model:{value:(_vm.formData),callback:function ($$v) {_vm.formData=$$v},expression:"formData"}},[_c('mapgis-ui-form-item',{attrs:{"label":"视角"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":180,"step":0.1},model:{value:(_vm.formData.horizontAngle),callback:function ($$v) {_vm.$set(_vm.formData, "horizontAngle", _vm._n($$v))},expression:"formData.horizontAngle"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"水平"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-shuiping"}})],1)],1),_c('mapgis-ui-slider',{attrs:{"min":0,"max":180,"tooltipVisible":false},model:{value:(_vm.formData.horizontAngle),callback:function ($$v) {_vm.$set(_vm.formData, "horizontAngle", $$v)},expression:"formData.horizontAngle"}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":180},model:{value:(_vm.formData.verticalAngle),callback:function ($$v) {_vm.$set(_vm.formData, "verticalAngle", _vm._n($$v))},expression:"formData.verticalAngle"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"垂直"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-chuizhi"}})],1)],1),_c('mapgis-ui-slider',{attrs:{"min":0,"max":180,"tooltipVisible":false},model:{value:(_vm.formData.verticalAngle),callback:function ($$v) {_vm.$set(_vm.formData, "verticalAngle", $$v)},expression:"formData.verticalAngle"}})],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"朝向"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":360},model:{value:(_vm.angleSet.heading),callback:function ($$v) {_vm.$set(_vm.angleSet, "heading", _vm._n($$v))},expression:"angleSet.heading"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"方向"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-fangwei"}})],1)],1),_c('mapgis-ui-slider',{attrs:{"min":0,"max":360,"tooltipVisible":false},model:{value:(_vm.angleSet.heading),callback:function ($$v) {_vm.$set(_vm.angleSet, "heading", $$v)},expression:"angleSet.heading"}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":360},model:{value:(_vm.angleSet.pitch),callback:function ($$v) {_vm.$set(_vm.angleSet, "pitch", _vm._n($$v))},expression:"angleSet.pitch"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"俯仰"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-fushi"}})],1)],1),_c('mapgis-ui-slider',{attrs:{"min":0,"max":360,"tooltipVisible":false},model:{value:(_vm.angleSet.pitch),callback:function ($$v) {_vm.$set(_vm.angleSet, "pitch", $$v)},expression:"angleSet.pitch"}})],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"观察点坐标"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"step":0.0001},model:{value:(_vm.posData.viewPositionX),callback:function ($$v) {_vm.$set(_vm.posData, "viewPositionX", _vm._n($$v))},expression:"posData.viewPositionX"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"经度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-xzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"step":0.0001,"type":"number","addon-before":"纬度"},model:{value:(_vm.posData.viewPositionY),callback:function ($$v) {_vm.$set(_vm.posData, "viewPositionY", _vm._n($$v))},expression:"posData.viewPositionY"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"纬度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-yzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{staticStyle:{"paddingTop":"8px"},attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"type":"number","addon-before":"高度"},model:{value:(_vm.posData.viewPositionZ),callback:function ($$v) {_vm.$set(_vm.posData, "viewPositionZ", _vm._n($$v))},expression:"posData.viewPositionZ"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"高度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-Zzhouyidong"}})],1)],1)],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"目标点坐标"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"step":0.0001,"type":"number","addon-before":"经度"},model:{value:(_vm.posData.targetPositionX),callback:function ($$v) {_vm.$set(_vm.posData, "targetPositionX", _vm._n($$v))},expression:"posData.targetPositionX"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"经度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-xzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"step":0.0001,"type":"number","addon-before":"纬度"},model:{value:(_vm.posData.targetPositionY),callback:function ($$v) {_vm.$set(_vm.posData, "targetPositionY", _vm._n($$v))},expression:"posData.targetPositionY"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"纬度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-yzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{staticStyle:{"paddingTop":"8px"},attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"type":"number","addon-before":"高度"},model:{value:(_vm.posData.targetPositionZ),callback:function ($$v) {_vm.$set(_vm.posData, "targetPositionZ", _vm._n($$v))},expression:"posData.targetPositionZ"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"高度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-Zzhouyidong"}})],1)],1)],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"附加高度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":0.1,"addon-after":"米"},model:{value:(_vm.formData.exHeight),callback:function ($$v) {_vm.$set(_vm.formData, "exHeight", _vm._n($$v))},expression:"formData.exHeight"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"可视距离"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米"},model:{value:(_vm.angleSet.viewRadius),callback:function ($$v) {_vm.$set(_vm.angleSet, "viewRadius", _vm._n($$v))},expression:"angleSet.viewRadius"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"区域颜色"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"disableAlpha":false,"showColorText":false,"color":_vm.formData.visibleColor},on:{"input":function (val) { return (_vm.formData.visibleColor = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"可视"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-kejian"}})],1)],1)],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"disableAlpha":false,"showColorText":false,"color":_vm.formData.unVisibleColor},on:{"input":function (val) { return (_vm.formData.unVisibleColor = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"不可视"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-bukejian"}})],1)],1)],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"遮罩颜色"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"disableAlpha":false,"showColorText":false,"color":_vm.formData.maskColor,"addon-before":"可视"},on:{"input":function (val) { return (_vm.formData.maskColor = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"可视"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-kejian"}})],1)],1)],1)],1)],1)],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.onClickStart}},[_vm._v("分析\n ")]),_c('mapgis-ui-button',{on:{"click":_vm.onClickStop}},[_vm._v("清除")])],1)]})],2)}
|
|
265131
265131
|
var Viewshedvue_type_template_id_01c6d842_scoped_true_staticRenderFns = []
|
|
265132
265132
|
|
|
@@ -265972,7 +265972,7 @@ var Viewshed_component = normalizeComponent(
|
|
|
265972
265972
|
)
|
|
265973
265973
|
|
|
265974
265974
|
/* harmony default export */ var Viewshed = (Viewshed_component.exports);
|
|
265975
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
265975
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Sightline.vue?vue&type=template&id=33086ac0&scoped=true
|
|
265976
265976
|
var Sightlinevue_type_template_id_33086ac0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-visibility-analysis"},[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"},model:{value:(_vm.formData),callback:function ($$v) {_vm.formData=$$v},expression:"formData"}},[_c('mapgis-ui-form-item',{attrs:{"label":"观察者信息"}},[_c('mapgis-ui-input',{attrs:{"placeholder":"经度,纬度,高程","disabled":""},model:{value:(_vm.viewPointPosition),callback:function ($$v) {_vm.viewPointPosition=$$v},expression:"viewPointPosition"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"附加高度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"addon-after":"米","min":0,"step":0.1},model:{value:(_vm.formData.exHeight),callback:function ($$v) {_vm.$set(_vm.formData, "exHeight", _vm._n($$v))},expression:"formData.exHeight"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"不可视区域颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"disableAlpha":false,"color":_vm.formData.unVisibleColor},on:{"input":function (val) { return (_vm.formData.unVisibleColor = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"可视区域颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"disableAlpha":false,"color":_vm.formData.visibleColor},on:{"input":function (val) { return (_vm.formData.visibleColor = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}})],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.onClickStart}},[_vm._v("通视分析\n ")]),_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.doLookAroundAnalysis}},[_vm._v("环视通视分析\n ")]),_c('mapgis-ui-button',{on:{"click":_vm.onClickStop}},[_vm._v("清除")])],1),_c('mapgis-ui-mask',{attrs:{"loading":_vm.maskShow,"parentDivClass":'cesium-map-wrapper',"percent":_vm.percent,"text":_vm.maskText}})],1)]})],2)}
|
|
265977
265977
|
var Sightlinevue_type_template_id_33086ac0_scoped_true_staticRenderFns = []
|
|
265978
265978
|
|
|
@@ -266580,7 +266580,7 @@ var Sightline_component = normalizeComponent(
|
|
|
266580
266580
|
)
|
|
266581
266581
|
|
|
266582
266582
|
/* harmony default export */ var Sightline = (Sightline_component.exports);
|
|
266583
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
266583
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/SkyLine.vue?vue&type=template&id=7b95a538&scoped=true
|
|
266584
266584
|
var SkyLinevue_type_template_id_7b95a538_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"观察者信息"}},[_c('mapgis-ui-input',{attrs:{"placeholder":"经度,纬度,高程","disabled":""},model:{value:(_vm.centerPosition),callback:function ($$v) {_vm.centerPosition=$$v},expression:"centerPosition"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"线宽度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0},model:{value:(_vm.formData.skylineWidth),callback:function ($$v) {_vm.$set(_vm.formData, "skylineWidth", _vm._n($$v))},expression:"formData.skylineWidth"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"线颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.formData.skylineColor,"disableAlpha":true},on:{"update:color":function($event){return _vm.$set(_vm.formData, "skylineColor", $event)}}})],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.addSkyLine}},[_vm._v("天际线")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1),_c('mapgis-ui-mask',{attrs:{"parentDivClass":'cesium-map-wrapper',"loading":_vm.maskShow,"text":_vm.maskText}})],1)]})],2)}
|
|
266585
266585
|
var SkyLinevue_type_template_id_7b95a538_scoped_true_staticRenderFns = []
|
|
266586
266586
|
|
|
@@ -267022,7 +267022,7 @@ var SkyLine_component = normalizeComponent(
|
|
|
267022
267022
|
)
|
|
267023
267023
|
|
|
267024
267024
|
/* harmony default export */ var SkyLine = (SkyLine_component.exports);
|
|
267025
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
267025
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/ModelFlatten.vue?vue&type=template&id=75d539b0&scoped=true
|
|
267026
267026
|
var ModelFlattenvue_type_template_id_75d539b0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"模型图层"}},[_c('mapgis-ui-select',{on:{"change":_vm.$_chooseM3D},model:{value:(_vm.selectDefaultValue),callback:function ($$v) {_vm.selectDefaultValue=$$v},expression:"selectDefaultValue"}},_vm._l((_vm.dataSource),function(data,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":data.key}},[_vm._v("\n "+_vm._s(data.value)+"\n ")])}),1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"是否贴模型"}},[_c('mapgis-ui-select',{on:{"change":_vm.$_chooseMode},model:{value:(_vm.mode),callback:function ($$v) {_vm.mode=$$v},expression:"mode"}},_vm._l((_vm.classify),function(data,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":data.key}},[_vm._v("\n "+_vm._s(data.value)+"\n ")])}),1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"压平高度"}},[_c('mapgis-ui-input-number',{attrs:{"autoWidth":""},on:{"change":_vm.$_change},model:{value:(_vm.flattenHeight),callback:function ($$v) {_vm.flattenHeight=$$v},expression:"flattenHeight"}})],1),_c('mapgis-ui-switch-row-left',{staticClass:"flatten-switch",attrs:{"title":"根据ID压平"},model:{value:(_vm.flattenWithId),callback:function ($$v) {_vm.flattenWithId=$$v},expression:"flattenWithId"}})],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.clearModelFlatten(true)}}},[_vm._v("还原")]),_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.startModelFlatten}},[_vm._v("开始")])],1)],1)]})],2)}
|
|
267027
267027
|
var ModelFlattenvue_type_template_id_75d539b0_scoped_true_staticRenderFns = []
|
|
267028
267028
|
|
|
@@ -267361,7 +267361,7 @@ var ModelFlatten_component = normalizeComponent(
|
|
|
267361
267361
|
)
|
|
267362
267362
|
|
|
267363
267363
|
/* harmony default export */ var ModelFlatten = (ModelFlatten_component.exports);
|
|
267364
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
267364
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/HeightLimited.vue?vue&type=template&id=0accc2f4&scoped=true
|
|
267365
267365
|
var HeightLimitedvue_type_template_id_0accc2f4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-widget-heightLimited-analysis"},[_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}}),_c('mapgis-ui-color-pick-panel',{staticStyle:{"font-size":"13px"},attrs:{"label":_vm.colorLabel,"color":_vm.colorCopy,"size":_vm.size,"disableAlpha":false,"labelCol":24,"wrapperCol":24},on:{"input":function (val) { return (_vm.colorCopy = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}}),_c('mapgis-ui-input-number-panel',{staticStyle:{"font-size":"13px"},attrs:{"label":"最高高度","step":1,"range":[_vm.minSliderHeightCopy, 10000]},on:{"change":function (val) { return _vm.setMaxHeight(val); }},model:{value:(_vm.maxSliderHeightCopy),callback:function ($$v) {_vm.maxSliderHeightCopy=$$v},expression:"maxSliderHeightCopy"}}),_c('mapgis-ui-input-number-panel',{staticStyle:{"font-size":"13px"},attrs:{"label":"控制高度","step":1,"range":[_vm.minSliderHeightCopy, _vm.maxSliderHeightCopy]},on:{"change":function (val) { return _vm.setInput(val); }},model:{value:(_vm.heightLimitCopy),callback:function ($$v) {_vm.heightLimitCopy=$$v},expression:"heightLimitCopy"}}),_c('mapgis-ui-group-tab',{attrs:{"title":"控高面显示","isTitleBold":true,"hasTopMargin":false,"hasBottomMargin":true}},[_c('mapgis-ui-switch',{attrs:{"slot":"handle","size":"small"},slot:"handle",model:{value:(_vm.enablePolygonCopy),callback:function ($$v) {_vm.enablePolygonCopy=$$v},expression:"enablePolygonCopy"}})],1),_c('mapgis-3d-draw',{attrs:{"drawStyle":_vm.drawStyleCopy,"enableControl":_vm.enableControl},on:{"drawcreate":_vm.handleCreate,"load":_vm.handleDrawLoad}},[_c('div',{staticClass:"parent_div"},[_c('mapgis-ui-group-tab',{attrs:{"title":"分析范围"}}),_c('mapgis-ui-radio-group',{staticStyle:{"line-height":"32px","padding-bottom":"8px"},model:{value:(_vm.radioValue),callback:function ($$v) {_vm.radioValue=$$v},expression:"radioValue"}},[_c('mapgis-ui-radio',{attrs:{"value":1}},[_vm._v("\n 绘制区域\n ")]),_c('mapgis-ui-radio',{attrs:{"value":2}},[_vm._v("\n 输入区域\n ")])],1),(_vm.radioValue === 1)?_c('div',{staticStyle:{"text-align":"left","padding-bottom":"8px"}},_vm._l((_vm.draws),function(item,i){return _c('mapgis-ui-tooltip',{key:i,attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(item.tip))])]),_c('mapgis-ui-button',{class:item.className,staticStyle:{"margin":"0 8px"},attrs:{"shape":"circle","type":item.type},on:{"click":item.click}},[_c('mapgis-ui-iconfont',{class:item.className,attrs:{"type":item.icon,"theme":"filled"}})],1)],2)}),1):_vm._e(),(_vm.radioValue === 2)?_c('div',[_c('mapgis-ui-setting-form',{staticClass:"mapgis-ui-setting-form",attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{staticStyle:{"text-align":"center"},attrs:{"label":"圆心"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"allow-clear":""},model:{value:(_vm.circleCenter.longitude),callback:function ($$v) {_vm.$set(_vm.circleCenter, "longitude", _vm._n($$v))},expression:"circleCenter.longitude"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":_vm.inputDefaultVal1},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-xzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"allow-clear":""},model:{value:(_vm.circleCenter.latitude),callback:function ($$v) {_vm.$set(_vm.circleCenter, "latitude", _vm._n($$v))},expression:"circleCenter.latitude"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":_vm.inputDefaultVal2},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-yzhouyidong"}})],1)],1)],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"半径"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米"},model:{value:(_vm.radius),callback:function ($$v) {_vm.radius=_vm._n($$v)},expression:"radius"}})],1)],1)],1):_vm._e()],1)]),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.startHeightAnalysis}},[_vm._v("\n 分析\n ")]),_c('mapgis-ui-button',{on:{"click":_vm.toggleDelete}},[_vm._v("清除")])],1)],1)}
|
|
267366
267366
|
var HeightLimitedvue_type_template_id_0accc2f4_scoped_true_staticRenderFns = []
|
|
267367
267367
|
|
|
@@ -267968,7 +267968,7 @@ var HeightLimited_component = normalizeComponent(
|
|
|
267968
267968
|
)
|
|
267969
267969
|
|
|
267970
267970
|
/* harmony default export */ var HeightLimited = (HeightLimited_component.exports);
|
|
267971
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
267971
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Shadow.vue?vue&type=template&id=2628f38e&scoped=true
|
|
267972
267972
|
var Shadowvue_type_template_id_2628f38e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mp-widget-shadow-analysis"},[_c('mapgis-ui-setting-form',{attrs:{"model":_vm.formData,"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-model-item',{attrs:{"label":"日期"}},[_c('mapgis-ui-date-picker',{staticStyle:{"width":"100%"},attrs:{"autoWidth":"","default-value":_vm.startDate},on:{"change":_vm.changeDate}})],1),_c('div',[_c('mapgis-ui-form-model-item',{attrs:{"label":"开始时间"}},[_c('mapgis-ui-time-picker',{staticStyle:{"width":"100%"},attrs:{"default-value":_vm.startTime},on:{"change":function($event){return _vm.changeTime($event, 'startTime')}}})],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"结束时间"}},[_c('mapgis-ui-time-picker',{staticStyle:{"width":"100%"},attrs:{"default-value":_vm.endTime},on:{"change":function($event){return _vm.changeTime($event, 'endTime')}}})],1)],1)],1),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"底部高程(米)","range":[0],"rangeShow":false,"slider":false},model:{value:(_vm.formData.minHeight),callback:function ($$v) {_vm.$set(_vm.formData, "minHeight", $$v)},expression:"formData.minHeight"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"拉伸高度(米)","range":[0, 100],"rangeShow":true,"slider":true},model:{value:(_vm.formData.stretchHeight),callback:function ($$v) {_vm.$set(_vm.formData, "stretchHeight", $$v)},expression:"formData.stretchHeight"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"插值间隔","range":[3, 20],"rangeShow":true,"slider":true},model:{value:(_vm.formData.spacing),callback:function ($$v) {_vm.$set(_vm.formData, "spacing", $$v)},expression:"formData.spacing"}}),_c('mapgis-ui-color-pick-panel',{attrs:{"label":"阴影颜色","labelCol":24,"wrapperCol":24,"color":_vm.formData.shadowColor,"disableAlpha":true},on:{"update:color":function($event){return _vm.$set(_vm.formData, "shadowColor", $event)},"input":function (val) { return (_vm.formData.shadowColor = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}}),_c('mapgis-ui-color-pick-panel',{attrs:{"label":"非阴影颜色","labelCol":24,"wrapperCol":24,"color":_vm.formData.sunColor,"disableAlpha":true},on:{"update:color":function($event){return _vm.$set(_vm.formData, "sunColor", $event)},"input":function (val) { return (_vm.formData.sunColor = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}}),_c('mapgis-ui-setting-footer',{staticClass:"settingButton"},[_c('mapgis-ui-button',{attrs:{"disabled":_vm.maskShow,"type":"primary"},on:{"click":_vm.shadow}},[_vm._v("阴影分析\n ")]),_c('mapgis-ui-button',{attrs:{"disabled":_vm.maskShow,"type":"primary"},on:{"click":_vm.sun}},[_vm._v("日照效果\n ")]),_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.removeAll}},[_vm._v("\n 清除\n ")])],1),_c('span',[_c('Popup',{attrs:{"position":_vm.position,"forceRender":""},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('PopupContent',{attrs:{"currentLayerInfo":_vm.currentClickInfo}})],1)],1)],1)]})],2)}
|
|
267973
267973
|
var Shadowvue_type_template_id_2628f38e_scoped_true_staticRenderFns = []
|
|
267974
267974
|
|
|
@@ -270099,7 +270099,7 @@ var Shadow_component = normalizeComponent(
|
|
|
270099
270099
|
)
|
|
270100
270100
|
|
|
270101
270101
|
/* harmony default export */ var Analysis_Shadow = (Shadow_component.exports);
|
|
270102
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
270102
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/DynamicCutting.vue?vue&type=template&id=18e1026a&scoped=true
|
|
270103
270103
|
var DynamicCuttingvue_type_template_id_18e1026a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [(_vm.initSlider)?_c('mapgis-ui-card',{staticClass:"dynamic-tool-bar"},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8}},[_c('p',{staticClass:"flood-title"},[_vm._v("剖切距离(米):")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-slider',{attrs:{"defaultValue":_vm.currentDistance,"min":Number(_vm.startDistance),"max":Number(_vm.endDistanceCopy)},model:{value:(_vm.currentDistanceCopy),callback:function ($$v) {_vm.currentDistanceCopy=$$v},expression:"currentDistanceCopy"}})],1)],1)],1):_vm._e()]})],2)}
|
|
270104
270104
|
var DynamicCuttingvue_type_template_id_18e1026a_scoped_true_staticRenderFns = []
|
|
270105
270105
|
|
|
@@ -270354,7 +270354,7 @@ var DynamicCutting_component = normalizeComponent(
|
|
|
270354
270354
|
)
|
|
270355
270355
|
|
|
270356
270356
|
/* harmony default export */ var DynamicCutting = (DynamicCutting_component.exports);
|
|
270357
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
270357
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/DynamicSection.vue?vue&type=template&id=1fc3da68&scoped=true
|
|
270358
270358
|
var DynamicSectionvue_type_template_id_1fc3da68_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('mapgis-ui-group-tab',{attrs:{"title":"模型"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"tip","placement":"top"},slot:"tip"},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.info))])]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info"}})],2)],1),_c('mapgis-ui-row',{staticClass:"model"},[(_vm.checkboxOptions.length > 0)?_c('mapgis-ui-checkbox-group',{on:{"change":_vm._onCheckboxGroupChange}},_vm._l((_vm.checkboxOptions),function(option,index){return _c('mapgis-ui-row',{key:("model-" + index)},[_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"value":option.value}},[_vm._v("\n "+_vm._s(option.label)+"\n ")])],1)}),1):_c('div',[_vm._v("暂无数据!")])],1),_c('mapgis-ui-group-tab',{attrs:{"title":"剖切方向"}},[_c('mapgis-ui-checkbox',{staticClass:"checkbox",attrs:{"slot":"handle","placement":"bottomRight","checked":_vm.reverse},on:{"change":_vm._onCheckboxChange},slot:"handle"},[_vm._v("\n 逆向\n ")])],1),_c('mapgis-ui-row',{staticClass:"axis"},[_c('mapgis-ui-radio-group',{attrs:{"size":"small"},model:{value:(_vm.axisCopy),callback:function ($$v) {_vm.axisCopy=$$v},expression:"axisCopy"}},[_c('mapgis-ui-radio',{attrs:{"value":"X"}},[_vm._v(" X轴 ")]),_c('mapgis-ui-radio',{attrs:{"value":"Y"}},[_vm._v(" Y轴 ")]),_c('mapgis-ui-radio',{attrs:{"value":"Z"}},[_vm._v(" Z轴 ")])],1)],1),_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}}),_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"动画时间"}},[_c('mapgis-ui-input-number',{staticStyle:{"width":"100%"},attrs:{"min":0},model:{value:(_vm.timeCopy),callback:function ($$v) {_vm.timeCopy=$$v},expression:"timeCopy"}})],1)],1),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"剖切距离","range":[_vm.min, _vm.max],"disabled":_vm.readonly},on:{"change":_vm.setDistance},model:{value:(_vm.distanceCopy),callback:function ($$v) {_vm.distanceCopy=$$v},expression:"distanceCopy"}}),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"显示辅助面"},on:{"changeChecked":_vm.changePlaneVisible},model:{value:(_vm.showCuttingPlaneCopy),callback:function ($$v) {_vm.showCuttingPlaneCopy=$$v},expression:"showCuttingPlaneCopy"}},[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"剖面颜色"}},[_c('mapgis-ui-sketch-color-picker',{staticClass:"colorCopy-picker",attrs:{"color":_vm.colorCopy,"disableAlpha":false},on:{"update:color":function($event){_vm.colorCopy=$event}}})],1)],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.startClipping}},[_vm._v("\n 分析\n ")]),_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.animation}},[_vm._v("\n 动态效果\n ")]),_c('mapgis-ui-button',{on:{"click":_vm.stopClipping}},[_vm._v(" 清除 ")])],1)]})],2)}
|
|
270359
270359
|
var DynamicSectionvue_type_template_id_1fc3da68_scoped_true_staticRenderFns = []
|
|
270360
270360
|
|
|
@@ -271080,7 +271080,7 @@ var DynamicSection_component = normalizeComponent(
|
|
|
271080
271080
|
)
|
|
271081
271081
|
|
|
271082
271082
|
/* harmony default export */ var DynamicSection = (DynamicSection_component.exports);
|
|
271083
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271083
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Fill.vue?vue&type=template&id=0ec35788&scoped=true
|
|
271084
271084
|
var Fillvue_type_template_id_0ec35788_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('mapgis-ui-card',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showResult),expression:"!showResult"}],staticClass:"fill-tool-bar"},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8}},[_c('p',{staticClass:"fill-title"},[_vm._v("工具选择:")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-select',{staticClass:"fill-select",attrs:{"default-value":"cut"},on:{"change":_vm.$_selectChange}},[_c('mapgis-ui-select-option',{attrs:{"value":"cut"}},[_vm._v("\n 开挖分析\n ")]),_c('mapgis-ui-select-option',{attrs:{"value":"fill"}},[_vm._v("\n 填方分析\n ")])],1)],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8}},[_c('p',{staticClass:"fill-title"},[_vm._v(_vm._s(_vm.cutTitle))])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input-number',{staticClass:"fill-input",model:{value:(_vm.heightCopy),callback:function ($$v) {_vm.heightCopy=$$v},expression:"heightCopy"}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8}},[_c('p',{staticClass:"fill-title"},[_vm._v("x方向采样点个数:")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input-number',{staticClass:"fill-input",model:{value:(_vm.xPaneNumCopy),callback:function ($$v) {_vm.xPaneNumCopy=$$v},expression:"xPaneNumCopy"}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8}},[_c('p',{staticClass:"fill-title"},[_vm._v("y方向采样点个数:")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input-number',{staticClass:"fill-input",model:{value:(_vm.yPaneNumCopy),callback:function ($$v) {_vm.yPaneNumCopy=$$v},expression:"yPaneNumCopy"}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-button',{staticClass:"fill-button",attrs:{"type":"primary"},on:{"click":_vm.$_startAnalyse}},[_vm._v("开始分析")])],1)],1),_c('mapgis-ui-card',{directives:[{name:"show",rawName:"v-show",value:(_vm.showResult),expression:"showResult"}],staticClass:"fill-tool-bar fill-result-bar"},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8}},[_c('p',{staticClass:"fill-title"},[_vm._v(_vm._s(_vm.volumeTitle))])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input-number',{staticClass:"fill-input",attrs:{"disabled":true},model:{value:(_vm.heightCopy),callback:function ($$v) {_vm.heightCopy=$$v},expression:"heightCopy"}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8}},[_c('p',{staticClass:"fill-title"},[_vm._v("体积(立方米):")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input-number',{staticClass:"fill-input",attrs:{"disabled":true},model:{value:(_vm.volume),callback:function ($$v) {_vm.volume=$$v},expression:"volume"}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":8}},[_c('p',{staticClass:"fill-title"},[_vm._v("表面积(平方米):")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input-number',{staticClass:"fill-input",attrs:{"disabled":true},model:{value:(_vm.surfaceArea),callback:function ($$v) {_vm.surfaceArea=$$v},expression:"surfaceArea"}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-button',{staticClass:"fill-button",attrs:{"type":"primary"},on:{"click":_vm.$_stopAnalyse}},[_vm._v("停止分析")])],1)],1)]})],2)}
|
|
271085
271085
|
var Fillvue_type_template_id_0ec35788_scoped_true_staticRenderFns = []
|
|
271086
271086
|
|
|
@@ -271421,7 +271421,7 @@ var Fill_component = normalizeComponent(
|
|
|
271421
271421
|
)
|
|
271422
271422
|
|
|
271423
271423
|
/* harmony default export */ var Fill = (Fill_component.exports);
|
|
271424
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271424
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Aspect.vue?vue&type=template&id=e8c82cf6
|
|
271425
271425
|
var Aspectvue_type_template_id_e8c82cf6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-aspect-analysis"},[_c('mapgis-ui-group-tab',{attrs:{"title":"显示模式"}}),_c('mapgis-ui-radio-group',{model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}},[_c('mapgis-ui-radio',{attrs:{"value":1}},[_vm._v(" 坡向箭头 ")]),_c('mapgis-ui-radio',{attrs:{"value":2}},[_vm._v(" 填充颜色 ")])],1),_c('mapgis-ui-group-tab',{directives:[{name:"show",rawName:"v-show",value:(_vm.value === 2),expression:"value === 2"}],attrs:{"title":"坡向图例设置"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"tip","placement":"top"},slot:"tip"},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.info))])]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info"}})],2)],1),_c('mapgis-ui-colors-setting',{directives:[{name:"show",rawName:"v-show",value:(_vm.value === 2),expression:"value === 2"}],attrs:{"rangeField":'坡向范围'},model:{value:(_vm.rampColorsCopy),callback:function ($$v) {_vm.rampColorsCopy=$$v},expression:"rampColorsCopy"}}),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.analysis}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1)],1)]})],2)}
|
|
271426
271426
|
var Aspectvue_type_template_id_e8c82cf6_staticRenderFns = []
|
|
271427
271427
|
|
|
@@ -271799,7 +271799,7 @@ var Aspect_component = normalizeComponent(
|
|
|
271799
271799
|
)
|
|
271800
271800
|
|
|
271801
271801
|
/* harmony default export */ var Aspect = (Aspect_component.exports);
|
|
271802
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271802
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Slope.vue?vue&type=template&id=5086b7dc
|
|
271803
271803
|
var Slopevue_type_template_id_5086b7dc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-slope-analysis"},[_c('mapgis-ui-group-tab',{attrs:{"title":"坡度图例设置"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"tip","placement":"top"},slot:"tip"},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.info))])]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info"}})],2)],1),_c('mapgis-ui-colors-setting',{attrs:{"rangeField":'坡度范围'},model:{value:(_vm.rampColorsCopy),callback:function ($$v) {_vm.rampColorsCopy=$$v},expression:"rampColorsCopy"}}),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.analysis}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1)],1)]})],2)}
|
|
271804
271804
|
var Slopevue_type_template_id_5086b7dc_staticRenderFns = []
|
|
271805
271805
|
|
|
@@ -272156,7 +272156,7 @@ var Slope_component = normalizeComponent(
|
|
|
272156
272156
|
)
|
|
272157
272157
|
|
|
272158
272158
|
/* harmony default export */ var Slope = (Slope_component.exports);
|
|
272159
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
272159
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/AspectSlope.vue?vue&type=template&id=22cb1c29&scoped=true
|
|
272160
272160
|
var AspectSlopevue_type_template_id_22cb1c29_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"aspect-slope-analysis"},[_c('mapgis-ui-switch-panel',{staticClass:"paddingStyle",attrs:{"size":"default","label":"坡度分析"},model:{value:(_vm.slopeFill),callback:function ($$v) {_vm.slopeFill=$$v},expression:"slopeFill"}},[_c('mapgis-ui-group-tab',{staticClass:"slope-parameter-title",attrs:{"title":"坡度图例设置","hasTopMargin":false,"hasBottomMargin":false}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"tip","placement":"top"},slot:"tip"},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.info))])]),_c('mapgis-ui-iconfont',{staticStyle:{"right":"0"},attrs:{"type":"mapgis-info"}})],2)],1),_c('mapgis-ui-colors-setting',{attrs:{"rangeField":'坡度范围'},model:{value:(_vm.rampColorsCopy),callback:function ($$v) {_vm.rampColorsCopy=$$v},expression:"rampColorsCopy"}})],1),_vm._m(0),_c('mapgis-ui-switch-panel',{staticClass:"paddingStyle",attrs:{"size":"default","label":"坡向分析"},model:{value:(_vm.aspectArrow),callback:function ($$v) {_vm.aspectArrow=$$v},expression:"aspectArrow"}},[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","slider":true,"range":[1, 10],"label":"箭头密度"},model:{value:(_vm.arrowRepeat),callback:function ($$v) {_vm.arrowRepeat=$$v},expression:"arrowRepeat"}})],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary","disabled":!_vm.displayOption},on:{"click":_vm.analysis}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1),_c('span',[_c('Popup',{attrs:{"position":_vm.position,"forceRender":""},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('PopupContent',{attrs:{"currentLayerInfo":_vm.currentClickInfo}})],1)],1)],1)}
|
|
272161
272161
|
var AspectSlopevue_type_template_id_22cb1c29_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"dividerWrapper"},[_c('div',{staticClass:"divider"})])}]
|
|
272162
272162
|
|
|
@@ -272515,7 +272515,7 @@ var AspectSlope_component = normalizeComponent(
|
|
|
272515
272515
|
)
|
|
272516
272516
|
|
|
272517
272517
|
/* harmony default export */ var AspectSlope = (AspectSlope_component.exports);
|
|
272518
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
272518
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Contour.vue?vue&type=template&id=0b5ed0ad&scoped=true
|
|
272519
272519
|
var Contourvue_type_template_id_0b5ed0ad_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-contour-analysis"},[_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}}),_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-ui-number-style",attrs:{"label":"最大分段数","range":[1, 800]},model:{value:(_vm.maxSegmentedValueCopy),callback:function ($$v) {_vm.maxSegmentedValueCopy=$$v},expression:"maxSegmentedValueCopy"}}),_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-ui-number-style",attrs:{"label":"等值距(米)","range":[_vm.initSpacing, _vm.halfHeight]},model:{value:(_vm.contourSpacingCopy),callback:function ($$v) {_vm.contourSpacingCopy=$$v},expression:"contourSpacingCopy"}}),(_vm.switchOptions.indexOf('isogram') >= 0)?_c('mapgis-ui-switch-panel',{attrs:{"layout":"vertical","label":"等值线","checked":_vm.isogram},on:{"changeChecked":_vm.startIsogram}},[_c('mapgis-ui-form-item',{attrs:{"label":"线宽"}},[_c('mapgis-ui-input-number',{attrs:{"autoWidth":"","min":0},model:{value:(_vm.formData1.contourWidthCopy),callback:function ($$v) {_vm.$set(_vm.formData1, "contourWidthCopy", _vm._n($$v))},expression:"formData1.contourWidthCopy"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"线颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.formData1.contourColorCopy,"disableAlpha":false},on:{"update:color":function($event){return _vm.$set(_vm.formData1, "contourColorCopy", $event)}}})],1)],1):_vm._e(),(_vm.switchOptions.indexOf('isosurface') >= 0)?_c('mapgis-ui-switch-panel',{attrs:{"layout":"vertical","label":"等值面","disabled":_vm.isosurfaceDisabled,"checked":_vm.isosurface},on:{"changeChecked":_vm.startIsosurface}},[_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-ui-number-style",attrs:{"size":"large","label":"等值面透明度","range":[0, 1],"step":0.1},model:{value:(_vm.formData2.bandTransparencyCopy),callback:function ($$v) {_vm.$set(_vm.formData2, "bandTransparencyCopy", $$v)},expression:"formData2.bandTransparencyCopy"}}),_c('mapgis-ui-collapse',[_c('mapgis-ui-collapse-panel',{attrs:{"header":"图例"}},[_c('mapgis-ui-colors-setting',{attrs:{"rangeField":'高度',"singleNumber":true},model:{value:(_vm.formData2.bandColorArray),callback:function ($$v) {_vm.$set(_vm.formData2, "bandColorArray", $$v)},expression:"formData2.bandColorArray"}})],1)],1)],1):_vm._e()],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.analysis}},[_vm._v("分析\n ")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1)]})],2)}
|
|
272520
272520
|
var Contourvue_type_template_id_0b5ed0ad_scoped_true_staticRenderFns = []
|
|
272521
272521
|
|
|
@@ -273205,7 +273205,7 @@ var Contour_component = normalizeComponent(
|
|
|
273205
273205
|
)
|
|
273206
273206
|
|
|
273207
273207
|
/* harmony default export */ var Contour = (Contour_component.exports);
|
|
273208
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
273208
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/CutFill.vue?vue&type=template&id=bd1b7f86&scoped=true
|
|
273209
273209
|
var CutFillvue_type_template_id_bd1b7f86_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-cut-fill-analysis"},[_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}},[_c('mapgis-ui-toolbar',{attrs:{"slot":"handle","bordered":false},slot:"handle"},[_c('mapgis-ui-toolbar-command',{attrs:{"icon":"mapgis-redo","title":"重新计算","disabled":!_vm.recalculate},on:{"click":_vm.refresh}})],1)],1),_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-form-item',{attrs:{"label":"x方向采样点数"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0},model:{value:(_vm.xPaneNumCopy),callback:function ($$v) {_vm.xPaneNumCopy=_vm._n($$v)},expression:"xPaneNumCopy"}})],1)],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-form-item',{attrs:{"label":"y方向采样点数"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0},model:{value:(_vm.yPaneNumCopy),callback:function ($$v) {_vm.yPaneNumCopy=_vm._n($$v)},expression:"yPaneNumCopy"}})],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"填挖规整高度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米"},model:{value:(_vm.heightCopy),callback:function ($$v) {_vm.heightCopy=_vm._n($$v)},expression:"heightCopy"}})],1)],1),_c('mapgis-ui-group-tab',{attrs:{"title":"样式设置"}}),_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"填方颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.fillColorCopy,"disableAlpha":false},on:{"update:color":function($event){_vm.fillColorCopy=$event}}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"挖方颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.cutColorCopy,"disableAlpha":false},on:{"update:color":function($event){_vm.cutColorCopy=$event}}})],1)],1),_c('mapgis-ui-group-tab',{attrs:{"title":"填挖结果"}}),_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"高程范围"}},[_c('mapgis-ui-input',{attrs:{"disabled":"","addon-after":"米"},model:{value:(_vm.result.height),callback:function ($$v) {_vm.$set(_vm.result, "height", _vm._n($$v))},expression:"result.height"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"表面积"}},[_c('mapgis-ui-input',{attrs:{"disabled":"","addon-after":"平方米"},model:{value:(_vm.result.surfaceArea),callback:function ($$v) {_vm.$set(_vm.result, "surfaceArea", _vm._n($$v))},expression:"result.surfaceArea"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"挖体积"}},[_c('mapgis-ui-input',{attrs:{"disabled":"","addon-after":"立方米"},model:{value:(_vm.result.cutVolume),callback:function ($$v) {_vm.$set(_vm.result, "cutVolume", _vm._n($$v))},expression:"result.cutVolume"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"填体积"}},[_c('mapgis-ui-input',{attrs:{"disabled":"","addon-after":"立方米"},model:{value:(_vm.result.fillVolume),callback:function ($$v) {_vm.$set(_vm.result, "fillVolume", _vm._n($$v))},expression:"result.fillVolume"}})],1)],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.analysis}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1)]}),(_vm.useMask)?_c('mapgis-ui-mask',{attrs:{"parentDivClass":'cesium-map-wrapper',"loading":_vm.maskShow,"text":_vm.maskText}}):_vm._e()],2)}
|
|
273210
273210
|
var CutFillvue_type_template_id_bd1b7f86_scoped_true_staticRenderFns = []
|
|
273211
273211
|
|
|
@@ -273788,7 +273788,7 @@ var CutFill_component = normalizeComponent(
|
|
|
273788
273788
|
)
|
|
273789
273789
|
|
|
273790
273790
|
/* harmony default export */ var CutFill = (CutFill_component.exports);
|
|
273791
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
273791
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Profile.vue?vue&type=template&id=d4fb7a34
|
|
273792
273792
|
var Profilevue_type_template_id_d4fb7a34_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-profile-analysis"},[_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}}),_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"剖切线颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.polylineGroundColorCopy,"disableAlpha":true},on:{"update:color":function($event){_vm.polylineGroundColorCopy=$event}}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"采样精度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米"},model:{value:(_vm.samplePrecisionCopy),callback:function ($$v) {_vm.samplePrecisionCopy=_vm._n($$v)},expression:"samplePrecisionCopy"}})],1),_c('mapgis-ui-form-item',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showPolygonCopy),expression:"!showPolygonCopy"}],attrs:{"label":"交互点颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.pointColorCopy,"disableAlpha":true},on:{"update:color":function($event){_vm.pointColorCopy=$event}}})],1),_c('mapgis-ui-switch-panel',{attrs:{"label":"开启高精度采样","size":"default"},model:{value:(_vm.sampleSceneMostDetail),callback:function ($$v) {_vm.sampleSceneMostDetail=$$v},expression:"sampleSceneMostDetail"}}),_c('mapgis-ui-switch-panel',{attrs:{"label":"显示剖切面","size":"default"},model:{value:(_vm.showPolygonCopy),callback:function ($$v) {_vm.showPolygonCopy=$$v},expression:"showPolygonCopy"}},[_c('mapgis-ui-form-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.showPolygonCopy),expression:"showPolygonCopy"}],attrs:{"label":"剖切面高度"}},[_c('mapgis-ui-input',{attrs:{"type":"number","min":0,"addon-after":"(米)"},model:{value:(_vm.polygonHeightCopy),callback:function ($$v) {_vm.polygonHeightCopy=_vm._n($$v)},expression:"polygonHeightCopy"}})],1),_c('mapgis-ui-form-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.showPolygonCopy),expression:"showPolygonCopy"}],attrs:{"label":"剖切面颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.polygonColorCopy,"disableAlpha":true},on:{"update:color":function($event){_vm.polygonColorCopy=$event}}})],1),_c('mapgis-ui-form-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.showPolygonCopy),expression:"showPolygonCopy"}],attrs:{"label":"交互线颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.polyLineColorCopy,"disableAlpha":true},on:{"update:color":function($event){_vm.polyLineColorCopy=$event}}})],1)],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.analysis}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1)],1)]}),(_vm.useMask)?_c('mapgis-ui-mask',{attrs:{"parentDivClass":'cesium-map-wrapper',"loading":_vm.maskShow,"text":_vm.maskText}}):_vm._e()],2)}
|
|
273793
273793
|
var Profilevue_type_template_id_d4fb7a34_staticRenderFns = []
|
|
273794
273794
|
|
|
@@ -274351,7 +274351,7 @@ var Profile_component = normalizeComponent(
|
|
|
274351
274351
|
)
|
|
274352
274352
|
|
|
274353
274353
|
/* harmony default export */ var Profile = (Profile_component.exports);
|
|
274354
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
274354
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Overlay/particle/ParticleEffects.vue?vue&type=template&id=1df1cf84&scoped=true
|
|
274355
274355
|
var ParticleEffectsvue_type_template_id_1df1cf84_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-3d-particle-effects"},[_c('mapgis-ui-tab-panel',{ref:"tabPanel",attrs:{"tabs":_vm.tabIcons},on:{"change":_vm.onCreateParticle}}),_c('mapgis-ui-tabs',{attrs:{"animated":false,"tabBarStyle":_vm.tabBarStyle,"active-key":_vm.activeKey},on:{"change":_vm.tabChange}},[_c('mapgis-ui-tab-pane',{key:"1",staticClass:"control-content list-pane",attrs:{"tab":"粒子列表"}},[_c('mapgis-ui-list',{attrs:{"item-layout":"horizontal","size":"small","data-source":_vm.particleListCopy,"pagination":_vm.pagination,"split":false},scopedSlots:_vm._u([{key:"renderItem",fn:function(item, index){return _c('mapgis-ui-list-item',{staticClass:"list-item",class:{
|
|
274356
274356
|
'list-active': _vm.activeIndex === index,
|
|
274357
274357
|
},on:{"mouseenter":function($event){return _vm.mouseenter(index)},"mouseleave":_vm.mouseleave,"click":function($event){return _vm.clickListItem(index)}}},[_vm._l((_vm.tabIcons),function(tab,i){return [(item.param.symbolGuid === tab.guid)?_c('div',{key:i},[(tab.type === 'icon')?_c('div',[_c('mapgis-ui-iconfont',{class:{
|
|
@@ -275400,7 +275400,7 @@ var ParticleEffects_component = normalizeComponent(
|
|
|
275400
275400
|
)
|
|
275401
275401
|
|
|
275402
275402
|
/* harmony default export */ var ParticleEffects = (ParticleEffects_component.exports);
|
|
275403
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
275403
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Flood.vue?vue&type=template&id=771baa92&scoped=true
|
|
275404
275404
|
var Floodvue_type_template_id_771baa92_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-flood-analysis"},[_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}},[_c('mapgis-ui-toolbar',{attrs:{"slot":"handle","bordered":false},slot:"handle"},[_c('mapgis-ui-toolbar-command',{attrs:{"icon":"mapgis-redo","title":"重新计算","disabled":!_vm.recalculate},on:{"click":_vm.refresh}})],1)],1),_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"淹没最低高度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"addon-after":"米"},model:{value:(_vm.minHeightCopy),callback:function ($$v) {_vm.minHeightCopy=_vm._n($$v)},expression:"minHeightCopy"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"淹没最高高度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"addon-after":"米"},model:{value:(_vm.maxHeightCopy),callback:function ($$v) {_vm.maxHeightCopy=_vm._n($$v)},expression:"maxHeightCopy"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"洪水上涨速度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米/秒"},model:{value:(_vm.floodSpeedCopy),callback:function ($$v) {_vm.floodSpeedCopy=_vm._n($$v)},expression:"floodSpeedCopy"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.floodColorCopy,"disableAlpha":false},on:{"update:color":function($event){_vm.floodColorCopy=$event}}})],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.analysis}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1)],1)]})],2)}
|
|
275405
275405
|
var Floodvue_type_template_id_771baa92_scoped_true_staticRenderFns = []
|
|
275406
275406
|
|
|
@@ -275924,7 +275924,7 @@ var Flood_component = normalizeComponent(
|
|
|
275924
275924
|
)
|
|
275925
275925
|
|
|
275926
275926
|
/* harmony default export */ var Flood = (Flood_component.exports);
|
|
275927
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
275927
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/buffer/Buffer.vue?vue&type=template&id=4f2dd8fa&scoped=true
|
|
275928
275928
|
var Buffervue_type_template_id_4f2dd8fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-buffer-analysis"},[_vm._t("selectLayer"),_c('mapgis-ui-group-tab',{attrs:{"title":"缓冲区参数设置","id":"title-space"}}),(_vm.srcType == 'Feature')?_c('mapgis-ui-form-model',_vm._b({attrs:{"layout":_vm.layout,"labelAlign":"left","colon":false}},'mapgis-ui-form-model',_vm.formItemLayout,false),[_c('mapgis-ui-form-model-item',{attrs:{"label":"分析方式"}},[_c('mapgis-ui-radio-group',{attrs:{"options":[
|
|
275929
275929
|
{ label: '客户端分析', value: 'client' },
|
|
275930
275930
|
{ label: '服务端分析', value: 'server' } ]},model:{value:(_vm.bufferMethod),callback:function ($$v) {_vm.bufferMethod=$$v},expression:"bufferMethod"}})],1)],1):_vm._e(),(
|
|
@@ -277169,7 +277169,7 @@ var Buffer_component = normalizeComponent(
|
|
|
277169
277169
|
)
|
|
277170
277170
|
|
|
277171
277171
|
/* harmony default export */ var Buffer = (Buffer_component.exports);
|
|
277172
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
277172
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/buffer/ModelBuffer.vue?vue&type=template&id=7564985e&scoped=true
|
|
277173
277173
|
var ModelBuffervue_type_template_id_7564985e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-buffer-analysis"},[_vm._t("selectLayer"),_c('mapgis-ui-group-tab',{attrs:{"title":"缓冲区参数设置","id":"title-space"}}),_c('mapgis-ui-form-model',_vm._b({attrs:{"layout":_vm.layout,"labelAlign":"left","colon":false}},'mapgis-ui-form-model',_vm.formItemLayout,false),[_c('mapgis-ui-form-model-item',{attrs:{"label":"缓冲半径"}},[_c('mapgis-ui-radio-group',{attrs:{"options":[
|
|
277174
277174
|
{ label: '指定半径', value: false },
|
|
277175
277175
|
{ label: '根据属性值', value: true } ],"disabled":_vm.srcType == 'Feature'},model:{value:(_vm.isByAtt),callback:function ($$v) {_vm.isByAtt=$$v},expression:"isByAtt"}})],1),_c('mapgis-ui-form-model-item',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isByAtt),expression:"!isByAtt"}],attrs:{"label":"设置半径"}},[_c('mapgis-ui-input-number',{attrs:{"autoWidth":""},model:{value:(_vm.bufferRadius),callback:function ($$v) {_vm.bufferRadius=$$v},expression:"bufferRadius"}})],1),_c('mapgis-ui-form-model-item',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isByAtt),expression:"!isByAtt"}],attrs:{"label":"半径单位"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.unit[0].name},on:{"change":function($event){return _vm.selectCurrentUnit($event)}},model:{value:(_vm.selectedUnit),callback:function ($$v) {_vm.selectedUnit=$$v},expression:"selectedUnit"}},_vm._l((_vm.unit),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.unitParam}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('mapgis-ui-form-model-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.isByAtt),expression:"isByAtt"}],attrs:{"label":"选择字段"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.fldName[0].FldName},on:{"change":function($event){return _vm.selectAtt($event)}},model:{value:(_vm.selectedFldName),callback:function ($$v) {_vm.selectedFldName=$$v},expression:"selectedFldName"}},_vm._l((_vm.fldName),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.FldName}},[_vm._v(_vm._s(item.FldName))])}),1)],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"缓冲区接口样式"}},[_c('mapgis-ui-radio-group',{attrs:{"options":[
|
|
@@ -277719,7 +277719,7 @@ var ModelBuffer_component = normalizeComponent(
|
|
|
277719
277719
|
)
|
|
277720
277720
|
|
|
277721
277721
|
/* harmony default export */ var ModelBuffer = (ModelBuffer_component.exports);
|
|
277722
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
277722
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/overlay/Overlay.vue?vue&type=template&id=ea079cc2&scoped=true
|
|
277723
277723
|
var Overlayvue_type_template_id_ea079cc2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-overlay-analysis"},[_vm._t("selectLayer"),_c('mapgis-ui-group-tab',{attrs:{"title":"叠加参数设置","id":"title-space"}}),_c('mapgis-ui-form-model',_vm._b({attrs:{"layout":_vm.layout,"labelAlign":"left","colon":false}},'mapgis-ui-form-model',_vm.formItemLayout,false),[_c('mapgis-ui-form-model-item',{attrs:{"label":"叠加方式"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.overType[1].name},on:{"change":function($event){return _vm.selectCurrentMethod($event)}},model:{value:(_vm.selectedOverType),callback:function ($$v) {_vm.selectedOverType=$$v},expression:"selectedOverType"}},_vm._l((_vm.overType),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.typeValue}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"容差半径"}},[_c('mapgis-ui-input-number',{attrs:{"autoWidth":""},model:{value:(_vm.radius),callback:function ($$v) {_vm.radius=$$v},expression:"radius"}})],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"容差半径单位"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.unit[0].name},on:{"change":function($event){return _vm.selectCurrentUnit($event)}},model:{value:(_vm.selectedUnit),callback:function ($$v) {_vm.selectedUnit=$$v},expression:"selectedUnit"}},_vm._l((_vm.unit),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.unitParam}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"图层样式"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.infoOptType[1].name},on:{"change":function($event){return _vm.selectCurrentPar($event)}},model:{value:(_vm.selectedInfoOptType),callback:function ($$v) {_vm.selectedInfoOptType=$$v},expression:"selectedInfoOptType"}},_vm._l((_vm.infoOptType),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.typeValue}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"default-checked":_vm.attOptType},model:{value:(_vm.attOptType),callback:function ($$v) {_vm.attOptType=$$v},expression:"attOptType"}},[_vm._v("进行属性操作")]),_c('br'),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"default-checked":_vm.isValidReg},model:{value:(_vm.isValidReg),callback:function ($$v) {_vm.isValidReg=$$v},expression:"isValidReg"}},[_vm._v("检查区合法性")]),_c('mapgis-ui-group-tab',{attrs:{"title":"输出结果","isTitleBold":false,"hasTopMargin":false,"hasBottomMargin":false}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"handle","title":"导出"},on:{"click":_vm.exportResult},slot:"handle"},[_c('mapgis-ui-iconfont',{staticClass:"iconfont-btn",attrs:{"type":"mapgis-daochu"}})],1),_c('mapgis-ui-tooltip',{attrs:{"slot":"handle","title":"删除"},on:{"click":_vm.deleteResult},slot:"handle"},[_c('mapgis-ui-iconfont',{staticClass:"iconfont-btn",attrs:{"type":"mapgis-shanchu"}})],1)],1),_c('mapgis-ui-form-model-item',[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-input',{model:{value:(_vm.destLayer),callback:function ($$v) {_vm.destLayer=$$v},expression:"destLayer"}})],1)],1),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"default-checked":_vm.overlayAdd},on:{"change":_vm.sendOverlayAdd}},[_vm._v("将结果图层添加到视图中")])],1)],1)],2),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.run}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.cancel}},[_vm._v("重置")])],1),(_vm.useMask)?_c('mapgis-ui-mask',{attrs:{"parentDivClass":'map-wrapper',"loading":_vm.maskShow,"text":_vm.maskText}}):_vm._e()]})],2)}
|
|
277724
277724
|
var Overlayvue_type_template_id_ea079cc2_scoped_true_staticRenderFns = []
|
|
277725
277725
|
|
|
@@ -278211,7 +278211,7 @@ var Overlay_component = normalizeComponent(
|
|
|
278211
278211
|
)
|
|
278212
278212
|
|
|
278213
278213
|
/* harmony default export */ var Overlay = (Overlay_component.exports);
|
|
278214
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278214
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/overlay/ModelOverlay.vue?vue&type=template&id=bac413f0&scoped=true
|
|
278215
278215
|
var ModelOverlayvue_type_template_id_bac413f0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-model-overlay-analysis"},[_vm._t("selectLayer"),_c('mapgis-ui-group-tab',{attrs:{"title":"叠加参数设置","id":"title-space"}}),_c('mapgis-ui-form-model',_vm._b({attrs:{"layout":_vm.layout,"labelAlign":"left","colon":false}},'mapgis-ui-form-model',_vm.formItemLayout,false),[_c('mapgis-ui-form-model-item',{attrs:{"label":"叠加方式"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.overType[1].name},on:{"change":function($event){return _vm.selectCurrentMethod($event)}},model:{value:(_vm.operateType),callback:function ($$v) {_vm.operateType=$$v},expression:"operateType"}},_vm._l((_vm.overType),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.typeValue}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"容差半径"}},[_c('mapgis-ui-input-number',{attrs:{"autoWidth":""},model:{value:(_vm.tolerance),callback:function ($$v) {_vm.tolerance=$$v},expression:"tolerance"}})],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"容差半径单位"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.unit[0].name},on:{"change":function($event){return _vm.selectCurrentUnit($event)}},model:{value:(_vm.selectedUnit),callback:function ($$v) {_vm.selectedUnit=$$v},expression:"selectedUnit"}},_vm._l((_vm.unit),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.unitParam}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"default-checked":_vm.attOperateType},model:{value:(_vm.attOperateType),callback:function ($$v) {_vm.attOperateType=$$v},expression:"attOperateType"}},[_vm._v("进行属性操作")]),_c('br'),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"default-checked":_vm.multiOperate},model:{value:(_vm.multiOperate),callback:function ($$v) {_vm.multiOperate=$$v},expression:"multiOperate"}},[_vm._v("进行复合要素操作")]),_c('mapgis-ui-group-tab',{attrs:{"title":"输出结果","isTitleBold":false,"hasTopMargin":false,"hasBottomMargin":false}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"handle","title":"删除"},on:{"click":_vm.deleteResult},slot:"handle"},[_c('mapgis-ui-iconfont',{staticClass:"iconfont-btn",attrs:{"type":"mapgis-shanchu"}})],1)],1),_c('mapgis-ui-form-model-item',[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-input',{model:{value:(_vm.destLayer),callback:function ($$v) {_vm.destLayer=$$v},expression:"destLayer"}})],1)],1),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"default-checked":_vm.overlayAdd},on:{"change":_vm.sendOverlayAdd}},[_vm._v("将结果图层添加到视图中")])],1)],1)],2),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.run}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.cancel}},[_vm._v("重置")])],1),(_vm.useMask)?_c('mapgis-ui-mask',{attrs:{"parentDivClass":'map-wrapper',"loading":_vm.maskShow,"text":_vm.maskText}}):_vm._e()]})],2)}
|
|
278216
278216
|
var ModelOverlayvue_type_template_id_bac413f0_scoped_true_staticRenderFns = []
|
|
278217
278217
|
|
|
@@ -278683,7 +278683,7 @@ var ModelOverlay_component = normalizeComponent(
|
|
|
278683
278683
|
)
|
|
278684
278684
|
|
|
278685
278685
|
/* harmony default export */ var ModelOverlay = (ModelOverlay_component.exports);
|
|
278686
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278686
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/StratifiedHousehold.vue?vue&type=template&id=333257dc
|
|
278687
278687
|
var StratifiedHouseholdvue_type_template_id_333257dc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-stratified-household-wrapper"},[_c('mapgis-ui-collapse-card',{ref:"card",staticClass:"mapgis-3d-stratified-household",attrs:{"position":"top-left","defaultCollapse":false,"outStyle":_vm.outStyle,"title":_vm.title},on:{"toggle-main":_vm.handleBackMain}},[_c('mapgis-ui-iconfont',{attrs:{"slot":"icon-hiden","type":"mapgis-layer1"},slot:"icon-hiden"}),_c('template',{slot:"title"},[(_vm.layers && _vm.layers.length > 0)?_c('div',[_c('mapgis-ui-select',{staticClass:"mapgis-3d-stratified-household-layers",attrs:{"disabled":_vm.disableLayerSelect,"autoWidth":true,"size":"default","placeholder":"请选择图层"},on:{"change":_vm.handleSelectChange},model:{value:(_vm.innerVueIndex),callback:function ($$v) {_vm.innerVueIndex=$$v},expression:"innerVueIndex"}},_vm._l((_vm.layers),function(l,i){return _c('mapgis-ui-select-option',{key:i,attrs:{"value":l.vueIndex}},[_vm._v(_vm._s(l.title))])}),1)],1):_c('span',{staticClass:"mapgis-3d-stratified-household-title"},[_vm._v(_vm._s(_vm.title))])]),_c('mapgis-ui-space',{staticClass:"mapgis-3d-stratified-household-icons",attrs:{"slot":"extra"},slot:"extra"},_vm._l((_vm.enableCollapse ? _vm.menus : _vm.collapsemenus),function(m,i){return _c('mapgis-ui-tooltip',{key:i},[_c('template',{slot:"title"},[_vm._v(_vm._s(m.title))]),_c('mapgis-ui-iconfont',{class:{ active: m.active },attrs:{"type":m.icon},on:{"click":function($event){return _vm.handleMenu(m.title)}}})],2)}),1),_c('mapgis-ui-row',{staticClass:"mapgis-3d-g3d-document"},[_c('mapgis-ui-input-search',{staticStyle:{"margin-bottom":"8px"},attrs:{"placeholder":"搜索"},on:{"change":_vm.onChange}}),_c('mapgis-ui-tree',{staticClass:"mapgis-3d-g3d-document-tree",attrs:{"checkable":"","showIcon":"","expanded-keys":_vm.expandedKeys,"auto-expand-parent":_vm.autoExpandParent,"tree-data":_vm.layerTree,"selectedKeys":_vm.selectedKeys},on:{"expand":_vm.onExpand,"select":_vm.onSelect},scopedSlots:_vm._u([{key:"custom",fn:function(ref){return undefined}},{key:"title",fn:function(ref){
|
|
278688
278688
|
var title = ref.title;
|
|
278689
278689
|
var icon = ref.icon;
|
|
@@ -278713,7 +278713,7 @@ var StratifiedHouseholdvue_type_template_id_333257dc_staticRenderFns = []
|
|
|
278713
278713
|
|
|
278714
278714
|
// CONCATENATED MODULE: ./src/components/Analysis/StratifiedHousehold.vue?vue&type=template&id=333257dc
|
|
278715
278715
|
|
|
278716
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278716
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/StratifiedHouseholdMenus.vue?vue&type=template&id=35bf116d
|
|
278717
278717
|
var StratifiedHouseholdMenusvue_type_template_id_35bf116d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-stratified-household-menus"},[_c('mapgis-ui-tab-panel',{attrs:{"tabs":_vm.menus},on:{"change":_vm.handleMenuClick}}),_c('div',{staticClass:"mapgis-3d-stratified-household-menus-content"},[(_vm.currentMenu == 'setting')?_c('m3d-menu-setting',{attrs:{"version":_vm.version}}):_vm._e(),(_vm.currentMenu == 'properties')?_c('m3d-menu-props',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex,"gdbp":_vm.gdbp,"ip":_vm.ip,"port":_vm.port,"domain":_vm.domain}}):_vm._e(),(_vm.currentMenu == 'explosion')?_c('m3d-menu-explosion',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex}}):_vm._e(),(_vm.currentMenu == 'bloom')?_c('m3d-menu-bloom',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex}}):_vm._e(),(_vm.currentMenu == 'dynamic')?_c('m3d-menu-dynamic-line',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex}}):_vm._e(),(_vm.currentMenu == 'searchlight')?_c('m3d-menu-searchlight',{attrs:{"version":_vm.version,"g3dLayerIndex":_vm.g3dLayerIndex,"layerIndex":_vm.layerIndex}}):_vm._e()],1)],1)}
|
|
278718
278718
|
var StratifiedHouseholdMenusvue_type_template_id_35bf116d_staticRenderFns = []
|
|
278719
278719
|
|
|
@@ -280269,7 +280269,7 @@ var StratifiedHousehold_component = normalizeComponent(
|
|
|
280269
280269
|
)
|
|
280270
280270
|
|
|
280271
280271
|
/* harmony default export */ var StratifiedHousehold = (StratifiedHousehold_component.exports);
|
|
280272
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
280272
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/scene-projector/ProjectorManager.vue?vue&type=template&id=59325ecd&scoped=true
|
|
280273
280273
|
var ProjectorManagervue_type_template_id_59325ecd_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-projector-manager"},[_c('div',{staticClass:"projector-layer-select-div"},[_c('projector-layer-select',{attrs:{"selectOptions":_vm.projectorOverlayLayerListCopy,"defaultValue":_vm.layerSelectDefaultValue},on:{"selectedLayer":_vm._changeLayer,"change-layer-name":_vm._changeLayerName,"add-layer":_vm._addLayer,"delete-layer":_vm._deleteLayer}})],1),_c('mapgis-ui-tabs',{attrs:{"animated":false,"tabBarStyle":_vm.tabBarStyle,"active-key":_vm.activeKey},on:{"change":_vm._tabChange}},[_c('mapgis-ui-tab-pane',{key:"1",staticClass:"control-content list-pane"},[_c('span',{attrs:{"slot":"tab"},slot:"tab"},[_vm._v("\n 投放列表\n "),_c('mapgis-ui-tooltip',{attrs:{"slot":"handle","placement":"bottomRight"},slot:"handle"},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.info))])]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info"}})],2)],1),(
|
|
280274
280274
|
_vm.currentProjectorOverlayLayer &&
|
|
280275
280275
|
Object.keys(_vm.currentProjectorOverlayLayer).length > 0
|
|
@@ -280282,7 +280282,7 @@ var ProjectorManagervue_type_template_id_59325ecd_scoped_true_staticRenderFns =
|
|
|
280282
280282
|
|
|
280283
280283
|
// CONCATENATED MODULE: ./src/components/Analysis/scene-projector/ProjectorManager.vue?vue&type=template&id=59325ecd&scoped=true
|
|
280284
280284
|
|
|
280285
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
280285
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/scene-projector/components/OperationsItem.vue?vue&type=template&id=40cb7a4b&scoped=true
|
|
280286
280286
|
var OperationsItemvue_type_template_id_40cb7a4b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"operations-row"},[[_c('mapgis-ui-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.textCopy))])]),_c('div',{staticClass:"text"},[_vm._v("\n "+_vm._s(_vm.itemtext)+"\n ")])],2),_c('div',{class:_vm.showOperations
|
|
280287
280287
|
? 'operations-row-action show-operations'
|
|
280288
280288
|
: 'operations-row-action hidden-operations'},_vm._l((_vm.commands),function(item){return _c('mapgis-ui-toolbar-command',{key:item.key,attrs:{"icon":item.icon,"title":item.title},on:{"click":function($event){return _vm.onClick(item.operation)}}})}),1)]],2)}
|
|
@@ -280488,14 +280488,14 @@ var OperationsItem_component = normalizeComponent(
|
|
|
280488
280488
|
)
|
|
280489
280489
|
|
|
280490
280490
|
/* harmony default export */ var OperationsItem = (OperationsItem_component.exports);
|
|
280491
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
280491
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/scene-projector/components/ProjectorLayerSelect.vue?vue&type=template&id=f96c7768&scoped=true
|
|
280492
280492
|
var ProjectorLayerSelectvue_type_template_id_f96c7768_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"mapgis-select"},[_c('mapgis-ui-input',{staticClass:"mapgis-input",attrs:{"placeholder":"请选择图层名"},on:{"focus":function($event){_vm.showCardDialog = true}},model:{value:(_vm.selectedLayer),callback:function ($$v) {_vm.selectedLayer=$$v},expression:"selectedLayer"}},[_c('mapgis-ui-iconfont',{attrs:{"slot":"suffix","type":_vm.icon},on:{"click":function($event){_vm.showCardDialog = !_vm.showCardDialog}},slot:"suffix"})],1),_c('mapgis-ui-card',{directives:[{name:"show",rawName:"v-show",value:(_vm.showCardDialog),expression:"showCardDialog"}],staticClass:"data-card"},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.editLayerNameVisible),expression:"!editLayerNameVisible"}]},[_c('mapgis-ui-list',{staticClass:"mapgis-list",attrs:{"data-source":_vm.selectOptionsCopy},scopedSlots:_vm._u([{key:"renderItem",fn:function(item){return _c('mapgis-ui-list-item',{key:item.id,staticClass:"card-content",on:{"click":function($event){return _vm.clickListItem(item)}}},[_c('operations-item',{key:item.name,attrs:{"text":item.name,"operations":['edit', 'delete']},on:{"delete":function($event){return _vm.onDelete(item.id)},"edit":function($event){return _vm.onEdit(item)}}})],1)}}])}),_c('mapgis-ui-divider',{staticClass:"divider"}),_c('div',{staticClass:"card-content",on:{"mousedown":function (e) { return e.preventDefault(); },"click":_vm.onAdd}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-plus-circle"}}),_vm._v(" 新建图层\n ")],1)],1),_c('edit-layer-name',{directives:[{name:"show",rawName:"v-show",value:(_vm.editLayerNameVisible),expression:"editLayerNameVisible"}],attrs:{"selectOptions":_vm.selectOptionsCopy,"editLayerName":_vm.editLayername},on:{"finished":_vm.onEditLayerNameFinished,"edited":_vm.onEditLayerNameOk}})],1)],1)])}
|
|
280493
280493
|
var ProjectorLayerSelectvue_type_template_id_f96c7768_scoped_true_staticRenderFns = []
|
|
280494
280494
|
|
|
280495
280495
|
|
|
280496
280496
|
// CONCATENATED MODULE: ./src/components/Analysis/scene-projector/components/ProjectorLayerSelect.vue?vue&type=template&id=f96c7768&scoped=true
|
|
280497
280497
|
|
|
280498
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
280498
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/scene-projector/components/EditLayerName.vue?vue&type=template&id=751fccac&scoped=true
|
|
280499
280499
|
var EditLayerNamevue_type_template_id_751fccac_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"edit-layer-name"},[_c('div',{staticClass:"edit-row"},[_c('mapgis-ui-space',{staticClass:"edit-space"},[_c('mapgis-ui-row',[_c('label',[_vm._v("图层名称")])]),_c('mapgis-ui-row',[_c('mapgis-ui-input',{attrs:{"placeholder":"图层名称"},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}})],1)],1)],1),_c('div',{staticClass:"control-button-container"},[_c('mapgis-ui-button',{staticClass:"control-button",on:{"click":_vm.onAddCancel}},[_vm._v("\n 取消\n ")]),_c('mapgis-ui-button',{staticClass:"control-button",attrs:{"disabled":_vm.okButtonDisabled},on:{"click":_vm.onAddOk}},[_vm._v("\n 确定\n ")])],1)])}
|
|
280500
280500
|
var EditLayerNamevue_type_template_id_751fccac_scoped_true_staticRenderFns = []
|
|
280501
280501
|
|
|
@@ -282262,7 +282262,7 @@ var ProjectorManager_component = normalizeComponent(
|
|
|
282262
282262
|
)
|
|
282263
282263
|
|
|
282264
282264
|
/* harmony default export */ var ProjectorManager = (ProjectorManager_component.exports);
|
|
282265
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
282265
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/scene-projector/ProjectorSetting.vue?vue&type=template&id=04cf8268&scoped=true
|
|
282266
282266
|
var ProjectorSettingvue_type_template_id_04cf8268_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-projector"},[_c('mapgis-ui-group-tab',{attrs:{"title":"基本信息"}}),_c('mapgis-ui-setting-form',{staticClass:"mapgis-ui-setting-form",attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"名称"}},[_c('mapgis-ui-input',{staticClass:"full-width",attrs:{"allowClear":""},model:{value:(_vm.settingsCopy.name),callback:function ($$v) {_vm.$set(_vm.settingsCopy, "name", $$v)},expression:"settingsCopy.name"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"描述"}},[_c('mapgis-ui-textarea',{staticClass:"full-width",attrs:{"autoSize":"","allowClear":""},model:{value:(_vm.settingsCopy.description),callback:function ($$v) {_vm.$set(_vm.settingsCopy, "description", $$v)},expression:"settingsCopy.description"}})],1)],1),_c('mapgis-ui-group-tab',{attrs:{"title":"数据源","hasTopMargin":false,"hasBottomMargin":false,"isTitleBold":false}}),_c('div',{staticClass:"projector-style"},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showVideoDiv),expression:"showVideoDiv"}]},[_c('div',{attrs:{"id":"projectorVideoContainer","width":300,"height":200}})]),_c('img',{directives:[{name:"show",rawName:"v-show",value:(_vm.showImgDiv),expression:"showImgDiv"}],attrs:{"src":_vm.imgUrl,"width":300,"height":200}}),_c('mapgis-ui-empty',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showImgDiv && !_vm.showVideoDiv),expression:"!showImgDiv && !showVideoDiv"}],staticClass:"empty",attrs:{"image":_vm.emptyImage,"image-style":_vm.imageStyle}},[_c('span',{staticClass:"empty-style",attrs:{"slot":"description"},slot:"description"},[_vm._v("\n 请在下方设置数据源\n ")])])],1),_c('mapgis-ui-setting-form',{staticClass:"mapgis-ui-setting-form",attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"数据类型"}},[_c('mapgis-ui-select',{attrs:{"options":_vm.projectorTypes},model:{value:(_vm.projectorType),callback:function ($$v) {_vm.projectorType=$$v},expression:"projectorType"}})],1),(_vm.projectorType === 'video')?_c('div',[_c('mapgis-ui-form-item',{attrs:{"label":"协议类型"}},[_c('mapgis-ui-select',{model:{value:(_vm.videoSource.protocol),callback:function ($$v) {_vm.$set(_vm.videoSource, "protocol", $$v)},expression:"videoSource.protocol"}},_vm._l((_vm.protocols),function(item){return _c('mapgis-ui-select-option',{key:item},[_vm._v("\n "+_vm._s(item)+"\n ")])}),1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"服务地址"}},[_c('mapgis-ui-textarea',{staticClass:"full-width",attrs:{"autoSize":"","allowClear":""},model:{value:(_vm.videoSource.videoUrl),callback:function ($$v) {_vm.$set(_vm.videoSource, "videoUrl", $$v)},expression:"videoSource.videoUrl"}})],1)],1):(_vm.projectorType === 'image')?_c('div',[_c('mapgis-ui-form-item',{attrs:{"label":"图片地址"}},[_c('div',{staticClass:"full-width flex"},[_c('mapgis-ui-textarea',{attrs:{"autoSize":"","allowClear":"","disabled":_vm.disabledImageUrlInput},model:{value:(_vm.imgUrl),callback:function ($$v) {_vm.imgUrl=$$v},expression:"imgUrl"}}),_vm._t("imgUpload",null,{"click":_vm.updateImgUrl})],2)])],1):_vm._e()],1),_c('mapgis-ui-group-tab',{attrs:{"title":"投放方式选择"}}),_c('mapgis-ui-radio-group',{staticClass:"padding",on:{"change":_vm._changeRenderType},model:{value:(_vm.renderType),callback:function ($$v) {_vm.renderType=$$v},expression:"renderType"}},[_c('mapgis-ui-radio',{attrs:{"value":0,"disabled":_vm.isEdit && _vm.renderType == 1}},[_vm._v("输入摄像头参数")]),_c('mapgis-ui-radio',{attrs:{"value":1,"disabled":_vm.isEdit && _vm.renderType == 0}},[_vm._v("绘制投放面")])],1),(_vm.renderType === 0)?_c('div',[_c('mapgis-ui-group-tab',[_c('span',{attrs:{"slot":"title"},slot:"title"},[_vm._v("\n 摄像头参数\n "),_c('mapgis-ui-tooltip',{attrs:{"slot":"handle","placement":"top"},slot:"handle"},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.info))])]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info"}})],2)],1)]),_c('mapgis-ui-setting-form',{staticClass:"mapgis-ui-setting-form",attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',[_c('mapgis-ui-group-tab',{attrs:{"title":"位置","isTitleBold":false,"hasTopMargin":false,"hasBottomMargin":false}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"handle","title":"定位"},slot:"handle"},[_c('mapgis-ui-iconfont',{staticClass:"iconfont-btn",attrs:{"type":"mapgis-target-lock"},on:{"click":_vm._getCameraPosition}})],1)],1),_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":0.0001},model:{value:(_vm.params.cameraPosition.x),callback:function ($$v) {_vm.$set(_vm.params.cameraPosition, "x", _vm._n($$v))},expression:"params.cameraPosition.x"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"X"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-xzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":0.0001},model:{value:(_vm.params.cameraPosition.y),callback:function ($$v) {_vm.$set(_vm.params.cameraPosition, "y", _vm._n($$v))},expression:"params.cameraPosition.y"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"Y"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-yzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{staticStyle:{"paddingTop":"8px"},attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":0.0001},model:{value:(_vm.params.cameraPosition.z),callback:function ($$v) {_vm.$set(_vm.params.cameraPosition, "z", _vm._n($$v))},expression:"params.cameraPosition.z"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"Z"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-Zzhouyidong"}})],1)],1)],1)],1)],1),_c('mapgis-ui-form-item',[_c('mapgis-ui-group-tab',{attrs:{"title":"朝向","isTitleBold":false,"hasTopMargin":false,"hasBottomMargin":false}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"handle","title":"定位"},slot:"handle"},[_c('mapgis-ui-iconfont',{staticClass:"iconfont-btn",attrs:{"type":"mapgis-target-lock"},on:{"click":_vm._getTargetPosition}})],1)],1),_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":360,"step":0.1},on:{"change":function (val) { return _vm.onChangeSetting(val, 'heading'); }},model:{value:(_vm.params.orientation.heading),callback:function ($$v) {_vm.$set(_vm.params.orientation, "heading", _vm._n($$v))},expression:"params.orientation.heading"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"方位角"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-fangwei"}})],1)],1),_c('mapgis-ui-slider',{attrs:{"min":0,"max":360,"size":"small","step":0.1,"tooltipVisible":false},on:{"change":function (val) { return _vm.onChangeSetting(val, 'heading'); }},model:{value:(_vm.params.orientation.heading),callback:function ($$v) {_vm.$set(_vm.params.orientation, "heading", $$v)},expression:"params.orientation.heading"}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":-90,"max":90,"step":0.1},on:{"change":function (val) { return _vm.onChangeSetting(val, 'pitch'); }},model:{value:(_vm.params.orientation.pitch),callback:function ($$v) {_vm.$set(_vm.params.orientation, "pitch", _vm._n($$v))},expression:"params.orientation.pitch"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"俯仰角"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-fushi"}})],1)],1),_c('mapgis-ui-slider',{attrs:{"min":-90,"max":90,"step":0.1,"size":"small","tooltipVisible":false},on:{"change":function (val) { return _vm.onChangeSetting(val, 'pitch'); }},model:{value:(_vm.params.orientation.pitch),callback:function ($$v) {_vm.$set(_vm.params.orientation, "pitch", $$v)},expression:"params.orientation.pitch"}})],1),_c('mapgis-ui-col',{staticStyle:{"paddingTop":"8px"},attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":360,"step":0.1},on:{"change":function (val) { return _vm.onChangeSetting(val, 'roll'); }},model:{value:(_vm.params.orientation.roll),callback:function ($$v) {_vm.$set(_vm.params.orientation, "roll", _vm._n($$v))},expression:"params.orientation.roll"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"翻滚角"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-Zzhouxuanzhuan"}})],1)],1),_c('mapgis-ui-slider',{attrs:{"min":0,"max":360,"step":0.1,"size":"small","tooltipVisible":false},on:{"change":function (val) { return _vm.onChangeSetting(val, 'roll'); }},model:{value:(_vm.params.orientation.roll),callback:function ($$v) {_vm.$set(_vm.params.orientation, "roll", $$v)},expression:"params.orientation.roll"}})],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"视角"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":180,"step":0.1},on:{"change":function (val) { return _vm.onChangeSetting(val, 'horizontAngle'); }},model:{value:(_vm.params.hFOV),callback:function ($$v) {_vm.$set(_vm.params, "hFOV", _vm._n($$v))},expression:"params.hFOV"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"水平"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-shuiping"}})],1)],1),_c('mapgis-ui-slider',{attrs:{"min":0,"max":180,"step":0.1,"tooltipVisible":false},on:{"change":function (val) { return _vm.onChangeSetting(val, 'horizontAngle'); }},model:{value:(_vm.params.hFOV),callback:function ($$v) {_vm.$set(_vm.params, "hFOV", $$v)},expression:"params.hFOV"}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":180,"step":0.1},on:{"change":function (val) { return _vm.onChangeSetting(val, 'verticalAngle'); }},model:{value:(_vm.params.vFOV),callback:function ($$v) {_vm.$set(_vm.params, "vFOV", _vm._n($$v))},expression:"params.vFOV"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"垂直"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-chuizhi"}})],1)],1),_c('mapgis-ui-slider',{attrs:{"min":0,"max":180,"step":0.1,"size":"small","tooltipVisible":false},on:{"change":function (val) { return _vm.onChangeSetting(val, 'verticalAngle'); }},model:{value:(_vm.params.vFOV),callback:function ($$v) {_vm.$set(_vm.params, "vFOV", $$v)},expression:"params.vFOV"}})],1)],1)],1)],1),_c('mapgis-ui-group-tab',{staticStyle:{"paddingBottom":"8px"},attrs:{"title":"显示锥体线","isTitleBold":true,"hasTopMargin":false,"hasBottomMargin":false}},[_c('mapgis-ui-switch',{attrs:{"slot":"handle","size":"small"},on:{"change":function (val) { return _vm.onChangeSetting(val, 'showLine'); }},slot:"handle",model:{value:(_vm.params.hintLineVisible),callback:function ($$v) {_vm.$set(_vm.params, "hintLineVisible", $$v)},expression:"params.hintLineVisible"}})],1)],1):_vm._e(),_c('mapgis-3d-draw',{attrs:{"drawStyle":_vm.drawStyleCopy,"enableControl":_vm.enableControl},on:{"drawCreate":_vm.handleDrawCreate,"load":_vm.handleDrawLoad}},[(_vm.renderType === 1)?_c('div',{staticStyle:{"margin-top":"7px"}},[_c('mapgis-ui-group-tab',{staticStyle:{"display":"inline"},attrs:{"title":"绘制投影区域"}}),_c('div',{staticClass:"padding_draw"},_vm._l((_vm.draws),function(item,i){return _c('mapgis-ui-tooltip',{key:i,attrs:{"placement":"bottom"}},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(item.tip))])]),_c('mapgis-ui-button',{staticStyle:{"margin":"0 -5px","border":"none"},attrs:{"ghost":true,"type":"link"},on:{"click":item.click}},[_c('mapgis-ui-iconfont',{attrs:{"type":item.icon,"theme":"filled"}})],1)],2)}),1),_c('mapgis-ui-setting-form',{staticClass:"mapgis-ui-setting-form",attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"高度设置"}},[_c('mapgis-ui-select',{attrs:{"options":_vm.heightReferenceTypes},on:{"change":_vm._heightReferenceTypesChange},model:{value:(_vm.heightReference),callback:function ($$v) {_vm.heightReference=$$v},expression:"heightReference"}})],1),(_vm.heightReference === 1)?_c('mapgis-ui-form-item',{attrs:{"label":"离地高度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"addon-after":"米","min":0,"step":0.1},on:{"change":_vm._offsetHeightChange},model:{value:(_vm.offsetHeight),callback:function ($$v) {_vm.offsetHeight=_vm._n($$v)},expression:"offsetHeight"}})],1):_vm._e()],1)],1):_vm._e()])],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm._okClick}},[_vm._v("确定")]),_c('mapgis-ui-button',{on:{"click":_vm._cancelClick}},[_vm._v("取消")])],1)]})],2)}
|
|
282267
282267
|
var ProjectorSettingvue_type_template_id_04cf8268_scoped_true_staticRenderFns = []
|
|
282268
282268
|
|
|
@@ -283518,7 +283518,7 @@ var ProjectorSetting_component = normalizeComponent(
|
|
|
283518
283518
|
)
|
|
283519
283519
|
|
|
283520
283520
|
/* harmony default export */ var ProjectorSetting = (ProjectorSetting_component.exports);
|
|
283521
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
283521
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/BIM.vue?vue&type=template&id=db350d7c
|
|
283522
283522
|
var BIMvue_type_template_id_db350d7c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-bim-component-wrapper"},[_c('mapgis-ui-collapse-card',{ref:"card",staticClass:"mapgis-3d-bim-component",attrs:{"position":"top-left","defaultCollapse":false,"outStyle":_vm.outStyle,"title":_vm.title},on:{"toggle-main":_vm.handleBackMain}},[_c('mapgis-ui-iconfont',{attrs:{"slot":"icon-hiden","type":"mapgis-layer1"},slot:"icon-hiden"}),_c('template',{slot:"title"},[(_vm.layers && _vm.layers.length > 0)?_c('div',[_c('mapgis-ui-select',{staticClass:"mapgis-3d-bim-component-layers",attrs:{"disabled":_vm.disableLayerSelect,"autoWidth":true,"size":"default","placeholder":"请选择图层"},on:{"change":_vm.handleSelectChange}},_vm._l((_vm.layers),function(l,i){return _c('mapgis-ui-select-option',{key:i,attrs:{"value":l.vueIndex}},[_vm._v(_vm._s(l.title))])}),1)],1):_c('span',{staticClass:"mapgis-3d-bim-component-title"},[_vm._v(_vm._s(_vm.title))])]),_c('mapgis-ui-space',{staticClass:"mapgis-3d-bim-component-icons",attrs:{"slot":"extra"},slot:"extra"},_vm._l((_vm.enableCollapse ? _vm.menus : _vm.collapsemenus),function(m,i){return _c('mapgis-ui-tooltip',{key:i},[_c('template',{slot:"title"},[_vm._v(_vm._s(m.title))]),_c('mapgis-ui-iconfont',{class:{ active: m.active },attrs:{"type":m.icon},on:{"click":function($event){return _vm.handleMenu(m.title)}}})],2)}),1),_c('mapgis-ui-row',{staticClass:"mapgis-3d-bim-component-document"},[_c('mapgis-ui-input-search',{staticStyle:{"margin-bottom":"8px"},attrs:{"size":"default","placeholder":"搜索"},on:{"change":_vm.onChange}}),_c('mapgis-ui-tree',{staticClass:"mapgis-3d-bim-component-tree",attrs:{"checkedKeys":_vm.layerIds,"show-line":false,"multiple":false,"checkable":true,"checkStrictly":false,"tree-data":_vm.layerTree,"expanded-keys":_vm.expandedKeys,"auto-expand-parent":_vm.autoExpandParent,"selectedKeys":_vm.selectedKeys},on:{"expand":_vm.onExpand,"select":_vm.onSelect,"check":_vm.onCheck},scopedSlots:_vm._u([{key:"icon",fn:function(ref){return undefined}},{key:"title",fn:function(ref){
|
|
283523
283523
|
var title = ref.title;
|
|
283524
283524
|
var index = ref.index;
|
|
@@ -284623,7 +284623,7 @@ var BIM_component = normalizeComponent(
|
|
|
284623
284623
|
)
|
|
284624
284624
|
|
|
284625
284625
|
/* harmony default export */ var BIM = (BIM_component.exports);
|
|
284626
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
284626
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Explosion.vue?vue&type=template&id=013f7460&scoped=true
|
|
284627
284627
|
var Explosionvue_type_template_id_013f7460_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('mapgis-ui-group-tab',{attrs:{"title":"图层"}}),_c('mapgis-ui-select',{staticClass:"mapgis-3d-explosion-analysis-layers",attrs:{"autoWidth":true,"size":"default","placeholder":"请选择图层"},on:{"change":_vm.onSelectedModelChange},model:{value:(_vm.currentModelId),callback:function ($$v) {_vm.currentModelId=$$v},expression:"currentModelId"}},_vm._l((_vm.models),function(l,i){return _c('mapgis-ui-select-option',{key:i,attrs:{"value":l.id}},[_vm._v(_vm._s(l.title))])}),1),_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}}),_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"分组字段"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[(_vm.explosionFields.length > 0)?_c('mapgis-ui-select',{attrs:{"placeholder":"请选择分组字段"},on:{"change":_vm.onExplosionFieldChange},model:{value:(_vm.settingCopy.explosionField),callback:function ($$v) {_vm.$set(_vm.settingCopy, "explosionField", $$v)},expression:"settingCopy.explosionField"}},_vm._l((_vm.explosionFields),function(item){return _c('mapgis-ui-select-option',{key:item.name},[_vm._v("\n "+_vm._s(item.alias || item.name)+"\n ")])}),1):_c('mapgis-ui-input',{attrs:{"placeholder":"请输入属性字段"},model:{value:(_vm.settingCopy.explosionField),callback:function ($$v) {_vm.$set(_vm.settingCopy, "explosionField", $$v)},expression:"settingCopy.explosionField"}})],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"分组方式"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-select',{attrs:{"disabled":_vm.disableGroupTypeChange},model:{value:(_vm.settingCopy.groupType),callback:function ($$v) {_vm.$set(_vm.settingCopy, "groupType", $$v)},expression:"settingCopy.groupType"}},_vm._l((_vm.groupTypes),function(item){return _c('mapgis-ui-select-option',{key:item.value},[_vm._v("\n "+_vm._s(item.label)+"\n ")])}),1)],1)],1)],1),_c('mapgis-ui-form-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.settingCopy.groupType == 'MapgisUiExplosionRange'),expression:"settingCopy.groupType == 'MapgisUiExplosionRange'"}],attrs:{"label":"初始分段数"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":2,"max":_vm.dataSource && _vm.dataSource.dataCount ? _vm.dataSource.dataCount : 5},model:{value:(_vm.segments),callback:function ($$v) {_vm.segments=_vm._n($$v)},expression:"segments"}})],1),_c('mapgis-ui-form-item',[_c('mapgis-ui-group-tab',{attrs:{"title":"爆炸距离","isTitleBold":false,"hasTopMargin":false,"hasBottomMargin":false}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"tip","placement":"top"},slot:"tip"},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.info))])]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info"}})],2)],1),_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米"},on:{"change":_vm.getDataSource},model:{value:(_vm.settingCopy.distance),callback:function ($$v) {_vm.$set(_vm.settingCopy, "distance", _vm._n($$v))},expression:"settingCopy.distance"}})],1),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"高级设置"},model:{value:(_vm.openAdvancedSetting),callback:function ($$v) {_vm.openAdvancedSetting=$$v},expression:"openAdvancedSetting"}},[_c('mapgis-ui-custom-panel',{ref:"rangeForm",attrs:{"options":_vm.rangeFormOptions}})],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.explosion}},[_vm._v("\n 开始爆炸\n ")]),_c('mapgis-ui-button',{on:{"click":_vm.removeExplosion}},[_vm._v(" 结束爆炸 ")])],1)]})],2)}
|
|
284628
284628
|
var Explosionvue_type_template_id_013f7460_scoped_true_staticRenderFns = []
|
|
284629
284629
|
|
|
@@ -291935,7 +291935,7 @@ var Explosion_component = normalizeComponent(
|
|
|
291935
291935
|
)
|
|
291936
291936
|
|
|
291937
291937
|
/* harmony default export */ var Explosion = (Explosion_component.exports);
|
|
291938
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
291938
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Analysis/Excavate.vue?vue&type=template&id=6b26a23e&scoped=true
|
|
291939
291939
|
var Excavatevue_type_template_id_6b26a23e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-excavate-analysis"},[_c('mapgis-ui-row',{staticClass:"model"},[(_vm.checkboxOptions.length > 0)?_c('mapgis-ui-checkbox-group',{model:{value:(_vm.checked),callback:function ($$v) {_vm.checked=$$v},expression:"checked"}},_vm._l((_vm.checkboxOptions),function(option,index){return _c('mapgis-ui-row',{key:("model-" + index)},[_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"value":option.value}},[_vm._v("\n "+_vm._s(option.label)+"\n ")])],1)}),1):_c('div',[_vm._v("暂无数据!")])],1),_c('mapgis-ui-form-item',{attrs:{"label":"剖面纹理"}},[_c('mapgis-ui-select',{staticClass:"mapgis-3d-fill-image mapgis-3d-select",attrs:{"autoWidth":true,"size":"default","placeholder":"请选择纹理"},model:{value:(_vm.selectTerrainWall),callback:function ($$v) {_vm.selectTerrainWall=$$v},expression:"selectTerrainWall"}},_vm._l((_vm.terrainWallFillImages),function(option,i){return _c('mapgis-ui-select-option',{key:i,attrs:{"value":option.value}},[_vm._v(_vm._s(option.label))])}),1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"底面纹理"}},[_c('mapgis-ui-select',{staticClass:"mapgis-3d-fill-image mapgis-3d-select",attrs:{"autoWidth":true,"size":"default","placeholder":"请选择纹理"},model:{value:(_vm.selectTerrainGround),callback:function ($$v) {_vm.selectTerrainGround=$$v},expression:"selectTerrainGround"}},_vm._l((_vm.terrainGroundFillImages),function(option,i){return _c('mapgis-ui-select-option',{key:i,attrs:{"value":option.value}},[_vm._v(_vm._s(option.label))])}),1)],1),_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-excavate-form",attrs:{"size":"large","label":"开挖深度(米)","range":[0, 2000]},model:{value:(_vm.excavateDepth),callback:function ($$v) {_vm.excavateDepth=$$v},expression:"excavateDepth"}}),_c('mapgis-ui-input-number-panel',{staticClass:"mapgis-excavate-form",attrs:{"size":"large","label":"开挖精度","range":[1, 100]},model:{value:(_vm.samplePrecision),callback:function ($$v) {_vm.samplePrecision=$$v},expression:"samplePrecision"}}),_c('mapgis-ui-switch-panel',{attrs:{"label":"开启模型封边","size":"default"},model:{value:(_vm.useModelFill),callback:function ($$v) {_vm.useModelFill=$$v},expression:"useModelFill"}}),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.analysis}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.removeCuttingPlane}},[_vm._v("清除")])],1)],1)]}),_c('mapgis-ui-mask',{attrs:{"parentDivClass":'cesium-map-wrapper',"loading":_vm.maskShow,"text":_vm.maskText,"showSvg":true}})],2)}
|
|
291940
291940
|
var Excavatevue_type_template_id_6b26a23e_scoped_true_staticRenderFns = []
|
|
291941
291941
|
|
|
@@ -292592,7 +292592,7 @@ var Excavate_component = normalizeComponent(
|
|
|
292592
292592
|
)
|
|
292593
292593
|
|
|
292594
292594
|
/* harmony default export */ var Excavate = (Excavate_component.exports);
|
|
292595
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
292595
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/mixComponent/GeojsonCom.vue?vue&type=template&id=532f842c&scoped=true
|
|
292596
292596
|
var GeojsonComvue_type_template_id_532f842c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
292597
292597
|
var GeojsonComvue_type_template_id_532f842c_scoped_true_staticRenderFns = []
|
|
292598
292598
|
|
|
@@ -293160,7 +293160,7 @@ var GeojsonCom_component = normalizeComponent(
|
|
|
293160
293160
|
)
|
|
293161
293161
|
|
|
293162
293162
|
/* harmony default export */ var GeojsonCom = (GeojsonCom_component.exports);
|
|
293163
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293163
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/UI/mixComponent/Legend.vue?vue&type=template&id=e22dbc94&scoped=true
|
|
293164
293164
|
var Legendvue_type_template_id_e22dbc94_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.viewInfo === true),expression:"viewInfo === true"}],staticClass:"chart-legend-wrapper"},[_c('div',{staticClass:"header"},[_c('div',{staticClass:"buttons"},[_vm._v("图例信息")]),_c('mapgis-ui-icon',{staticClass:"header-close",attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1),_c('div',{staticClass:"area-count"},[_vm._v("面积:"+_vm._s(_vm.allAreaString)+" ㎡")]),(_vm.showtab)?_c('div',{staticClass:"legend-tabs-wrapper"},[_c('span',{staticClass:"legend-tabs-scoll",on:{"mousedown":function($event){return _vm.scrollTab('left')}}},[_vm._v(_vm._s(_vm.lefttab))]),_c('div',{ref:"scrolltab",staticClass:"legend-tabs-content"},_vm._l(([{ name: '全部' }].concat(_vm.echartdata.series)),function(serie,i){return _c('div',{key:serie.name,staticClass:"area-tab"},[_c('div',{class:{
|
|
293165
293165
|
'area-tab-name': true,
|
|
293166
293166
|
active: i - 1 === _vm.curindex
|
|
@@ -293695,14 +293695,14 @@ var mixComponent_Legend_component = normalizeComponent(
|
|
|
293695
293695
|
)
|
|
293696
293696
|
|
|
293697
293697
|
/* harmony default export */ var mixComponent_Legend = (mixComponent_Legend_component.exports);
|
|
293698
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293698
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/SceneSetting.vue?vue&type=template&id=4af2b6c7&scoped=true
|
|
293699
293699
|
var SceneSettingvue_type_template_id_4af2b6c7_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-scene-setting"},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],staticClass:"setting-control",style:(_vm.panelStyle)},[_c('mapgis-ui-tabs',{attrs:{"animated":false,"tabBarStyle":_vm.tabBarStyle,"default-active-key":"1"}},[_c('mapgis-ui-tab-pane',{key:"1",staticClass:"control-content",attrs:{"tab":"基本设置"}},[_c('basic-setting',{ref:"attr",attrs:{"initBasicSetting":_vm.initBasicSetting,"initialDepthTest":_vm.depthTest,"initial-scene-mode":_vm.sceneMode,"stuffWidth":_vm.stuffWidth},on:{"updateSpin":_vm.changeSpinning,"updateBasicSetting":_vm.updateBasicSetting}})],1),_c('mapgis-ui-tab-pane',{key:"2",staticClass:"control-content",attrs:{"force-render":"","tab":"相机"}},[_c('camera-setting',{ref:"cameraSetting",attrs:{"initCameraSetting":_vm.initCameraSetting,"boundingSphereRadius":_vm.boundingSphereRadius,"baseLayerIds":_vm.baseLayerIds},on:{"updateCameraSetting":_vm.updateCameraSetting,"updateSpin":_vm.changeSpinning}})],1),_c('mapgis-ui-tab-pane',{key:"3",staticClass:"control-content",attrs:{"force-render":"","tab":"光照"}},[_c('light-setting',{ref:"effect",attrs:{"initLightSetting":_vm.initLightSetting},on:{"updateLightSetting":_vm.updateLightSetting,"updateSpin":_vm.changeSpinning}})],1),_c('mapgis-ui-tab-pane',{key:"4",staticClass:"control-content",attrs:{"force-render":"","tab":"天气"}},[_c('weather-setting',{ref:"effect",attrs:{"initWeatherSetting":_vm.initWeatherSetting,"isFavorites":_vm.isFavorites},on:{"updateWeatherSetting":_vm.updateWeatherSetting,"updateSpin":_vm.changeSpinning}})],1),_c('mapgis-ui-tab-pane',{key:"5",staticClass:"control-content",attrs:{"force-render":"","tab":"特效"}},[_c('effect-setting',{ref:"effect",attrs:{"initEffectSetting":_vm.initEffectSetting},on:{"updateEffectSetting":_vm.updateEffectSetting,"updateSpin":_vm.changeSpinning}})],1),_c('mapgis-ui-tab-pane',{key:"6",staticClass:"control-content",attrs:{"force-render":"","tab":"漫游操控"}},[_c('autonomous-roaming-setting',{attrs:{"publicPath":_vm.publicPath,"isWidgetOpen":_vm.isWidgetOpen}})],1)],1)],1),_c('mapgis-ui-spin',{staticStyle:{"top":"50%","left":"50%"},attrs:{"spinning":_vm.spinning,"size":"large"}})],1)}
|
|
293700
293700
|
var SceneSettingvue_type_template_id_4af2b6c7_scoped_true_staticRenderFns = []
|
|
293701
293701
|
|
|
293702
293702
|
|
|
293703
293703
|
// CONCATENATED MODULE: ./src/components/SceneEffect/SceneSetting.vue?vue&type=template&id=4af2b6c7&scoped=true
|
|
293704
293704
|
|
|
293705
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293705
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/components/BasicSetting.vue?vue&type=template&id=8123aef2&scoped=true
|
|
293706
293706
|
var BasicSettingvue_type_template_id_8123aef2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"basic-setting"},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"地球","checked":_vm.basicSetting.earth},on:{"changeChecked":_vm.enableEarth}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"大气层","checked":_vm.basicSetting.skyAtmosphere},on:{"changeChecked":_vm.enableSkyAtmosphere}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"阴影效果","checked":_vm.basicSetting.shadow},on:{"changeChecked":_vm.enableShadow}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"深度检测","checked":_vm.basicSetting.depthTest},on:{"changeChecked":_vm.enableDepthTest}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"显示帧率","checked":_vm.basicSetting.FPS},on:{"changeChecked":_vm.enableFPS}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"时间轴","checked":_vm.basicSetting.timeline},on:{"changeChecked":_vm.enableTimeline}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"状态栏","checked":_vm.basicSetting.statebar},on:{"changeChecked":_vm.handleChangeStatebar}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"平面模式","checked":_vm.basicSetting.sceneMode},on:{"changeChecked":_vm.handleChangeSceneMode}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"罗盘控件","checked":_vm.basicSetting.compass},on:{"changeChecked":_vm.enableCompass}})],1)],1),_c('compass-position-setting',{directives:[{name:"show",rawName:"v-show",value:(_vm.basicSetting.compass),expression:"basicSetting.compass"}],attrs:{"position":_vm.compassPosition},on:{"updateCompassPosition":_vm.updateCompassPosition}}),_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"颜色校正","checked":_vm.basicSetting.colorCorrection},on:{"changeChecked":_vm.enableColorCorrection}}),(_vm.showColorCorrectionSetting)?_c('div',[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"亮度","value":_vm.basicSetting.brightness,"range":_vm.ColorCorrectionRange,"step":0.1},on:{"change":_vm.brtChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"对比度","value":_vm.basicSetting.contrast,"range":_vm.contrastRange,"step":0.1},on:{"change":_vm.ctrstChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"色相","value":_vm.basicSetting.hue,"range":_vm.ColorCorrectionRange,"step":0.1},on:{"change":_vm.hueChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"饱和度","value":_vm.basicSetting.saturation,"range":_vm.ColorCorrectionRange,"step":0.1},on:{"change":_vm.saturationChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"曝光度","value":_vm.basicSetting.exposure,"range":_vm.ColorCorrectionRange,"step":0.1},on:{"change":_vm.exposureChange}})],1):_vm._e(),(_vm.basicSetting.statebar)?_c('mapgis-3d-statebar',{attrs:{"frame":60,"bottomMap":true}}):_vm._e()],1)}
|
|
293707
293707
|
var BasicSettingvue_type_template_id_8123aef2_scoped_true_staticRenderFns = []
|
|
293708
293708
|
|
|
@@ -293712,7 +293712,7 @@ var BasicSettingvue_type_template_id_8123aef2_scoped_true_staticRenderFns = []
|
|
|
293712
293712
|
// EXTERNAL MODULE: ./src/components/SceneEffect/components/navigation-all.css
|
|
293713
293713
|
var navigation_all = __webpack_require__("4015");
|
|
293714
293714
|
|
|
293715
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293715
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/components/CompassPositionSetting.vue?vue&type=template&id=85bbac22&scoped=true
|
|
293716
293716
|
var CompassPositionSettingvue_type_template_id_85bbac22_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.compassPosition)?_c('mapgis-ui-form',{ref:"form",attrs:{"model":_vm.compassPosition,"labelCol":{ lg: { span: 8 }, sm: { span: 8 } },"wrapperCol":{ lg: { span: 16 }, sm: { span: 16 } }}},[_c('mapgis-ui-form-item',{staticClass:"form-item",attrs:{"label":"罗盘位置","prop":"anchor"}},[_c('mapgis-ui-select',{attrs:{"placeholder":"请选择"},on:{"change":_vm.changePosition},model:{value:(_vm.compassPosition.anchor),callback:function ($$v) {_vm.$set(_vm.compassPosition, "anchor", $$v)},expression:"compassPosition.anchor"}},[_c('mapgis-ui-select-option',{attrs:{"value":"top-left"}},[_vm._v("左上")]),_c('mapgis-ui-select-option',{attrs:{"value":"top-right"}},[_vm._v("右上")]),_c('mapgis-ui-select-option',{attrs:{"value":"bottom-left"}},[_vm._v("左下")]),_c('mapgis-ui-select-option',{attrs:{"value":"bottom-right"}},[_vm._v("右下")])],1)],1),(
|
|
293717
293717
|
_vm.compassPosition.anchor === 'top-left' ||
|
|
293718
293718
|
_vm.compassPosition.anchor === 'bottom-left'
|
|
@@ -294628,7 +294628,7 @@ var BasicSetting_component = normalizeComponent(
|
|
|
294628
294628
|
)
|
|
294629
294629
|
|
|
294630
294630
|
/* harmony default export */ var BasicSetting = (BasicSetting_component.exports);
|
|
294631
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294631
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/components/CameraSetting.vue?vue&type=template&id=26af3c98&scoped=true
|
|
294632
294632
|
var CameraSettingvue_type_template_id_26af3c98_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"camera-setting"},[_c('mapgis-ui-switch-panel',{ref:"selfAdaption",attrs:{"size":"default","label":"地表自适应透明","checked":_vm.cameraSetting.selfAdaption},on:{"changeChecked":_vm.enableSelfAdaption}},[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"阈值","value":_vm.cameraSetting.selfAdaptionParams.maxHeigh,"range":[0, 1000000],"step":100},on:{"change":_vm.setSelfAdaption}})],1),_c('mapgis-ui-switch-panel',{ref:"Undgrd",attrs:{"size":"default","label":"地下模式","checked":_vm.cameraSetting.undgrd},on:{"changeChecked":_vm.enableUndgrd}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"影像透明度独立控制","checked":_vm.cameraSetting.undgrdParams.enableIndependentTranslucency},on:{"changeChecked":_vm.enableIndependentTranslucency}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"地表透明度","value":_vm.cameraSetting.undgrdParams.groundAlpha,"range":_vm.range,"step":0.1},on:{"change":_vm.setGlobeBackFaceAlpha}})],1),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"FOV设置","value":_vm.cameraSetting.fov,"range":_vm.fovRange,"step":15},on:{"change":_vm.setFOV}})],1)}
|
|
294633
294633
|
var CameraSettingvue_type_template_id_26af3c98_scoped_true_staticRenderFns = []
|
|
294634
294634
|
|
|
@@ -295160,7 +295160,7 @@ var CameraSetting_component = normalizeComponent(
|
|
|
295160
295160
|
)
|
|
295161
295161
|
|
|
295162
295162
|
/* harmony default export */ var CameraSetting = (CameraSetting_component.exports);
|
|
295163
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295163
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/components/LightSetting.vue?vue&type=template&id=508f31b5&scoped=true
|
|
295164
295164
|
var LightSettingvue_type_template_id_508f31b5_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"light-setting"},[_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"光照","checked":_vm.lightSetting.sunlight},on:{"changeChecked":_vm.enableSunlight}},[_c('mapgis-ui-form',{attrs:{"layout":"vertical"}},[_c('mapgis-ui-form-item',{attrs:{"label":"光照类型"}},[_c('mapgis-ui-select',{model:{value:(_vm.lightingModes[0].key),callback:function ($$v) {_vm.$set(_vm.lightingModes[0], "key", $$v)},expression:"lightingModes[0].key"}},[_c('mapgis-ui-select-option',{attrs:{"value":'DAYNIGHT_SHADING'}},[_vm._v("\n 太阳光照\n ")]),_c('mapgis-ui-select-option',{attrs:{"value":'VERTEX_LIGHTING'}},[_vm._v("\n 顶点光照\n ")])],1)],1)],1),_c('mapgis-ui-color-pick-panel',{attrs:{"label":"光照颜色","color":_vm.lightSetting.sunlightParams.lightColor,"disableAlpha":false,"labelCol":24,"wrapperCol":24},on:{"input":_vm.lightColorChange}})],1),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"模型亮度","range":[1, 200]},on:{"change":_vm.lightIntensityChange},model:{value:(_vm.lightSetting.lightIntensity),callback:function ($$v) {_vm.$set(_vm.lightSetting, "lightIntensity", $$v)},expression:"lightSetting.lightIntensity"}})],1)}
|
|
295165
295165
|
var LightSettingvue_type_template_id_508f31b5_scoped_true_staticRenderFns = []
|
|
295166
295166
|
|
|
@@ -295348,7 +295348,7 @@ var LightSetting_component = normalizeComponent(
|
|
|
295348
295348
|
)
|
|
295349
295349
|
|
|
295350
295350
|
/* harmony default export */ var LightSetting = (LightSetting_component.exports);
|
|
295351
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295351
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/components/WeatherSetting.vue?vue&type=template&id=4e8ee64a&scoped=true
|
|
295352
295352
|
var WeatherSettingvue_type_template_id_4e8ee64a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"weather-setting"},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"太阳","checked":_vm.weatherSetting.sun},on:{"changeChecked":_vm.enableSun}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"月亮","checked":_vm.weatherSetting.moon},on:{"changeChecked":_vm.enableMoon}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"星空","checked":_vm.weatherSetting.sceneSkybox},on:{"changeChecked":_vm.enableSceneSkybox}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"天空盒","checked":_vm.weatherSetting.skybox},on:{"changeChecked":_vm.$_enableSkyBox}})],1)],1),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"云层","checked":_vm.weatherSetting.clouds},on:{"changeChecked":_vm.$_enableClouds}},[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"周期/秒","value":_vm.weatherSetting.cloudsParams.cloudsduration,"range":_vm.cloudsRange},on:{"change":_vm.cloudsDurationChange}})],1),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"雨","checked":_vm.weatherSetting.rain},on:{"changeChecked":_vm.$_enableRain}},[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"雨速度","value":_vm.weatherSetting.rainParams.speed,"range":_vm.speedRange},on:{"change":_vm.speedChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"雨透明度","value":_vm.weatherSetting.rainParams.rainOpacity,"range":_vm.rainOpacityRange,"step":0.1},on:{"change":_vm.rainOpacityChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"雨角度","value":_vm.weatherSetting.rainParams.angle,"range":_vm.angleRange,"step":5},on:{"change":_vm.angleChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"雨丝长度","value":_vm.weatherSetting.rainParams.length,"range":_vm.lengthRange,"step":1},on:{"change":_vm.lengthChange}})],1),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"雪","checked":_vm.weatherSetting.snow},on:{"changeChecked":_vm.$_enableSnow}},[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"雪粒大小","value":_vm.weatherSetting.snowParams.size,"range":_vm.sizeRange,"step":5},on:{"change":_vm.szChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"雪密度","value":_vm.weatherSetting.snowParams.density,"range":_vm.densityRange,"step":5},on:{"change":_vm.dstChange}})],1),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"雾","checked":_vm.weatherSetting.fog},on:{"changeChecked":_vm.$_enableFog}},[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"雾透明度","value":_vm.weatherSetting.fogParams.fogOpacity,"range":_vm.fogOpacityRange,"step":0.1},on:{"change":_vm.fogOpacityChange}})],1),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"雾化效果","checked":_vm.weatherSetting.surficialFog},on:{"changeChecked":_vm.enableSurficialFog}},[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"密度","value":_vm.weatherSetting.surfFogParams.surfFogDst,"range":_vm.surfFogDstRange,"step":0.0002},on:{"change":_vm.enableSurficialFog}})],1)],1)}
|
|
295353
295353
|
var WeatherSettingvue_type_template_id_4e8ee64a_scoped_true_staticRenderFns = []
|
|
295354
295354
|
|
|
@@ -296052,7 +296052,7 @@ var WeatherSetting_component = normalizeComponent(
|
|
|
296052
296052
|
)
|
|
296053
296053
|
|
|
296054
296054
|
/* harmony default export */ var WeatherSetting = (WeatherSetting_component.exports);
|
|
296055
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296055
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/components/EffectSetting.vue?vue&type=template&id=cb87d5fa&scoped=true
|
|
296056
296056
|
var EffectSettingvue_type_template_id_cb87d5fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"effect-setting"},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"黑白照片","checked":_vm.effectSetting.blckWhite},on:{"changeChecked":_vm.blackAndWhiteChange}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"夜视效果","checked":_vm.effectSetting.ntVision},on:{"changeChecked":_vm.nightVision}})],1)],1),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"场景泛光","checked":_vm.effectSetting.bloom},on:{"changeChecked":_vm.enableBloom}},[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"亮度","value":_vm.effectSetting.bloomParams.bloomBrt,"range":_vm.bloomBrtRange,"step":0.05},on:{"change":_vm.bloomBrtChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"对比度","value":_vm.effectSetting.bloomParams.bloomCtrst,"range":_vm.bloomCtrstRange,"step":10},on:{"change":_vm.bloomCtrstChange}})],1)],1)}
|
|
296057
296057
|
var EffectSettingvue_type_template_id_cb87d5fa_scoped_true_staticRenderFns = []
|
|
296058
296058
|
|
|
@@ -296266,14 +296266,14 @@ var EffectSetting_component = normalizeComponent(
|
|
|
296266
296266
|
)
|
|
296267
296267
|
|
|
296268
296268
|
/* harmony default export */ var EffectSetting = (EffectSetting_component.exports);
|
|
296269
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296269
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/AutonomousRoaming/AutonomousRoamingSetting.vue?vue&type=template&id=dcc8c176&scoped=true
|
|
296270
296270
|
var AutonomousRoamingSettingvue_type_template_id_dcc8c176_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.isWidgetOpen)?_c('autonomous-roaming',{staticClass:"mapgis-3d-autonomous-roaming",attrs:{"isRunning":_vm.isRunning},on:{"load":_vm.load,"unload":_vm.unload}},[_c('div',{staticClass:"footer",attrs:{"slot":""},slot:"default"},[_c('mapgis-ui-collapse',{attrs:{"expand-icon-position":"right"}},[_c('mapgis-ui-collapse-panel',{key:"1",attrs:{"header":"查看操作说明"}},[_c('img',{staticStyle:{"width":"100%"},attrs:{"src":_vm.imgSrc}})])],1),_c('div',{staticClass:"footer-operate"},[_c('mapgis-ui-button',{attrs:{"type":"primary","size":"small"},on:{"click":function($event){return _vm.fullScreenRoaming(true)}}},[_vm._v("全屏漫游")]),_c('mapgis-ui-button',{attrs:{"type":"primary","size":"small"},on:{"click":function($event){return _vm.fullScreenRoaming(false)}}},[_vm._v("非全屏漫游")]),_c('mapgis-ui-button',{attrs:{"type":"primary","size":"small"},on:{"click":_vm.stopRoaming}},[_vm._v("停止漫游")])],1)],1)]):_vm._e()}
|
|
296271
296271
|
var AutonomousRoamingSettingvue_type_template_id_dcc8c176_scoped_true_staticRenderFns = []
|
|
296272
296272
|
|
|
296273
296273
|
|
|
296274
296274
|
// CONCATENATED MODULE: ./src/components/SceneEffect/AutonomousRoaming/AutonomousRoamingSetting.vue?vue&type=template&id=dcc8c176&scoped=true
|
|
296275
296275
|
|
|
296276
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296276
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/AutonomousRoaming/components/AutonomousRoaming.vue?vue&type=template&id=3f5191c5&scoped=true
|
|
296277
296277
|
var AutonomousRoamingvue_type_template_id_3f5191c5_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"autonomous-roaming"},[_c('mapgis-ui-switch-row-left',{attrs:{"title":"鼠标控制模式","disabled":_vm.isRunning},on:{"change":_vm.enableEnableMouseLook},model:{value:(_vm.roamingSettings.enableMouseLook),callback:function ($$v) {_vm.$set(_vm.roamingSettings, "enableMouseLook", $$v)},expression:"roamingSettings.enableMouseLook"}}),_c('mapgis-ui-switch-row-left',{attrs:{"title":"碰撞检测"},on:{"change":_vm.enableCollisionDetectionChange},model:{value:(_vm.roamingSettings.enableCollisionDetection),callback:function ($$v) {_vm.$set(_vm.roamingSettings, "enableCollisionDetection", $$v)},expression:"roamingSettings.enableCollisionDetection"}}),_c('mapgis-ui-input-number-panel',{staticStyle:{"padding-left":"10px"},attrs:{"size":"large","label":"移动步长","range":[0, 10]},on:{"change":_vm.moveStepChange},model:{value:(_vm.roamingSettings.moveStep),callback:function ($$v) {_vm.$set(_vm.roamingSettings, "moveStep", $$v)},expression:"roamingSettings.moveStep"}}),_vm._t("default")],2)}
|
|
296278
296278
|
var AutonomousRoamingvue_type_template_id_3f5191c5_scoped_true_staticRenderFns = []
|
|
296279
296279
|
|
|
@@ -296923,7 +296923,7 @@ var SceneSetting_component = normalizeComponent(
|
|
|
296923
296923
|
)
|
|
296924
296924
|
|
|
296925
296925
|
/* harmony default export */ var SceneSetting = (SceneSetting_component.exports);
|
|
296926
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296926
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/SceneRoaming.vue?vue&type=template&id=f6b54c84&scoped=true
|
|
296927
296927
|
var SceneRoamingvue_type_template_id_f6b54c84_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-scene-roaming"},[(!_vm.roaming)?_c('div',[(!_vm.interactiveAdding)?_c('div',{staticClass:"path-container"},[_c('mapgis-ui-group-tab',{attrs:{"title":_vm.pathTotal}},[_c('mapgis-ui-toolbar',{attrs:{"slot":"handle","bordered":false},slot:"handle"},_vm._l((_vm.toolbarList),function(item,index){return _c('mapgis-ui-toolbar-command',{key:index,attrs:{"icon":item.icon,"title":item.title},on:{"click":item.click}})}),1)],1),_c('div',{staticClass:"path-list"},_vm._l((_vm.pathsCopy),function(item,index){return _c('path-item',{key:index,attrs:{"path":item},on:{"goto-path":function($event){return _vm.onGotoPath(item)},"delete-path":function($event){return _vm.onDeletePath(item)},"change-path-name":function (val) {
|
|
296928
296928
|
_vm.onChangePathName(val, item.id);
|
|
296929
296929
|
}}})}),1)],1):_c('div',{staticClass:"path-container"},[_c('mapgis-ui-group-tab',{attrs:{"title":"基本信息"}}),_c('mapgis-ui-setting-form',{staticClass:"mapgis-ui-setting-form",attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"名称"}},[_c('mapgis-ui-input',{staticClass:"full-width",attrs:{"allowClear":""},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}})],1)],1),_c('mapgis-ui-group-tab',{attrs:{"title":"路线坐标"}}),(_vm.positions && _vm.positions.length > 0)?_c('mapgis-ui-table',{staticClass:"path-list position-list",attrs:{"size":"small","columns":_vm.addedPositionsColumns,"data-source":_vm.positions,"rowKey":function (record) {
|
|
@@ -296934,7 +296934,7 @@ var SceneRoamingvue_type_template_id_f6b54c84_scoped_true_staticRenderFns = []
|
|
|
296934
296934
|
|
|
296935
296935
|
// CONCATENATED MODULE: ./src/components/SceneEffect/SceneRoaming.vue?vue&type=template&id=f6b54c84&scoped=true
|
|
296936
296936
|
|
|
296937
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296937
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/PathRoaming/PathItem.vue?vue&type=template&id=7f160102&scoped=true
|
|
296938
296938
|
var PathItemvue_type_template_id_7f160102_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-card',{staticClass:"path-item",attrs:{"type":"inner"}},[_c('div',{staticClass:"path-content"},[(_vm.editable)?[(_vm.editable)?_c('mapgis-ui-input',{staticClass:"name-input",attrs:{"value":_vm.name},on:{"change":function (e) { return _vm._onNameChange(e.target.value); }}}):_vm._e(),_c('a',{on:{"click":_vm.onSavePathName}},[_vm._v("保存")]),_c('mapgis-ui-divider',{staticClass:"name-action-divider",attrs:{"type":"vertical"}}),_c('a',{on:{"click":_vm.onCancelRenamePath}},[_vm._v("取消")])]:[_c('div',{staticClass:"name",on:{"click":function($event){return _vm.$emit('goto-path')}}},[_vm._v("\n "+_vm._s(_vm.name)+"\n ")]),_c('div',{class:['actions', _vm.actionMenuVisible ? 'actions-visible' : '']},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info","title":_vm.path.path.join()}}),_c('mapgis-ui-popover',{attrs:{"placement":"bottomLeft","arrow-point-at-center":"","trigger":"click","overlayClassName":"scene-roaming-path-item-popover","getPopupContainer":function (triggerNode) {return triggerNode.parentNode;}},model:{value:(_vm.actionMenuVisible),callback:function ($$v) {_vm.actionMenuVisible=$$v},expression:"actionMenuVisible"}},[_c('mapgis-ui-list',{attrs:{"slot":"content","gutter":10},slot:"content"},[_c('mapgis-ui-list-item',{on:{"click":_vm.onRenamePath}},[_vm._v("\n 重命名\n ")]),_c('mapgis-ui-list-item',{on:{"click":_vm.onDeletePath}},[_vm._v("\n 删除\n ")])],1),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-more"}})],1)],1)]],2)])}
|
|
296939
296939
|
var PathItemvue_type_template_id_7f160102_scoped_true_staticRenderFns = []
|
|
296940
296940
|
|
|
@@ -297070,7 +297070,7 @@ var PathItem_component = normalizeComponent(
|
|
|
297070
297070
|
)
|
|
297071
297071
|
|
|
297072
297072
|
/* harmony default export */ var PathItem = (PathItem_component.exports);
|
|
297073
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
297073
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/PathRoaming/PathRoaming.vue?vue&type=template&id=31adf0d2&scoped=true
|
|
297074
297074
|
var PathRoamingvue_type_template_id_31adf0d2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-path-roaming"},[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"移动速度"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":1,"addon-after":"公里/小时","disabled":_vm.isStart ? true : false},model:{value:(_vm.settingCopy.speed),callback:function ($$v) {_vm.$set(_vm.settingCopy, "speed", _vm._n($$v))},expression:"settingCopy.speed"}})],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"高程类型"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-radio-group',{model:{value:(_vm.settingCopy.elevationType),callback:function ($$v) {_vm.$set(_vm.settingCopy, "elevationType", $$v)},expression:"settingCopy.elevationType"}},[_c('mapgis-ui-radio',{attrs:{"value":"addition"}},[_vm._v("\n 附加高程\n ")]),_c('mapgis-ui-radio',{attrs:{"value":"absolute"}},[_vm._v("\n 绝对高程\n ")])],1)],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"高程"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米","disabled":_vm.isStart ? true : false},model:{value:(_vm.settingCopy.exHeight),callback:function ($$v) {_vm.$set(_vm.settingCopy, "exHeight", _vm._n($$v))},expression:"settingCopy.exHeight"}})],1)],1)],1),_c('mapgis-ui-input-number-panel',{directives:[{name:"show",rawName:"v-show",value:(_vm.settingCopy.animationType !== 1),expression:"settingCopy.animationType !== 1"}],attrs:{"size":"large","label":"方位角","range":[-180, 180],"disabled":_vm.settingCopy.animationType === 1 ? true : false},on:{"change":function (val) { return _vm.onEffectsChange(val, 'heading'); }},model:{value:(_vm.settingCopy.heading),callback:function ($$v) {_vm.$set(_vm.settingCopy, "heading", $$v)},expression:"settingCopy.heading"}}),_c('mapgis-ui-input-number-panel',{directives:[{name:"show",rawName:"v-show",value:(_vm.settingCopy.animationType === 2),expression:"settingCopy.animationType === 2"}],attrs:{"size":"large","label":"俯仰角","range":[-180, 180],"disabled":_vm.settingCopy.animationType !== 2 ? true : false},on:{"change":function (val) { return _vm.onEffectsChange(val, 'pitch'); }},model:{value:(_vm.settingCopy.pitch),callback:function ($$v) {_vm.$set(_vm.settingCopy, "pitch", $$v)},expression:"settingCopy.pitch"}}),_c('mapgis-ui-input-number-panel',{directives:[{name:"show",rawName:"v-show",value:(_vm.showDistanceSlider()),expression:"showDistanceSlider()"}],attrs:{"size":"large","label":"距离","range":[1, 200],"disabled":_vm.settingCopy.animationType === 1 ? true : false},on:{"change":function (val) { return _vm.changeRange(val); }},model:{value:(_vm.settingCopy.range),callback:function ($$v) {_vm.$set(_vm.settingCopy, "range", $$v)},expression:"settingCopy.range"}}),_c('mapgis-ui-form-item',{attrs:{"label":"视角"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-select',{on:{"change":_vm.onTypeChange},model:{value:(_vm.settingCopy.animationType),callback:function ($$v) {_vm.$set(_vm.settingCopy, "animationType", $$v)},expression:"settingCopy.animationType"}},_vm._l((_vm.perspectiveOptions),function(item){return _c('mapgis-ui-select-option',{key:item.value},[_vm._v("\n "+_vm._s(item.label)+"\n ")])}),1)],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"插值"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-select',{attrs:{"disabled":_vm.isStart ? true : false},model:{value:(_vm.settingCopy.interpolationAlgorithm),callback:function ($$v) {_vm.$set(_vm.settingCopy, "interpolationAlgorithm", $$v)},expression:"settingCopy.interpolationAlgorithm"}},_vm._l((_vm.interpolationOptions),function(item){return _c('mapgis-ui-select-option',{key:item.value},[_vm._v("\n "+_vm._s(item.label)+"\n ")])}),1)],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"模型"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-select',{attrs:{"disabled":_vm.isStart},on:{"change":_vm.onModelChange},model:{value:(_vm.modelUrl),callback:function ($$v) {_vm.modelUrl=$$v},expression:"modelUrl"}},_vm._l((_vm.models),function(item){return _c('mapgis-ui-select-option',{key:item.value},[_vm._v("\n "+_vm._s(item.label)+"\n ")])}),1)],1)],1)],1),(_vm.modelUrl)?_c('mapgis-ui-form-item',{attrs:{"label":"模型缩放比例"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":0.1,"disabled":_vm.isStart ? true : false},model:{value:(_vm.settingCopy.modelScale),callback:function ($$v) {_vm.$set(_vm.settingCopy, "modelScale", _vm._n($$v))},expression:"settingCopy.modelScale"}})],1)],1)],1):_vm._e(),(_vm.modelUrl)?_c('mapgis-ui-form-item',[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"模型方位角","range":[-180, 180]},on:{"change":function (val) { return _vm.modelHeadingChange(val); }},model:{value:(_vm.settingCopy.modelHeading),callback:function ($$v) {_vm.$set(_vm.settingCopy, "modelHeading", $$v)},expression:"settingCopy.modelHeading"}})],1):_vm._e()],1),_c('div',[_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"checked":_vm.settingCopy.isLoop},on:{"change":function (e) { return _vm.onCheckBoxChange(e.target.checked, 'isLoop'); }}},[_vm._v("\n 循环\n ")]),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"checked":_vm.settingCopy.showPath},on:{"change":function (e) { return _vm.onCheckBoxChange(e.target.checked, 'showPath'); }}},[_vm._v("\n 显示路径\n ")]),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"checked":_vm.settingCopy.showInfo},on:{"change":function (e) { return _vm.onCheckBoxChange(e.target.checked, 'showInfo'); }}},[_vm._v("\n 显示提示信息\n ")])],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary","title":_vm.playTitle},on:{"click":_vm.onClickStartOrPauseOrResume}},[_vm._v(_vm._s(_vm.playTitle))]),_c('mapgis-ui-button',{attrs:{"type":"primary","disabled":!_vm.isStart},on:{"click":function($event){return _vm.onClickStop(false)}}},[_vm._v("停止")])],1)]})],2)}
|
|
297075
297075
|
var PathRoamingvue_type_template_id_31adf0d2_scoped_true_staticRenderFns = []
|
|
297076
297076
|
|
|
@@ -297670,7 +297670,7 @@ var PathRoaming_component = normalizeComponent(
|
|
|
297670
297670
|
)
|
|
297671
297671
|
|
|
297672
297672
|
/* harmony default export */ var PathRoaming = (PathRoaming_component.exports);
|
|
297673
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
297673
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/SceneEffect/PathRoaming/components/PathImport.vue?vue&type=template&id=5019aff6
|
|
297674
297674
|
var PathImportvue_type_template_id_5019aff6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-modal',{staticClass:"path-import-wrapper",attrs:{"visible":_vm.visible,"title":_vm.title,"width":300,"mask":false},on:{"cancel":_vm.onImportCancel,"ok":_vm.onImportOk}},[_c('template',{slot:"footer"},[_c('mapgis-ui-button',{key:"cancel",on:{"click":_vm.onImportCancel}},[_vm._v("\n 取消\n ")]),_c('mapgis-ui-button',{key:"ok",attrs:{"type":"primary","loading":_vm.loading},on:{"click":_vm.onImportOk}},[_vm._v("\n 确定\n ")])],1),_c('div',{staticClass:"path-import-body"},[_c('mapgis-ui-row',[_c('input',{attrs:{"type":"file","id":"file","accept":("." + _vm.importModalType)},on:{"input":_vm.readOrUploadFile}})])],1)],2)}
|
|
297675
297675
|
var PathImportvue_type_template_id_5019aff6_staticRenderFns = []
|
|
297676
297676
|
|
|
@@ -298678,14 +298678,14 @@ var SceneRoaming_component = normalizeComponent(
|
|
|
298678
298678
|
)
|
|
298679
298679
|
|
|
298680
298680
|
/* harmony default export */ var SceneRoaming = (SceneRoaming_component.exports);
|
|
298681
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298681
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/service/comprehensive-query/ComprehensiveQuery.vue?vue&type=template&id=3da9a7c8
|
|
298682
298682
|
var ComprehensiveQueryvue_type_template_id_3da9a7c8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('mapgis-ui-comprehensive-query',{attrs:{"geoJSONExtent":_vm.geoJSONExtent,"logo":_vm.logo,"districtName":_vm.districtName,"widgetInfo":_vm.widgetInfo,"defaultMarkerIcon":_vm.defaultMarkerIcon,"selectedMarkerIcon":_vm.selectedMarkerIcon},on:{"onClose":_vm.onClose,"onSearch":_vm.onSearch,"current-result":_vm.currentResult,"select-markers":_vm.selectMarkers,"click-item":_vm.clickItem,"change-cluster":_vm.changeCluster,"open-attribute-table":_vm.openAttributeTable,"remove-attribute-table":_vm.removeAttributeTable,"color-cluster":_vm.setColorCluster}}),_c('place-name-cesium',{attrs:{"defaultMarkerIcon":_vm.defaultMarkerIcon,"selectedMarkerIcon":_vm.selectedMarkerIcon,"hoverMarker":_vm.hoverMarker,"cluster":_vm.cluster,"geojson":_vm.current,"colorCluster":_vm.colorCluster}})],1)}
|
|
298683
298683
|
var ComprehensiveQueryvue_type_template_id_3da9a7c8_staticRenderFns = []
|
|
298684
298684
|
|
|
298685
298685
|
|
|
298686
298686
|
// CONCATENATED MODULE: ./src/components/service/comprehensive-query/ComprehensiveQuery.vue?vue&type=template&id=3da9a7c8
|
|
298687
298687
|
|
|
298688
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298688
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/service/comprehensive-query/PlaceNameCesium.vue?vue&type=template&id=50696ba4
|
|
298689
298689
|
var PlaceNameCesiumvue_type_template_id_50696ba4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(!_vm.cluster)?_c('mapgis-3d-dynamic-marker-layer',{attrs:{"data":_vm.geojson,"selects":_vm.hoverMarker,"highlight":false,"layerStyle":_vm.layerStyle,"highlightStyle":_vm.highlightStyle,"idField":"markerId"}}):(
|
|
298690
298690
|
_vm.geojson &&
|
|
298691
298691
|
_vm.geojson.features &&
|
|
@@ -299050,7 +299050,7 @@ var ComprehensiveQuery_component = normalizeComponent(
|
|
|
299050
299050
|
)
|
|
299051
299051
|
|
|
299052
299052
|
/* harmony default export */ var ComprehensiveQuery = (ComprehensiveQuery_component.exports);
|
|
299053
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299053
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/DataFlow/DataFlow.vue?vue&type=template&id=73f216d5&scoped=true
|
|
299054
299054
|
var DataFlowvue_type_template_id_73f216d5_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._l((_vm.popups),function(popup,index){return [(_vm.enablePopup)?_c('mapgis-3d-popup',{key:index,attrs:{"position":{
|
|
299055
299055
|
longitude: popup.lng,
|
|
299056
299056
|
latitude: popup.lat,
|
|
@@ -299684,7 +299684,7 @@ var DataFlow_component = normalizeComponent(
|
|
|
299684
299684
|
)
|
|
299685
299685
|
|
|
299686
299686
|
/* harmony default export */ var DataFlow = (DataFlow_component.exports);
|
|
299687
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299687
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/Track/Track.vue?vue&type=template&id=a2b54b5c&scoped=true
|
|
299688
299688
|
var Trackvue_type_template_id_a2b54b5c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"mapgis-track-player"},[_c('div',{staticClass:"mapgis-track-player-container",staticStyle:{"padding-top":"20px"}},[_c('mapgis-ui-slider',{staticClass:"mapgis-track-player-slider",attrs:{"max":_vm.maxSlider},on:{"afterChange":_vm.$_sliderClick},model:{value:(_vm.currentSlider),callback:function ($$v) {_vm.currentSlider=$$v},expression:"currentSlider"}})],1),_c('div',{staticClass:"mapgis-track-player-container mapgis-track-player-option"},[_c('span',{staticClass:"mapgis-track-player-start"},[_vm._v(_vm._s(_vm.playStartTime))]),_c('img',{ref:"back",staticClass:"mapgis-track-player-back",attrs:{"src":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNDQ0RUQxMzM4N0MxMUVDQkJGOUYxQjlBODkxNzI1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNDQ0RUQxNDM4N0MxMUVDQkJGOUYxQjlBODkxNzI1OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0NDRFRDExMzg3QzExRUNCQkY5RjFCOUE4OTE3MjU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0NDRFRDEyMzg3QzExRUNCQkY5RjFCOUE4OTE3MjU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4zi8vgAAAOlJREFUeNpi/P//PwMlgImBQoBigJ1HxGEQJsUAFmQOMzOLDS6FQIMFgVQXEAcf2rFCCKsBLCwsWDU7+cREAeX6gUwxvC5gYWVDkXQLTFICUtOB4m5EeYGVDWKAT0QWK5AqZmPnqAPSnESHARsbO5gGRu1RIGVKciDCDAACRrJigRVqABMTkxXIC0BM0Aso6YCNnR2M50+q/Q3EHcAw0AHiXUDMgIxxGsAKjAVWpJiY2V16D4jdgV6LBuJXIC8ieZOwATAwuTVvGVBcA4jnAPF73CmRhfUIrgDsa8gAaUyFYjhgHPDcCBBgAIw4LgcxS9SEAAAAAElFTkSuQmCC","alt":"后退"},on:{"click":_vm.back,"mouseleave":_vm.$_backLeave,"mouseenter":_vm.$_backEnter}}),(!_vm.shouldAnimate)?_c('img',{ref:"play",staticClass:"mapgis-track-player-play",attrs:{"src":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRDg0MzE4RDM4N0MxMUVDOTUzMEM0MEIyNDE1QjZEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRDg0MzE4RTM4N0MxMUVDOTUzMEM0MEIyNDE1QjZEOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBEODQzMThCMzg3QzExRUM5NTMwQzQwQjI0MTVCNkQ4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBEODQzMThDMzg3QzExRUM5NTMwQzQwQjI0MTVCNkQ4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+iIYkxAAAAcFJREFUeNqsls0rBHEYx78zViTaC1LKHok9ulGSkgvFwXtuykVyELm4eSnCQTk4KVoOlD/ALvEfrOLiZXPCRTYRzfr+9KzQzs9vxjz1aWrmme93fm/PM1bFSgaaqCL9pJnUkjLyRm7JDUmQHXLlJmC5GCjhedJN8qAPR0ymSOr3QzvHCx0kSfoMxLMaKvdMrlqDMbJPSuA9iskWGXcz6CHLLqMyDYssidYPAzXnG5Lw37BEq+q7wZwMMahQWgtZgwjp1WWfjwCLLUC4wJOJ2oERW8S1866EB6LAyRDQVW1s8KltyyEyitIiYK0NiHXy08JGrzQrg6jXCW7i8iUGgdF6IF+/56LqcamfVSwMAdMNwEG3Nq3MDmJP/rUQD36EX96B2VOgfVebdh+SGlLpRfyIJW3ykOX08c/UpDJgKlpNhB+egZljYO/C+FvitpRaR5f1+MoqxvrauOlJ/LOMqxFck13daa5Z97X+SvM6u4smSTrAWpQWza8SoTrRMMkEIJ4RrdTvfhCTZuH8U3xCtHJ2tFXCSoMnn9MyKA1H25MPpD7FDEfjSG4d2Tb9q8j126IEyuX+nRzQuOyWSzeBDwEGAGtXX2HVYW0fAAAAAElFTkSuQmCC","alt":"播放"},on:{"mouseleave":_vm.$_playerLeave,"mouseenter":_vm.$_playerEnter,"click":_vm.play}}):_vm._e(),(_vm.shouldAnimate)?_c('img',{ref:"pause",staticClass:"mapgis-track-player-play",attrs:{"src":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRUNEOEJENDM4N0MxMUVDODQ4MEVGMTIzMjhCM0ExOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRUNEOEJENTM4N0MxMUVDODQ4MEVGMTIzMjhCM0ExOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBFQ0Q4QkQyMzg3QzExRUM4NDgwRUYxMjMyOEIzQTE5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFQ0Q4QkQzMzg3QzExRUM4NDgwRUYxMjMyOEIzQTE5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0oSpJgAAAYFJREFUeNq0lrFKw1AUhm8S3OpmxSmCo/YJ3PoCgotWcXVxUDoIfQPbQVQoTq5KdRF8AOsDiFPdpNbSSd0Ul9LE/+Af0Jpzibb3wEfg9Pb/c09O7ok3cxgbS4RgHRTBPMiDPuiBJ3ADzsGjJuApBiJcBSsgMPaIaFIB3eEf/ZQ/LIEWWMsgnmjI2nterQY74BJMmr9HDpyCsmawCg6UXWUND+xT64eB1PyEC0YNj1rhd4M9bvFXVBaNedj6utpyKeWqJV00i2tbK01vG08a99Qf4Jbqek7prjkRLdnqHrBoE4E9p3RXyedL5CqKYlBwaFAQgymHBnnfOA4xeHWo/+LzDHEVLTG4dmjQ9HnURtqKAU9zealsOe0YF4MOuNBW1W+N+cCIOb6z51JCNDvJwAn5LHJjKs07WJABlLSpTKJNEI9BPKZWd3geNDgsohHFd6mVOtGOwDJ4+2dZNjhwrDP5iudTI+NuIq6Vmp9l/apI+2wRgWnmn9kUTXZLWxP4FGAAq2FjjeJrfkEAAAAASUVORK5CYII=","alt":"暂停"},on:{"mouseleave":_vm.$_pauseLeave,"mouseenter":_vm.$_pauseEnter,"click":_vm.play}}):_vm._e(),_c('img',{ref:"forward",staticClass:"mapgis-track-player-forward",attrs:{"src":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNERBNTNBMDM4N0MxMUVDOTYyNEEwRDg3NEMxQUI2QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNERBNTNBMTM4N0MxMUVDOTYyNEEwRDg3NEMxQUI2QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0REE1MzlFMzg3QzExRUM5NjI0QTBEODc0QzFBQjZCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0REE1MzlGMzg3QzExRUM5NjI0QTBEODc0QzFBQjZCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Br2+XwAAAONJREFUeNpi/P//PwMlgJGuBth5RBwG0Yd2rLCFibGgKXgHpNYCcRlQ0Xt0A5iZWWzQxZiQOSwsLIJAnALEN5x8YqLQFQPFwRi3AaxsMCwGxEvdApN2ArESujyKHmQOGzsHuqVuQHzFJyKrCUj3srKxYYQLigHsmAaAACcQtwNxECMjI1kGwGMMmyCqARyc2NR8B2KwF/79+/cLrwFYwmAXEGfO7C69B+KkFnfgdwEbGzuM+QqICye35i1DlmdlJRCIQAXvYQmpryEDIyERNACoSQhfKDKzsB5BD0zGAc+NAAEGAOxjOj4Wq8AXAAAAAElFTkSuQmCC","alt":"前进"},on:{"click":_vm.forward,"mouseleave":_vm.$_forwardLeave,"mouseenter":_vm.$_forwardEnter}}),_c('span',{staticClass:"mapgis-track-player-end"},[_vm._v(_vm._s(_vm.endTime))])])])])}
|
|
299689
299689
|
var Trackvue_type_template_id_a2b54b5c_scoped_true_staticRenderFns = []
|
|
299690
299690
|
|
|
@@ -299967,14 +299967,14 @@ var Track_component = normalizeComponent(
|
|
|
299967
299967
|
)
|
|
299968
299968
|
|
|
299969
299969
|
/* harmony default export */ var Track_Track = (Track_component.exports);
|
|
299970
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299970
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/Plotting/PlottingLayer.vue?vue&type=template&id=504a22fc&scoped=true
|
|
299971
299971
|
var PlottingLayervue_type_template_id_504a22fc_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('panel-one',{ref:"panel",on:{"chooseTool":_vm.$_chooseTool}}),_c('edit-panel',{attrs:{"show":_vm.showEditPanel,"editOptions":_vm.toolOptions}})],1)}
|
|
299972
299972
|
var PlottingLayervue_type_template_id_504a22fc_scoped_true_staticRenderFns = []
|
|
299973
299973
|
|
|
299974
299974
|
|
|
299975
299975
|
// CONCATENATED MODULE: ./src/components/Layer/Plotting/PlottingLayer.vue?vue&type=template&id=504a22fc&scoped=true
|
|
299976
299976
|
|
|
299977
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299977
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/Plotting/PanelOne.vue?vue&type=template&id=61bdcefb&scoped=true
|
|
299978
299978
|
var PanelOnevue_type_template_id_61bdcefb_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"mapgis-plotting-tool-panel",class:{plottingLayOff: _vm.layOffTool, plottingLayOut: _vm.layOutTool}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showTool),expression:"showTool"}],staticClass:"mapgis-plotting-toolbar"},_vm._l((_vm.tools),function(tool,index){return _c('div',{key:index,staticClass:"mapgis-plotting-tool"},[_c('img',{staticClass:"mapgis-plotting-tool-icon",class:{mapgisPlottingActive: _vm.activeTool === tool},attrs:{"src":_vm.imgs[tool + 'Image'],"title":_vm.toolTips[index]},on:{"click":function($event){return _vm.$_chooseTool(tool)}}}),_c('img',{staticClass:"mapgis-plotting-tool-split",attrs:{"src":_vm.imgs.splitImg}})])}),0),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showTool),expression:"!showTool"}],staticClass:"mapgis-plotting-tool"},[_c('img',{staticClass:"mapgis-plotting-tool-icon",attrs:{"src":_vm.layOffImg},on:{"click":function($event){return _vm.$_chooseTool('point')}}})])]),_c('div',{staticClass:"mapgis-plotting-tool-lay",class:{plottingLayOff: _vm.layOffTool, plottingLayOut: _vm.layOutTool}},[_c('img',{directives:[{name:"show",rawName:"v-show",value:(_vm.switchIcon),expression:"switchIcon"}],staticClass:"mapgis-plotting-tool-lay-off",attrs:{"src":_vm.imgs.layOff},on:{"click":_vm.$_layOff}}),_c('img',{directives:[{name:"show",rawName:"v-show",value:(!_vm.switchIcon),expression:"!switchIcon"}],staticClass:"mapgis-plotting-tool-lay-off",attrs:{"src":_vm.imgs.layOut},on:{"click":_vm.$_layOut}})])])}
|
|
299979
299979
|
var PanelOnevue_type_template_id_61bdcefb_scoped_true_staticRenderFns = []
|
|
299980
299980
|
|
|
@@ -300077,7 +300077,7 @@ var PanelOne_component = normalizeComponent(
|
|
|
300077
300077
|
)
|
|
300078
300078
|
|
|
300079
300079
|
/* harmony default export */ var PanelOne = (PanelOne_component.exports);
|
|
300080
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300080
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/Plotting/EditPanel.vue?vue&type=template&id=57ac8662&scoped=true
|
|
300081
300081
|
var EditPanelvue_type_template_id_57ac8662_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.editOptionsCopy)?_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.show),expression:"show"}],staticClass:"mapgis-plotting-edit-panel"},[_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-tool-row mapgis-plotting-edit-tool-row-title"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_c('span',{staticStyle:{"font-size":"16px","margin-left":"17px"}},[_vm._v("编辑区域")])]),_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",staticStyle:{"padding-left":"5px"},attrs:{"span":16}},[_c('img',{staticClass:"mapgis-plotting-edit-panel-close",attrs:{"src":_vm.closeImg},on:{"click":_vm.$_closePanel}})])],1),_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-tool-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_vm._v("类型 "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",staticStyle:{"padding-left":"5px"},attrs:{"span":16}},[_vm._v("\n "+_vm._s(_vm.editOptionsCopy.type)+"\n ")])],1),_vm._l((_vm.editOptionsCopy.options),function(option,index){return _c('div',{key:index},[(option.type === 'input')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-tool-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_vm._v(_vm._s(option.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input',{staticClass:"mapgis-plotting-edit-input",model:{value:(option.value),callback:function ($$v) {_vm.$set(option, "value", $$v)},expression:"option.value"}})],1)],1):_vm._e(),(option.type === 'inputNumber')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-tool-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_vm._v(_vm._s(option.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input-number',{staticClass:"mapgis-plotting-edit-input",model:{value:(option.value),callback:function ($$v) {_vm.$set(option, "value", $$v)},expression:"option.value"}})],1)],1):_vm._e(),(option.type === 'color')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-tool-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_vm._v(_vm._s(option.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('div',{staticClass:"mapgis-plotting-edit-tool-material-color"},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":option.value},on:{"update:color":function($event){return _vm.$set(option, "value", $event)},"input":_vm.$_changeMaterialColor}})],1)])],1):_vm._e(),(option.type === 'slider')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-tool-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_vm._v(_vm._s(option.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":9}},[_c('mapgis-ui-slider',{staticClass:"mapgis-plotting-edit-slider",attrs:{"min":option.min,"max":option.max,"step":option.step},model:{value:(option.value),callback:function ($$v) {_vm.$set(option, "value", $$v)},expression:"option.value"}})],1),_c('mapgis-ui-col',{attrs:{"span":7}},[_c('mapgis-ui-input-number',{staticClass:"mapgis-plotting-edit-input-slider",model:{value:(option.value),callback:function ($$v) {_vm.$set(option, "value", $$v)},expression:"option.value"}})],1)],1):_vm._e(),(option.type === 'switch')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-tool-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":10}},[_vm._v(_vm._s(option.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":14}},[_c('mapgis-ui-switch',{staticClass:"mapgis-plotting-edit-tool-switch",attrs:{"checked-children":"开","un-checked-children":"关"},on:{"change":function($event){return _vm.$_switchChange(option.fields,option.value)}},model:{value:(option.value),callback:function ($$v) {_vm.$set(option, "value", $$v)},expression:"option.value"}})],1)],1):_vm._e(),(option.type === 'collapse')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-tool-row",staticStyle:{"margin-bottom":"6px"}},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":10}},[_vm._v(_vm._s(option.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":14}},[_c('mapgis-ui-switch',{staticClass:"mapgis-plotting-edit-tool-switch",attrs:{"checked-children":"开","un-checked-children":"关"},on:{"change":function($event){return _vm.$_switchChange(option.key,option.value,option)}},model:{value:(option.value),callback:function ($$v) {_vm.$set(option, "value", $$v)},expression:"option.value"}})],1)],1),_c('div',{staticClass:"mapgis-plotting-edit-collapse",style:({maxHeight: option.height})},_vm._l((option.options),function(o,oIndex){return _c('div',{key:oIndex},[(o.type === 'inputNumber')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-collapse-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_vm._v(_vm._s(o.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input-number',{staticClass:"mapgis-plotting-edit-input",model:{value:(o.value),callback:function ($$v) {_vm.$set(o, "value", $$v)},expression:"o.value"}})],1)],1):_vm._e(),(o.type === 'input')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-collapse-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_vm._v(_vm._s(o.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-input',{staticClass:"mapgis-plotting-edit-input",model:{value:(o.value),callback:function ($$v) {_vm.$set(o, "value", $$v)},expression:"o.value"}})],1)],1):_vm._e(),(o.type === 'color')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-collapse-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_vm._v("\n "+_vm._s(o.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('div',{staticClass:"mapgis-plotting-edit-tool-material-color"},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":o.value},on:{"update:color":function($event){return _vm.$set(o, "value", $event)},"input":_vm.$_changeMaterialColor}})],1)])],1):_vm._e()],1)}),0)],1):_vm._e(),(option.type === 'select')?_c('mapgis-ui-row',{staticClass:"mapgis-plotting-edit-tool-row"},[_c('mapgis-ui-col',{staticClass:"mapgis-plotting-edit-tool-title",attrs:{"span":8}},[_vm._v(_vm._s(option.title)+" "),_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(":")])]),_c('mapgis-ui-col',{attrs:{"span":16}},[_c('mapgis-ui-select',{staticClass:"mapgis-plotting-edit-select",model:{value:(_vm.material),callback:function ($$v) {_vm.material=$$v},expression:"material"}},_vm._l((option.value),function(m,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":m}},[_vm._v("\n "+_vm._s(m)+"\n ")])}),1)],1)],1):_vm._e()],1)})],2):_vm._e()}
|
|
300082
300082
|
var EditPanelvue_type_template_id_57ac8662_scoped_true_staticRenderFns = []
|
|
300083
300083
|
|
|
@@ -300924,35 +300924,35 @@ var PlottingLayer_component = normalizeComponent(
|
|
|
300924
300924
|
)
|
|
300925
300925
|
|
|
300926
300926
|
/* harmony default export */ var PlottingLayer = (PlottingLayer_component.exports);
|
|
300927
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300927
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/MapStory/MapStory.vue?vue&type=template&id=466cdb10&scoped=true
|
|
300928
300928
|
var MapStoryvue_type_template_id_466cdb10_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-map-story-container",style:({width: _vm.containerWidth})},[_c('project-panel',{ref:"projectPanel",attrs:{"data-source":_vm.dataSourceCopy,"height":_vm.height,"width":_vm.width,"enableOneMap":_vm.enableOneMap,"models":_vm.models},on:{"changeChapter":_vm.$_changeChapter,"setCamera":_vm.$_setCamera,"save":_vm.$_save,"close":_vm.$_close,"addChapter":_vm.$_addChapter,"copyChapter":_vm.$_addChapter,"deleteChapter":_vm.$_deleteChapter,"addStory":_vm.$_addStory,"deleteStory":_vm.$_deleteStory,"changeStory":_vm.$_changeStory,"storyPreview":_vm.$_storyPreview,"chapterPreview":_vm.$_chapterPreview}}),_c('input',{staticStyle:{"display":"none"},attrs:{"type":"file","id":_vm.inputId,"accept":".json"}}),_vm._l((_vm.optArr),function(opt,index){return _c('map-collection',{key:index,attrs:{"options":opt}})}),_vm._l((_vm.projectMaps),function(opt){return _c('map-collection',{key:opt.vueIndex,attrs:{"options":opt}})}),_vm._l((_vm.popups),function(popup){return [_c('mapgis-3d-popup',{key:popup.vueIndex,attrs:{"position":{"longitude":popup.lng,"latitude":popup.lat,"height":popup.alt},"forceRender":true,"vueIndex":popup.vueIndex},model:{value:(popup.show),callback:function ($$v) {_vm.$set(popup, "show", $$v)},expression:"popup.show"}},[_c('div',[_c('div',{staticClass:"mapgis-3d-map-story-small-popup-container"},[(popup.title)?_c('div',{staticClass:"mapgis-3d-map-story-small-popup-title"},[_vm._v("\n "+_vm._s(popup.title)+"\n ")]):_vm._e(),_c('mapgis-ui-carousel',{staticClass:"mapgis-3d-map-story-small-popup-carousel",attrs:{"autoplay":""}},_vm._l((popup.images),function(image,index){return _c('div',{key:index + 10000,staticClass:"mapgis-3d-map-story-small-popup-img-div"},[_c('img',{staticClass:"mapgis-3d-map-story-small-popup-img",attrs:{"src":image,"alt":""}})])}),0),_c('div',{staticClass:"mapgis-3d-map-story-small-popup",domProps:{"innerHTML":_vm._s(popup.content)}})],1)])])]}),(!_vm.enableOneMap)?_c('mapgis-3d-preview-map-story',{directives:[{name:"show",rawName:"v-show",value:(_vm.showPreview),expression:"showPreview"}],ref:"preview",attrs:{"height":_vm.height,"width":_vm.width,"dataSource":_vm.storyDataSource},on:{"closePanel":_vm.$_closePreview}}):_vm._e()],2)}
|
|
300929
300929
|
var MapStoryvue_type_template_id_466cdb10_scoped_true_staticRenderFns = []
|
|
300930
300930
|
|
|
300931
300931
|
|
|
300932
300932
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/MapStory.vue?vue&type=template&id=466cdb10&scoped=true
|
|
300933
300933
|
|
|
300934
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300934
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/MapStory/projectPanel.vue?vue&type=template&id=a03e405a&scoped=true
|
|
300935
300935
|
var projectPanelvue_type_template_id_a03e405a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('project-panel-ui',{directives:[{name:"show",rawName:"v-show",value:(_vm.showProjectPanel),expression:"showProjectPanel"}],ref:"projectP",attrs:{"height":_vm.height,"width":_vm.width,"models":_vm.models,"data-source":_vm.dataSourceCopy,"enableImport":_vm.enableImport,"enableOneMap":_vm.enableOneMap},on:{"addMap":_vm.$_addChapterMap,"addStory":_vm.$_addStory,"deleteStory":_vm.$_deleteStory,"editProject":_vm.$_editStory,"toggleChapterFeatures":_vm.$_toggleChapterFeatures,"addChapter":_vm.$_addChapter,"copyChapter":_vm.$_copyChapter,"deleteChapter":_vm.$_deleteChapter,"changeChapter":_vm.$_changeChapter,"changeStory":_vm.$_changeStory,"storyPreview":_vm.$_storyPreview,"setCamera":_vm.$_setCamera,"selectCamera":_vm.$_selectCamera,"showProject":_vm.$_showStory,"chapterPreview":_vm.$_chapterPreview,"export":_vm.$_export,"import":_vm.$_import,"save":_vm.$_save,"close":_vm.$_close}})],1)}
|
|
300936
300936
|
var projectPanelvue_type_template_id_a03e405a_scoped_true_staticRenderFns = []
|
|
300937
300937
|
|
|
300938
300938
|
|
|
300939
300939
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/projectPanel.vue?vue&type=template&id=a03e405a&scoped=true
|
|
300940
300940
|
|
|
300941
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300941
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/MapStory/ProjectPanelUI.vue?vue&type=template&id=d96bd522&scoped=true
|
|
300942
300942
|
var ProjectPanelUIvue_type_template_id_d96bd522_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"mapgis-ui-project-panel",style:({height: _vm.height + 'px',width: _vm.width + 'px'}),on:{"click":_vm.$_click}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showStoryEdit),expression:"!showStoryEdit"}],staticClass:"mapgis-ui-project-panel-content",style:({height: _vm.height + 'px'})},[(!_vm.enableOneMap)?_c('mapgis-ui-row',{staticClass:"mapgis-ui-project-panel-back"},[_c('span',[_vm._v("\n 地图故事\n ")]),_c('mapgis-ui-svg-icon',{staticStyle:{"position":"absolute","right":"-16px","top":"0"},attrs:{"iconStyle":{width: '18px'},"type":"close"},on:{"click":_vm.$_close}})],1):_vm._e(),_c('mapgis-ui-project-header',{attrs:{"enableImport":_vm.enableImport},on:{"import":_vm.$_import,"search":_vm.$_search}}),_c('mapgis-ui-project-row',{attrs:{"projects":_vm.dataSourceCopy,"hideArr":_vm.hideArr,"width":_vm.width},on:{"editProject":_vm.$_editStory,"deleted":_vm.$_deleteStory,"export":_vm.$_export,"import":_vm.$_import,"showProjected":_vm.$_showProject,"marked":_vm.$_markerStory,"storyPreview":_vm.$_storyPreview}})],1),_c('mapgis-ui-row',{directives:[{name:"show",rawName:"v-show",value:(!_vm.showStoryEdit),expression:"!showStoryEdit"}],staticClass:"mapgis-ui-project-add-story-row"},[_c('mapgis-ui-col',{attrs:{"span":"24"}},[_c('mapgis-ui-button',{staticClass:"mapgis-ui-project-add-story",attrs:{"type":"primary"},on:{"click":_vm.$_addStory}},[_vm._v("\n 新建故事\n ")])],1)],1),_c('project-edit',{directives:[{name:"show",rawName:"v-show",value:(_vm.showStoryEdit),expression:"showStoryEdit"}],ref:"panelEdit",attrs:{"data-source":_vm.currentStory,"width":_vm.width,"height":_vm.height,"models":_vm.models,"cameras":_vm.cameras,"enableOneMap":_vm.enableOneMap},on:{"changeChapter":_vm.$_changeChapter,"changeStory":_vm.$_changeStory,"addMap":_vm.$_addMap,"setCamera":_vm.$_setCamera,"selectCamera":_vm.$_selectCamera,"toggleChapterFeatures":_vm.$_toggleChapterFeatures,"storyPreview":_vm.$_storyPreview,"chapterPreview":_vm.$_chapterPreview,"addChapter":_vm.$_addChapter,"deleteChapter":_vm.$_deleteChapter,"copyChapter":_vm.$_copyChapter,"export":_vm.$_export,"save":_vm.$_save,"back":_vm.$_back,"close":_vm.$_close}})],1)])}
|
|
300943
300943
|
var ProjectPanelUIvue_type_template_id_d96bd522_scoped_true_staticRenderFns = []
|
|
300944
300944
|
|
|
300945
300945
|
|
|
300946
300946
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/ProjectPanelUI.vue?vue&type=template&id=d96bd522&scoped=true
|
|
300947
300947
|
|
|
300948
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300948
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/MapStory/ProjectEdit.vue?vue&type=template&id=6b057ac0&scoped=true
|
|
300949
300949
|
var ProjectEditvue_type_template_id_6b057ac0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-ui-project-edit-panel",style:({height: _vm.height + 'px', width: _vm.width + 'px'}),attrs:{"id":_vm.id},on:{"click":_vm.$_clickPanel}},[(!_vm.enableOneMap)?_c('mapgis-ui-row',{staticClass:"mapgis-ui-project-edit-back"},[_c('mapgis-ui-svg-icon',{staticStyle:{"position":"absolute","left":"5px","top":"0"},attrs:{"iconStyle":{width: '18px'},"type":"back"},on:{"click":_vm.$_back}}),_c('span',{on:{"click":_vm.$_back}},[_vm._v("\n 返回上一级\n ")]),_c('mapgis-ui-svg-icon',{staticStyle:{"position":"absolute","right":"-16px","top":"0"},attrs:{"iconStyle":{width: '18px'},"type":"close"},on:{"click":_vm.$_close}})],1):_vm._e(),_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.editChapter && !_vm.showSetting),expression:"!editChapter && !showSetting"}],style:({height: _vm.height - 38 + 'px'})},[_c('div',{staticClass:"mapgis-ui-project-edit-top-bar"},[_c('mapgis-ui-row',{staticClass:"mapgis-ui-project-edit-top-tool"},[_c('mapgis-ui-col',{staticClass:"mapgis-ui-project-edit-top-left",attrs:{"span":"18"}}),_c('mapgis-ui-col',{staticClass:"mapgis-ui-project-edit-top-right",attrs:{"span":"6"}})],1),_c('mapgis-ui-row',{staticClass:"mapgis-ui-project-edit-title"},[(_vm.dataSourceCopy && _vm.dataSourceCopy.title)?_c('mapgis-ui-col',{attrs:{"span":"24"}},[_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.editTitle),expression:"!editTitle"}],staticClass:"mapgis-ui-project-edit-title-value"},[_vm._v(_vm._s(_vm.dataSourceCopy.title))]),_c('mapgis-ui-svg-icon',{directives:[{name:"show",rawName:"v-show",value:(!_vm.editTitle),expression:"!editTitle"}],staticClass:"mapgis-ui-project-edit-edit-icon mapgis-ui-project-edit-edit-icon-p",attrs:{"id":"mpEdit","iconStyle":{color: 'white'},"type":"edit"},on:{"click":_vm.$_editTitle}}),_c('mapgis-ui-input',{directives:[{name:"show",rawName:"v-show",value:(_vm.editTitle),expression:"editTitle"}],staticClass:"mapgis-ui-project-edit-title-edit",attrs:{"title":"标题","id":"mpTitle"},on:{"change":_vm.$_titleChange},model:{value:(_vm.dataSourceCopy.title),callback:function ($$v) {_vm.$set(_vm.dataSourceCopy, "title", $$v)},expression:"dataSourceCopy.title"}})],1):_vm._e()],1)],1),_c('mapgis-ui-row',[(_vm.dataSourceCopy && _vm.dataSourceCopy.chapters)?_c('mapgis-ui-feature-row',{attrs:{"width":_vm.width},on:{"editChapter":_vm.$_editChapter,"deleteChapter":_vm.$_deleteChapter},model:{value:(_vm.dataSourceCopy.chapters),callback:function ($$v) {_vm.$set(_vm.dataSourceCopy, "chapters", $$v)},expression:"dataSourceCopy.chapters"}}):_vm._e()],1)],1),(_vm.dataSourceCopy && _vm.dataSourceCopy.map)?_c('mapgis-ui-map-multi-rows',{directives:[{name:"show",rawName:"v-show",value:(_vm.showSetting),expression:"showSetting"}],attrs:{"showTitleIcon":false,"showMoreTitle":"","map":_vm.dataSourceCopy.map,"title":"附加地图"},on:{"addMap":_vm.$_addProjectMap}}):_vm._e(),_c('mapgis-ui-row',{directives:[{name:"show",rawName:"v-show",value:(!_vm.editChapter && !_vm.showSetting),expression:"!editChapter && !showSetting"}],staticClass:"mapgis-ui-project-edit-new-feature"},[_c('mapgis-ui-col',{attrs:{"span":"24"}},[_c('mapgis-ui-dropdown',[_c('mapgis-ui-menu',{attrs:{"slot":"overlay"},slot:"overlay"},[_c('mapgis-ui-menu-item',{key:"4",on:{"click":_vm.$_copyChapter}},[_vm._v("\n 复制上一章节\n ")])],1),_c('mapgis-ui-button',{staticClass:"mapgis-ui-project-edit-feature-button",on:{"click":_vm.$_addChapter}},[_vm._v("\n 新建章节\n ")])],1),_c('mapgis-ui-button',{staticClass:"mapgis-ui-project-edit-feature-preview",attrs:{"type":"primary"},on:{"click":_vm.$_storyPreview}},[_vm._v("\n 预览\n ")])],1)],1),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.editChapter),expression:"editChapter"}]},[_c('feature-edit',{ref:"featureEdit",attrs:{"data-source":_vm.currentChapter,"cameras":_vm.cameras,"height":_vm.panelHeight,"editList":_vm.editList,"enableOneMap":_vm.enableOneMap,"models":_vm.models},on:{"change":_vm.$_changeChapter,"setCamera":_vm.$_setCamera,"selectCamera":_vm.$_selectCamera,"addMap":_vm.$_addMap,"chapterPreview":_vm.$_chapterPreview,"animationTimeChanged":_vm.$_changeAnimationTime,"save":_vm.$_save}})],1)],1)}
|
|
300950
300950
|
var ProjectEditvue_type_template_id_6b057ac0_scoped_true_staticRenderFns = []
|
|
300951
300951
|
|
|
300952
300952
|
|
|
300953
300953
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/ProjectEdit.vue?vue&type=template&id=6b057ac0&scoped=true
|
|
300954
300954
|
|
|
300955
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300955
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/MapStory/FeatureEdit.vue?vue&type=template&id=4320985c
|
|
300956
300956
|
var FeatureEditvue_type_template_id_4320985c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticStyle:{"position":"relative","width":"100%"},style:({height: _vm.height - 40 + 'px'})},[(_vm.dataSourceCopy)?_c('div',{staticClass:"mapgis-ui-feature-edit-panel",style:({height: _vm.height - 85 + 'px'})},[_c('mapgis-ui-input-row-left',{attrs:{"title":"标题","paddingLeft":"7px","paddingRight":"6px","fontSize":"14px"},model:{value:(_vm.dataSourceCopy.title),callback:function ($$v) {_vm.$set(_vm.dataSourceCopy, "title", $$v)},expression:"dataSourceCopy.title"}}),_c('mapgis-ui-map-multi-rows',{directives:[{name:"show",rawName:"v-show",value:(_vm.showMoreMap),expression:"showMoreMap"}],attrs:{"showMoreTitle":_vm.showMoreTitle,"map":_vm.dataSourceCopy.map,"title":"附加地图"},on:{"showMore":_vm.$_showAdvance,"addMap":_vm.$_addMap}}),_c('mapgis-ui-set-camera-view-select',{attrs:{"showTitleIcon":false,"cameras":_vm.cameras,"titleStyle":_vm.cameraTitleStyle,"mainStyle":_vm.cameraMainStyle},on:{"click":_vm.$_setCamera,"showDetail":_vm.$_showCameraDetail,"selectCamera":_vm.$_selectCamera}}),_c('mapgis-ui-set-camera-view',{directives:[{name:"show",rawName:"v-show",value:(_vm.showCameraDetail),expression:"showCameraDetail"}],attrs:{"showTitle":false,"showButton":false,"disableInput":true},model:{value:(_vm.camera),callback:function ($$v) {_vm.camera=$$v},expression:"camera"}}),_c('mapgis-ui-input-row-left',{attrs:{"title":"漫游时间","paddingLeft":"7px","paddingRight":"5px","fontSize":"14px"},on:{"change":_vm.$_setAnimationTime},model:{value:(_vm.dataSourceCopy.animationTime),callback:function ($$v) {_vm.$set(_vm.dataSourceCopy, "animationTime", $$v)},expression:"dataSourceCopy.animationTime"}}),_c('mapgis-ui-choose-picture-right',{attrs:{"showTitleIcon":false,"useInternetImg":true,"enablePreview":false},on:{"changeImage":_vm.$_changeImage},model:{value:(_vm.dataSourceCopy.images),callback:function ($$v) {_vm.$set(_vm.dataSourceCopy, "images", $$v)},expression:"dataSourceCopy.images"}}),_c('mapgis-ui-group-tab',{staticStyle:{"padding-left":"8px"},attrs:{"title":"标绘工具"}}),(_vm.dataSourceCopy)?_c('mapgis-3d-graphic-single-layer',{ref:"graphicLayer",attrs:{"data-source":_vm.graphics,"containerStyle":_vm.graphicContainerStyle,"iconsPanelStyle":_vm.iconsPanelStyle,"enableOneMap":_vm.enableOneMap,"enableMapStory":true,"models":_vm.models,"vueIndex":_vm.dataSourceCopy.mapStoryUUID,"vueKey":_vm.dataSourceCopy.mapStoryUUID},on:{"addFeature":_vm.$_addGraphic,"saveCamera":_vm.$_setCamera,"delete":_vm.$_deleteGraphic}}):_vm._e(),_c('mapgis-ui-group-tab',{staticStyle:{"padding-left":"8px"},attrs:{"title":"富文本编辑"}}),_c('mapgis-ui-row',{staticStyle:{"width":"100%","padding-left":"8px","padding-right":"9px"}},[(_vm.editor)?_c('div',{staticClass:"editor-menu-bar-head"},[_c('editor-menu-bar',{attrs:{"editor":_vm.editor},scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
300957
300957
|
var commands = ref.commands;
|
|
300958
300958
|
return [_c('div',{staticClass:"editor-menu-bar-content"},[_c('span',{on:{"click":commands.bold}},[_c('mapgis-ui-svg-icon',{attrs:{"containerStyle":_vm.editButtonContainerStyle,"iconStyle":_vm.editButtonStyle,"title":"粗体","type":"border"}})],1),_c('span',{on:{"click":function($event){return _vm.showImagePrompt(commands.image)}}},[_c('mapgis-ui-svg-icon',{attrs:{"containerStyle":_vm.editButtonContainerStyle,"iconStyle":_vm.pictureStyle,"title":"图片","type":"picture"}})],1),_c('span',{on:{"click":commands.italic}},[_c('mapgis-ui-svg-icon',{attrs:{"containerStyle":_vm.editButtonContainerStyle,"iconStyle":_vm.editButtonStyle,"title":"斜体","type":"italic"}})],1),_c('span',{on:{"click":commands.strike}},[_c('mapgis-ui-svg-icon',{attrs:{"containerStyle":_vm.editButtonContainerStyle,"iconStyle":_vm.editButtonStyle,"title":"删除线","type":"strike"}})],1),_c('span',{on:{"click":commands.underline}},[_c('mapgis-ui-svg-icon',{attrs:{"containerStyle":_vm.editButtonContainerStyle,"iconStyle":_vm.editButtonStyle,"title":"下划线","type":"underline"}})],1),_c('span',{on:{"click":commands.bullet_list}},[_c('mapgis-ui-svg-icon',{attrs:{"containerStyle":_vm.editButtonContainerStyle,"iconStyle":_vm.editButtonStyle,"title":"无序列表","type":"ul"}})],1),_c('span',{on:{"click":commands.ordered_list}},[_c('mapgis-ui-svg-icon',{attrs:{"containerStyle":_vm.editButtonContainerStyle,"iconStyle":_vm.editButtonStyle,"title":"有序列表","type":"ol"}})],1),_c('span',{on:{"click":commands.blockquote}},[_c('mapgis-ui-svg-icon',{attrs:{"containerStyle":_vm.editButtonContainerStyle,"iconStyle":_vm.editButtonStyle,"title":"引用","type":"quote"}})],1),_c('span',{on:{"click":commands.code}},[_c('mapgis-ui-svg-icon',{attrs:{"containerStyle":_vm.editButtonContainerStyle,"iconStyle":_vm.editButtonStyle,"title":"代码","type":"code"}})],1)])]}}],null,false,2024380830)}),_c('editor-content',{staticClass:"mapgis-3d-map-story-edit-container",attrs:{"editor":_vm.editor}})],1):_vm._e()])],1):_vm._e(),(_vm.dataSourceCopy)?_c('mapgis-ui-project-bottom-panel',{staticClass:"mapgis-ui-feature-edit-bottom",attrs:{"enableSave":false},on:{"save":_vm.$_save,"preview":_vm.$_preview}}):_vm._e()],1)])}
|
|
@@ -324617,7 +324617,7 @@ var projectPanel_component = normalizeComponent(
|
|
|
324617
324617
|
)
|
|
324618
324618
|
|
|
324619
324619
|
/* harmony default export */ var projectPanel = (projectPanel_component.exports);
|
|
324620
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
324620
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/MapStory/mapCollection.vue?vue&type=template&id=1fa4305b&scoped=true
|
|
324621
324621
|
var mapCollectionvue_type_template_id_1fa4305b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.optionsCopy.type === 'WMS')?_c('mapgis-3d-ogc-wms-layer',{attrs:{"baseUrl":_vm.optionsCopy.baseUrl,"layers":_vm.optionsCopy.layers,"vueKey":_vm.optionsCopy.vueKey,"vueIndex":_vm.optionsCopy.vueIndex}}):_vm._e(),(_vm.optionsCopy.type === 'TILE')?_c('mapgis-3d-igs-tile-layer',{attrs:{"baseUrl":_vm.optionsCopy.baseUrl,"tilingScheme":_vm.optionsCopy.tilingScheme,"vueKey":_vm.optionsCopy.vueKey,"vueIndex":_vm.optionsCopy.vueIndex}}):_vm._e(),(_vm.optionsCopy.type === 'DYNAMIC')?_c('mapgis-3d-igs-dynamic-layer',{attrs:{"baseUrl":_vm.optionsCopy.baseUrl,"gdbps":_vm.optionsCopy.gdbps,"vueKey":_vm.optionsCopy.vueKey,"vueIndex":_vm.optionsCopy.vueIndex}}):_vm._e(),(_vm.optionsCopy.type === 'DOC')?_c('mapgis-3d-igs-doc-layer',{attrs:{"baseUrl":_vm.optionsCopy.baseUrl,"layers":_vm.optionsCopy.layers,"vueKey":_vm.optionsCopy.vueKey,"vueIndex":_vm.optionsCopy.vueIndex}}):_vm._e(),(_vm.optionsCopy.type === 'WMTS')?_c('mapgis-3d-ogc-wmts-layer',{attrs:{"baseUrl":_vm.optionsCopy.baseUrl,"wmtsLayer":_vm.optionsCopy.layer,"tileMatrixSet":_vm.optionsCopy.tileMatrixSet,"tilingScheme":_vm.optionsCopy.tilingScheme,"format":_vm.optionsCopy.format,"vueKey":_vm.optionsCopy.vueKey,"vueIndex":_vm.optionsCopy.vueIndex}}):_vm._e()],1)}
|
|
324622
324622
|
var mapCollectionvue_type_template_id_1fa4305b_scoped_true_staticRenderFns = []
|
|
324623
324623
|
|
|
@@ -325337,7 +325337,7 @@ var MapStory_component = normalizeComponent(
|
|
|
325337
325337
|
)
|
|
325338
325338
|
|
|
325339
325339
|
/* harmony default export */ var MapStory = (MapStory_component.exports);
|
|
325340
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325340
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/MapStory/PreviewMapStory.vue?vue&type=template&id=76fca89a&scoped=true
|
|
325341
325341
|
var PreviewMapStoryvue_type_template_id_76fca89a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('mapgis-ui-story-panel-large',{ref:"storyPanel",attrs:{"showArrow":_vm.enableArrow,"showPlay":_vm.enablePlay,"dataSource":_vm.storyFeature,"height":_vm.panelHeight,"width":_vm.width,"enableFullScreen":_vm.enableFullScreen,"enableClose":_vm.enableClose},on:{"closePanel":_vm.$_closePanel,"flyTo":_vm.$_flyTo,"play":_vm.$_preview}}),_vm._l((_vm.optArr),function(opt,index){return _c('map-collection',{key:index,attrs:{"options":opt}})}),(_vm.projectMap)?_c('map-collection',{attrs:{"options":_vm.projectMap}}):_vm._e()],2)}
|
|
325342
325342
|
var PreviewMapStoryvue_type_template_id_76fca89a_scoped_true_staticRenderFns = []
|
|
325343
325343
|
|
|
@@ -325530,7 +325530,7 @@ var PreviewMapStory_component = normalizeComponent(
|
|
|
325530
325530
|
)
|
|
325531
325531
|
|
|
325532
325532
|
/* harmony default export */ var PreviewMapStory = (PreviewMapStory_component.exports);
|
|
325533
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325533
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/simulation/CityGrow/CityGrow.vue?vue&type=template&id=1c0f10b8&scoped=true
|
|
325534
325534
|
var CityGrowvue_type_template_id_1c0f10b8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-plot-timeline',{attrs:{"curTimeWidth":_vm.curTimeWidth,"max":_vm.maxSlider,"min":_vm.minSlider,"speed":_vm.speedValue,"speedStep":1,"minSpeed":_vm.minSpeed,"maxSpeed":_vm.maxSpeed,"interval":_vm.growInterval,"intervalOptions":_vm.dataFields,"tipFormatter":_vm.formatter,"currentTime":String(_vm.formatDate(_vm.sliderValue)),"forwardActive":_vm.playBtn,"backActive":_vm.backBtn,"pauseActive":_vm.suspendBtn,"enableStart":false,"enableEnd":false,"disableBackward":true,"disableForward":true,"disablePause":true,"loop":true},on:{"backward":_vm.backSetting,"pause":_vm.suspendSetting,"forward":_vm.playSetting,"intervalChange":_vm.onFieldChange,"speedChange":_vm.onChange,"change":_vm.onSliderChange},model:{value:(_vm.sliderValue),callback:function ($$v) {_vm.sliderValue=$$v},expression:"sliderValue"}})}
|
|
325535
325535
|
var CityGrowvue_type_template_id_1c0f10b8_scoped_true_staticRenderFns = []
|
|
325536
325536
|
|
|
@@ -325929,7 +325929,7 @@ var CityGrow_component = normalizeComponent(
|
|
|
325929
325929
|
)
|
|
325930
325930
|
|
|
325931
325931
|
/* harmony default export */ var CityGrow = (CityGrow_component.exports);
|
|
325932
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325932
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/simulation/CityGrow/CityGrowOptions.vue?vue&type=template&id=91fc36a0&scoped=true
|
|
325933
325933
|
var CityGrowOptionsvue_type_template_id_91fc36a0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"mapgis-city-grow-options"},[_c('mapgis-ui-select-panel',{attrs:{"label":"开始时间字段","labelCol":24,"wrapperCol":24,"selectOptions":_vm.dataFields,"disabled":_vm.isDisabled},on:{"change":function (val) { return _vm.onFieldChange(val, 'startTimeField'); }},model:{value:(_vm.featureStyle.startTimeField),callback:function ($$v) {_vm.$set(_vm.featureStyle, "startTimeField", $$v)},expression:"featureStyle.startTimeField"}}),_c('mapgis-ui-select-panel',{attrs:{"label":"结束时间字段","labelCol":24,"wrapperCol":24,"selectOptions":_vm.dataFields,"disabled":_vm.isDisabled,"placeholder":_vm.placeholder},on:{"change":function (val) { return _vm.onFieldChange(val, 'endTimeField'); }},model:{value:(_vm.featureStyle.endTimeField),callback:function ($$v) {_vm.$set(_vm.featureStyle, "endTimeField", $$v)},expression:"featureStyle.endTimeField"}}),_c('mapgis-ui-select-panel',{attrs:{"label":"高程字段","labelCol":24,"wrapperCol":24,"selectOptions":_vm.dataFields,"disabled":_vm.isDisabled,"placeholder":_vm.placeholder},on:{"change":function (val) { return _vm.onFieldChange(val, 'heightField'); }},model:{value:(_vm.featureStyle.heightField),callback:function ($$v) {_vm.$set(_vm.featureStyle, "heightField", $$v)},expression:"featureStyle.heightField"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"高程比","placeholder":_vm.placeholder},on:{"change":function (val) { return _vm.onHeightScale(val, 'heightRatio'); }},model:{value:(_vm.featureStyle.heightRatio),callback:function ($$v) {_vm.$set(_vm.featureStyle, "heightRatio", $$v)},expression:"featureStyle.heightRatio"}}),_c('mapgis-ui-switch-panel',{attrs:{"size":"small","labelCol":{ span: 3 },"wrapperCol":{ span: 20 },"layout":"horizontal","label":"建筑生长","checked":_vm.featureStyle.isGrowHeight},on:{"changeChecked":_vm.changeGrowHeight}}),_c('mapgis-ui-range-picker',{staticStyle:{"margin":"8px 0"},on:{"change":_vm.onDateChange},model:{value:(_vm.dataRange),callback:function ($$v) {_vm.dataRange=$$v},expression:"dataRange"}}),(_vm.colorsCopy.length > 0)?_c('mapgis-ui-colors-setting',{staticStyle:{"margin-top":"8px"},attrs:{"rangeField":'时间段'},on:{"change":_vm.colorChanged,"input":_vm.colorInput},model:{value:(_vm.colorsCopy),callback:function ($$v) {_vm.colorsCopy=$$v},expression:"colorsCopy"}}):_vm._e()],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.onCommitOptions}},[_vm._v("\n 确认\n ")]),_c('mapgis-ui-button',{attrs:{"disabled":_vm.disabled},on:{"click":_vm.remove}},[_vm._v("取消")])],1)],1)}
|
|
325934
325934
|
var CityGrowOptionsvue_type_template_id_91fc36a0_scoped_true_staticRenderFns = []
|
|
325935
325935
|
|
|
@@ -326403,7 +326403,7 @@ var CityGrowOptions_component = normalizeComponent(
|
|
|
326403
326403
|
)
|
|
326404
326404
|
|
|
326405
326405
|
/* harmony default export */ var CityGrowOptions = (CityGrowOptions_component.exports);
|
|
326406
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
326406
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/simulation/PondingSimulation.vue?vue&type=template&id=308ee621&scoped=true
|
|
326407
326407
|
var PondingSimulationvue_type_template_id_308ee621_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-ponding-simulation"},[_c('div',{staticClass:"mapgis-3d-ponding-simulation-content"},[_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}}),_c('mapgis-ui-input-number-panel',{attrs:{"label":"日降雨量(毫米)","size":"large","range":[0, 2000],"rangeShow":true,"step":10,"slider":true},model:{value:(_vm.rainFall),callback:function ($$v) {_vm.rainFall=$$v},expression:"rainFall"}}),_c('mapgis-ui-form',{attrs:{"layout":_vm.layout}},[_c('mapgis-ui-form-item',{attrs:{"label":"降雨等级"}},[_c('mapgis-ui-select',{model:{value:(_vm.rainOption),callback:function ($$v) {_vm.rainOption=$$v},expression:"rainOption"}},[_c('mapgis-ui-select-option',{attrs:{"value":0}},[_vm._v("\n 小雨\n ")]),_c('mapgis-ui-select-option',{attrs:{"value":1}},[_vm._v("\n 中雨\n ")]),_c('mapgis-ui-select-option',{attrs:{"value":2}},[_vm._v("\n 大雨\n ")]),_c('mapgis-ui-select-option',{attrs:{"value":3}},[_vm._v("\n 暴雨\n ")])],1)],1)],1),_c('mapgis-3d-draw',{attrs:{"drawStyle":_vm.drawStyleCopy,"enableControl":_vm.enableControl},on:{"drawCreate":_vm.handleDrawCreate,"load":_vm.handleDrawLoad}},[_c('mapgis-ui-group-tab',{attrs:{"title":"仿真区域"}}),_c('mapgis-ui-radio-group',{staticClass:"padding",model:{value:(_vm.radioValue),callback:function ($$v) {_vm.radioValue=$$v},expression:"radioValue"}},[_c('mapgis-ui-radio',{attrs:{"value":1}},[_vm._v("绘制区域")]),_c('mapgis-ui-radio',{attrs:{"value":2}},[_vm._v("输入区域")])],1),(_vm.radioValue === 1)?_c('div',{staticClass:"padding"},_vm._l((_vm.draws),function(item,i){return _c('mapgis-ui-tooltip',{key:i,attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(item.tip))])]),_c('mapgis-ui-button',{class:item.className,staticStyle:{"margin":"0 8px"},attrs:{"shape":"circle","type":item.type},on:{"click":item.click}},[_c('mapgis-ui-iconfont',{class:item.className,attrs:{"type":item.icon,"theme":"filled"}})],1)],2)}),1):_vm._e(),(_vm.radioValue === 2)?_c('div',[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"圆心"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"placeholder":"经度","allow-clear":""},model:{value:(_vm.circleCenter.longitude),callback:function ($$v) {_vm.$set(_vm.circleCenter, "longitude", _vm._n($$v))},expression:"circleCenter.longitude"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"经度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-xzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"placeholder":"纬度","allow-clear":""},model:{value:(_vm.circleCenter.latitude),callback:function ($$v) {_vm.$set(_vm.circleCenter, "latitude", _vm._n($$v))},expression:"circleCenter.latitude"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"纬度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-yzhouyidong"}})],1)],1)],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"半径"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米"},model:{value:(_vm.radius),callback:function ($$v) {_vm.radius=_vm._n($$v)},expression:"radius"}})],1)],1)],1):_vm._e()],1),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"详细参数"},model:{value:(_vm.showDetailPara),callback:function ($$v) {_vm.showDetailPara=$$v},expression:"showDetailPara"}},[_c('mapgis-ui-group-tab',{attrs:{"title":"积水参数设置"}}),_c('mapgis-ui-color-pick-panel',{attrs:{"label":"积水颜色","color":_vm.floodColorCopy,"disableAlpha":false,"labelCol":24,"wrapperCol":24},on:{"input":function (val) { return (_vm.floodColorCopy = "rgba(" + (val.rgba.r) + "," + (val.rgba.g) + "," + (val.rgba.b) + "," + (val.rgba.a) + ")"); }}}),_c('mapgis-ui-input-number-panel',{attrs:{"label":"排水体积(m³)","size":"large","range":[0, _vm.drainageVolMax],"rangeShow":true,"step":1,"slider":true},model:{value:(_vm.drainageVol),callback:function ($$v) {_vm.drainageVol=$$v},expression:"drainageVol"}}),_c('mapgis-ui-group-tab',{attrs:{"title":"雨参数设置"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"雨角度","range":[-30, 30],"step":10,"slider":true},model:{value:(_vm.angle),callback:function ($$v) {_vm.angle=$$v},expression:"angle"}})],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-tooltip',{attrs:{"placement":"bottom"}},[_c('template',{slot:"title"},[_c('span',[_vm._v("重现积水上涨效果")])]),_c('mapgis-ui-iconfont',{directives:[{name:"show",rawName:"v-show",value:(_vm.isSimulation),expression:"isSimulation"}],staticClass:"redo-button-style",attrs:{"type":"mapgis-revision"},on:{"click":_vm.addSimulation}})],2),_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.simulation}},[_vm._v("开始")]),_c('mapgis-ui-button',{on:{"click":_vm.stopSimulation}},[_vm._v("清除")])],1),_c('mapgis-ui-mask',{attrs:{"loading":_vm.maskShow,"parentDivClass":'cesium-map-wrapper',"text":_vm.maskText}})],1)}
|
|
326408
326408
|
var PondingSimulationvue_type_template_id_308ee621_scoped_true_staticRenderFns = []
|
|
326409
326409
|
|
|
@@ -327389,7 +327389,7 @@ var PondingSimulation_component = normalizeComponent(
|
|
|
327389
327389
|
)
|
|
327390
327390
|
|
|
327391
327391
|
/* harmony default export */ var PondingSimulation = (PondingSimulation_component.exports);
|
|
327392
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
327392
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/simulation/PondingSimulation/PondingSimulationTimeline.vue?vue&type=template&id=35739fb2
|
|
327393
327393
|
var PondingSimulationTimelinevue_type_template_id_35739fb2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"ponding-simuilation-timeline"},[_c('mapgis-ui-plot-timeline',{ref:"timeline",attrs:{"duration":_vm.pondingTime,"interval":_vm.intvl,"speed":_vm.multiSpeedCopy,"speedStep":_vm.speedStep,"maxSpeed":60,"intervalOptions":_vm.intvlOptions,"intervalPlaceholder":_vm.intvlPlaceholder,"currentTime":_vm.crtTime,"curTimeWidth":_vm.curTimeWidth,"pauseActive":!_vm.playing,"forwardActive":_vm.playing,"enableStart":false,"enableBack":false,"enableEnd":false,"disablePause":true,"disableForward":_vm.noForward},on:{"forward":_vm.play,"intervalChange":_vm.intvlChange,"speedChange":_vm.spdChange},model:{value:(_vm.sliderValue),callback:function ($$v) {_vm.sliderValue=$$v},expression:"sliderValue"}})],1)}
|
|
327394
327394
|
var PondingSimulationTimelinevue_type_template_id_35739fb2_staticRenderFns = []
|
|
327395
327395
|
|
|
@@ -327589,7 +327589,7 @@ var PondingSimulationTimeline_component = normalizeComponent(
|
|
|
327589
327589
|
)
|
|
327590
327590
|
|
|
327591
327591
|
/* harmony default export */ var PondingSimulationTimeline = (PondingSimulationTimeline_component.exports);
|
|
327592
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
327592
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/simulation/BuildingGrow.vue?vue&type=template&id=4d1b9edf&scoped=true
|
|
327593
327593
|
var BuildingGrowvue_type_template_id_4d1b9edf_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('mapgis-ui-card',{staticClass:"mapgis-city-grow",style:({ width: (_vm.width + "px") }),attrs:{"size":"small","hoverable":""}},[(_vm.enableSteps)?_c('mapgis-ui-slider',{style:({ width: _vm.width }),attrs:{"tip-formatter":_vm.formatter,"min":_vm.minSlider,"max":_vm.maxSlider,"marks":_vm.marks,"step":_vm.stepsCopy},on:{"change":_vm.onSliderChange},model:{value:(_vm.sliderValue),callback:function ($$v) {_vm.sliderValue=$$v},expression:"sliderValue"}}):_c('mapgis-ui-slider',{style:({ width: _vm.width }),attrs:{"tip-formatter":_vm.formatter,"min":_vm.minSlider,"max":_vm.maxSlider,"marks":_vm.marks,"step":null},on:{"change":_vm.onSliderChange},model:{value:(_vm.sliderValue),callback:function ($$v) {_vm.sliderValue=$$v},expression:"sliderValue"}}),(_vm.startTimeCopy !== '')?_c('span',{staticClass:"mapgis-city-grow-starttime"},[_vm._v("起始时间:"+_vm._s(_vm.startTimeCopy))]):_vm._e(),_c('div',{staticClass:"mapgis-city-grow-toolbar"},[_c('mapgis-ui-tooltip',[_c('template',{slot:"title"},[_vm._v("\n 跳转至开头\n ")]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-chevrons-left"},on:{"!click":function($event){$event.stopPropagation();return _vm.JumpToBegin.apply(null, arguments)}}})],2),_c('mapgis-ui-tooltip',[_c('template',{slot:"title"},[_vm._v("\n 快退一步\n ")]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-chevron-left"},on:{"!click":function($event){$event.stopPropagation();return _vm.stepBack.apply(null, arguments)}}})],2),(!_vm.isStartGrow)?_c('mapgis-ui-iconfont',{staticClass:"mapgis-city-grow-toolbar-main",attrs:{"type":"mapgis-play-circle-fill"},on:{"!click":function($event){$event.stopPropagation();return _vm.startGrow.apply(null, arguments)}}}):_c('mapgis-ui-iconfont',{staticClass:"mapgis-city-grow-toolbar-main",attrs:{"type":"mapgis-zanting"},on:{"!click":function($event){$event.stopPropagation();return _vm.stopGrow.apply(null, arguments)}}}),_c('mapgis-ui-tooltip',[_c('template',{slot:"title"},[_vm._v("\n 快进一步\n ")]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-chevron-right"},on:{"!click":function($event){$event.stopPropagation();return _vm.stepForward.apply(null, arguments)}}})],2),_c('mapgis-ui-tooltip',[_c('template',{slot:"title"},[_vm._v("\n 跳转至结尾\n ")]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-chevrons-right"},on:{"!click":function($event){$event.stopPropagation();return _vm.JumpToEnd.apply(null, arguments)}}})],2)],1),(_vm.endTimeCopy !== '')?_c('span',{staticClass:"mapgis-city-grow-endtime"},[_vm._v("结束时间:"+_vm._s(_vm.endTimeCopy))]):_vm._e()],1)],1)}
|
|
327594
327594
|
var BuildingGrowvue_type_template_id_4d1b9edf_scoped_true_staticRenderFns = []
|
|
327595
327595
|
|
|
@@ -328260,7 +328260,7 @@ var BuildingGrow_component = normalizeComponent(
|
|
|
328260
328260
|
)
|
|
328261
328261
|
|
|
328262
328262
|
/* harmony default export */ var BuildingGrow = (BuildingGrow_component.exports);
|
|
328263
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328263
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/simulation/Wind3D/Wind3D.vue?vue&type=template&id=595e4983
|
|
328264
328264
|
var Wind3Dvue_type_template_id_595e4983_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('mapgis-ui-group-tab',{attrs:{"title":"服务地址","id":"title-space","hasBottomMargin":false}}),_c('mapgis-ui-form-model-item',[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-input',{model:{value:(_vm.baseUrl),callback:function ($$v) {_vm.baseUrl=$$v},expression:"baseUrl"}})],1)],1)],1),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"最大粒子数","range":[_vm.minParticlesNumber, _vm.maxParticlesNumber],"step":_vm.particlesNumberStep},on:{"change":_vm.setParticlesNumber},model:{value:(_vm.particlesNumber),callback:function ($$v) {_vm.particlesNumber=$$v},expression:"particlesNumber"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"拖尾透明度","range":[_vm.minFadeOpacity, _vm.maxFadeOpacity],"step":_vm.fadeOpacityStep},on:{"change":_vm.setFadeOpacity},model:{value:(_vm.fadeOpacity),callback:function ($$v) {_vm.fadeOpacity=$$v},expression:"fadeOpacity"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"粒子速度因子","range":[_vm.minSpeedFactor, _vm.maxSpeedFactor],"step":_vm.speedFactorStep},on:{"change":_vm.setSpeedFactor},model:{value:(_vm.speedFactor),callback:function ($$v) {_vm.speedFactor=$$v},expression:"speedFactor"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"线宽","range":[_vm.minLineWidth, _vm.maxLineWidth],"step":_vm.lineWidthStep},on:{"change":_vm.setLineWidth},model:{value:(_vm.lineWidth),callback:function ($$v) {_vm.lineWidth=$$v},expression:"lineWidth"}}),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.addWind}},[_vm._v("\n 添加风场\n ")]),_c('mapgis-ui-button',{on:{"click":_vm.removeWind}},[_vm._v("\n 移除风场\n ")])],1)],1)}
|
|
328265
328265
|
var Wind3Dvue_type_template_id_595e4983_staticRenderFns = []
|
|
328266
328266
|
|
|
@@ -328669,7 +328669,7 @@ var Wind3D_component = normalizeComponent(
|
|
|
328669
328669
|
)
|
|
328670
328670
|
|
|
328671
328671
|
/* harmony default export */ var Wind3D = (Wind3D_component.exports);
|
|
328672
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328672
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/3DPlot/Plot.vue?vue&type=template&id=5b11fb10&scoped=true
|
|
328673
328673
|
var Plotvue_type_template_id_5b11fb10_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-plot"},[_vm._t("symbol",function(){return [(_vm.symbolData)?_c('mapgis-ui-plot-symbol',{staticClass:"mapgis-3d-plot-panel",attrs:{"data":_vm.symbolData,"format":true,"baseUrl":_vm.baseUrl,"useIGS":_vm.useIGS},on:{"click":_vm.clickIcon,"search":_vm.searchIcon}}):_vm._e()]},{"data":_vm.symbolData,"format":true,"click":_vm.clickIcon,"search":_vm.searchIcon,"baseUrl":_vm.baseUrl}),(_vm.showStylePanel)?_c('mapgis-ui-plot-attribute',{class:['plot-panel-attribute', 'mapgis-3d-plot-panel'],attrs:{"baseUrl":_vm.baseUrl,"symbolType":_vm.symbolType,"attributeConfig":_vm.styleAttributesUIConfig},on:{"changeComponentStyle":_vm.changeStyle,"changeStyle":_vm.changeStyle},model:{value:(_vm.styleData),callback:function ($$v) {_vm.styleData=$$v},expression:"styleData"}}):_vm._e()],2)}
|
|
328674
328674
|
var Plotvue_type_template_id_5b11fb10_scoped_true_staticRenderFns = []
|
|
328675
328675
|
|
|
@@ -329207,7 +329207,7 @@ var Plot_component = normalizeComponent(
|
|
|
329207
329207
|
)
|
|
329208
329208
|
|
|
329209
329209
|
/* harmony default export */ var Plot = (Plot_component.exports);
|
|
329210
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
329210
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/3DPlot/Plot3DLink.vue?vue&type=template&id=0b8a9147&scoped=true
|
|
329211
329211
|
var Plot3DLinkvue_type_template_id_0b8a9147_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
329212
329212
|
var Plot3DLinkvue_type_template_id_0b8a9147_scoped_true_staticRenderFns = []
|
|
329213
329213
|
|
|
@@ -329323,7 +329323,7 @@ var Plot3DLink_component = normalizeComponent(
|
|
|
329323
329323
|
)
|
|
329324
329324
|
|
|
329325
329325
|
/* harmony default export */ var Plot3DLink = (Plot3DLink_component.exports);
|
|
329326
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
329326
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/3DPlot/PlotLayer.vue?vue&type=template&id=78564baa
|
|
329327
329327
|
var PlotLayervue_type_template_id_78564baa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
329328
329328
|
var PlotLayervue_type_template_id_78564baa_staticRenderFns = []
|
|
329329
329329
|
|
|
@@ -329639,7 +329639,7 @@ var PlotLayer_component = normalizeComponent(
|
|
|
329639
329639
|
)
|
|
329640
329640
|
|
|
329641
329641
|
/* harmony default export */ var PlotLayer = (PlotLayer_component.exports);
|
|
329642
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
329642
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-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/Layer/3DPlot/PlotAnimation.vue?vue&type=template&id=77878d42&scoped=true
|
|
329643
329643
|
var PlotAnimationvue_type_template_id_77878d42_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-plot-animation"},[(_vm.scriptListCopy && _vm.showScriptList)?_c('mapgis-ui-plot-script-list',{staticClass:"mapgis-3d-plot-animation-panel",attrs:{"scriptList":_vm.scriptListCopy},on:{"play":_vm.playScript,"click":_vm.clickList,"edit":_vm.editList,"addScript":_vm.addList,"remove":_vm.removeList,"import":_vm.importList,"export":_vm.exportList,"save":_vm.saveList}}):_vm._e(),(!_vm.showScriptList)?_c('mapgis-ui-plot-script',{staticClass:"mapgis-3d-plot-animation-panel",attrs:{"script":_vm.scriptListCopy[_vm.activeIndex],"plotId":_vm.plotId,"attrsItemOptions":_vm.attrsItemOptions,"attrsItemColorOptions":_vm.attrsItemColorOptions,"vueKey":_vm.vueKey,"vueIndex":_vm.vueIndex,"is3dLayer":true},on:{"return":function (e) {
|
|
329644
329644
|
_vm.showScriptList = e;
|
|
329645
329645
|
_vm.$emit('save', _vm.scriptListCopy[_vm.activeIndex]);
|