@mapgis/webclient-vue-cesium 17.4.0 → 17.4.2
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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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":"105a93e7-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=7746a780
|
|
121325
121325
|
var IgsDocLayervue_type_template_id_7746a780_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_7746a780_staticRenderFns = []
|
|
121327
121327
|
|
|
@@ -122241,7 +122241,7 @@ var IgsDocLayer_component = normalizeComponent(
|
|
|
122241
122241
|
)
|
|
122242
122242
|
|
|
122243
122243
|
/* harmony default export */ var IgsDocLayer = (IgsDocLayer_component.exports);
|
|
122244
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122244
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
122245
122245
|
var IgsTileLayervue_type_template_id_72a0b7f9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122246
122246
|
var IgsTileLayervue_type_template_id_72a0b7f9_staticRenderFns = []
|
|
122247
122247
|
|
|
@@ -122321,7 +122321,7 @@ var IgsTileLayer_component = normalizeComponent(
|
|
|
122321
122321
|
)
|
|
122322
122322
|
|
|
122323
122323
|
/* harmony default export */ var IgsTileLayer = (IgsTileLayer_component.exports);
|
|
122324
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122324
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
122325
122325
|
var BaseRasterLayervue_type_template_id_048cf286_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122326
122326
|
var BaseRasterLayervue_type_template_id_048cf286_staticRenderFns = []
|
|
122327
122327
|
|
|
@@ -122537,7 +122537,7 @@ var BaseRasterLayer_component = normalizeComponent(
|
|
|
122537
122537
|
)
|
|
122538
122538
|
|
|
122539
122539
|
/* harmony default export */ var BaseRasterLayer = (BaseRasterLayer_component.exports);
|
|
122540
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122540
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
122541
122541
|
var RasterTileLayervue_type_template_id_346b495a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122542
122542
|
var RasterTileLayervue_type_template_id_346b495a_staticRenderFns = []
|
|
122543
122543
|
|
|
@@ -122677,7 +122677,7 @@ var RasterTileLayer_component = normalizeComponent(
|
|
|
122677
122677
|
)
|
|
122678
122678
|
|
|
122679
122679
|
/* harmony default export */ var RasterTileLayer = (RasterTileLayer_component.exports);
|
|
122680
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122680
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
122681
122681
|
var OGCWFSLayervue_type_template_id_6542a4be_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122682
122682
|
var OGCWFSLayervue_type_template_id_6542a4be_staticRenderFns = []
|
|
122683
122683
|
|
|
@@ -122972,7 +122972,7 @@ var OGCWFSLayer_component = normalizeComponent(
|
|
|
122972
122972
|
)
|
|
122973
122973
|
|
|
122974
122974
|
/* harmony default export */ var OGCWFSLayer = (OGCWFSLayer_component.exports);
|
|
122975
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122975
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=511cf855
|
|
122976
122976
|
var OGCWMTSLayervue_type_template_id_511cf855_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122977
122977
|
var OGCWMTSLayervue_type_template_id_511cf855_staticRenderFns = []
|
|
122978
122978
|
|
|
@@ -123164,7 +123164,7 @@ var OGCWMTSLayer_component = normalizeComponent(
|
|
|
123164
123164
|
)
|
|
123165
123165
|
|
|
123166
123166
|
/* harmony default export */ var OGCWMTSLayer = (OGCWMTSLayer_component.exports);
|
|
123167
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123167
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
123168
123168
|
var OGCWMSLayervue_type_template_id_39c5713a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123169
123169
|
var OGCWMSLayervue_type_template_id_39c5713a_staticRenderFns = []
|
|
123170
123170
|
|
|
@@ -123314,7 +123314,7 @@ var OGCWMSLayer_component = normalizeComponent(
|
|
|
123314
123314
|
)
|
|
123315
123315
|
|
|
123316
123316
|
/* harmony default export */ var OGCWMSLayer = (OGCWMSLayer_component.exports);
|
|
123317
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123317
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
123318
123318
|
var OGCReveserWMSLayervue_type_template_id_3c4de97e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123319
123319
|
var OGCReveserWMSLayervue_type_template_id_3c4de97e_staticRenderFns = []
|
|
123320
123320
|
|
|
@@ -123442,7 +123442,7 @@ var OGCReveserWMSLayer_component = normalizeComponent(
|
|
|
123442
123442
|
)
|
|
123443
123443
|
|
|
123444
123444
|
/* harmony default export */ var OGCReveserWMSLayer = (OGCReveserWMSLayer_component.exports);
|
|
123445
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123445
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
123446
123446
|
var IgsDynamicLayervue_type_template_id_43979c68_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123447
123447
|
var IgsDynamicLayervue_type_template_id_43979c68_staticRenderFns = []
|
|
123448
123448
|
|
|
@@ -123547,7 +123547,7 @@ var IgsDynamicLayer_component = normalizeComponent(
|
|
|
123547
123547
|
)
|
|
123548
123548
|
|
|
123549
123549
|
/* harmony default export */ var IgsDynamicLayer = (IgsDynamicLayer_component.exports);
|
|
123550
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123550
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
123551
123551
|
var IgsVector3dLayervue_type_template_id_e6a44488_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123552
123552
|
var IgsVector3dLayervue_type_template_id_e6a44488_staticRenderFns = []
|
|
123553
123553
|
|
|
@@ -123661,7 +123661,7 @@ var IgsVector3dLayer_component = normalizeComponent(
|
|
|
123661
123661
|
)
|
|
123662
123662
|
|
|
123663
123663
|
/* harmony default export */ var IgsVector3dLayer = (IgsVector3dLayer_component.exports);
|
|
123664
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123664
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
123665
123665
|
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()])}
|
|
123666
123666
|
var IgsFeatureLayervue_type_template_id_06c7d1e6_scoped_true_staticRenderFns = []
|
|
123667
123667
|
|
|
@@ -124023,7 +124023,7 @@ function PopupMixin_toPrimitive(t, r) { if ("object" != PopupMixin_typeof(t) ||
|
|
|
124023
124023
|
$_handleProjectScreen: function $_handleProjectScreen() {}
|
|
124024
124024
|
}
|
|
124025
124025
|
});
|
|
124026
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
124026
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
124027
124027
|
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)}
|
|
124028
124028
|
var Popupvue_type_template_id_58ea2102_staticRenderFns = []
|
|
124029
124029
|
|
|
@@ -124827,7 +124827,7 @@ var Popup_component = normalizeComponent(
|
|
|
124827
124827
|
)
|
|
124828
124828
|
|
|
124829
124829
|
/* harmony default export */ var Popup = (Popup_component.exports);
|
|
124830
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
124830
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
124831
124831
|
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()])}
|
|
124832
124832
|
var Popupvue_type_template_id_8b918720_scoped_true_staticRenderFns = []
|
|
124833
124833
|
|
|
@@ -126014,7 +126014,7 @@ var IgsFeatureLayer_component = normalizeComponent(
|
|
|
126014
126014
|
)
|
|
126015
126015
|
|
|
126016
126016
|
/* harmony default export */ var IgsFeatureLayer = (IgsFeatureLayer_component.exports);
|
|
126017
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126017
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
126018
126018
|
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')}
|
|
126019
126019
|
var ArcGISTileLayervue_type_template_id_04953ff2_scoped_true_staticRenderFns = []
|
|
126020
126020
|
|
|
@@ -126091,7 +126091,7 @@ var ArcGISTileLayer_component = normalizeComponent(
|
|
|
126091
126091
|
)
|
|
126092
126092
|
|
|
126093
126093
|
/* harmony default export */ var ArcGISTileLayer = (ArcGISTileLayer_component.exports);
|
|
126094
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126094
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
126095
126095
|
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')}
|
|
126096
126096
|
var ArcGISMapLayervue_type_template_id_ee5a3440_scoped_true_staticRenderFns = []
|
|
126097
126097
|
|
|
@@ -126214,7 +126214,7 @@ var ArcGISMapLayer_component = normalizeComponent(
|
|
|
126214
126214
|
)
|
|
126215
126215
|
|
|
126216
126216
|
/* harmony default export */ var ArcGISMapLayer = (ArcGISMapLayer_component.exports);
|
|
126217
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126217
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
126218
126218
|
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":{
|
|
126219
126219
|
longitude: _vm.popup.lng,
|
|
126220
126220
|
latitude: _vm.popup.lat,
|
|
@@ -137433,7 +137433,7 @@ var GraphicSingleLayer_component = normalizeComponent(
|
|
|
137433
137433
|
)
|
|
137434
137434
|
|
|
137435
137435
|
/* harmony default export */ var GraphicSingleLayer = (GraphicSingleLayer_component.exports);
|
|
137436
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137436
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
137437
137437
|
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)}
|
|
137438
137438
|
var GraphicLayervue_type_template_id_1d8f64d3_scoped_true_staticRenderFns = []
|
|
137439
137439
|
|
|
@@ -138156,7 +138156,7 @@ var GraphicLayer_component = normalizeComponent(
|
|
|
138156
138156
|
)
|
|
138157
138157
|
|
|
138158
138158
|
/* harmony default export */ var GraphicLayer = (GraphicLayer_component.exports);
|
|
138159
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138159
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
138160
138160
|
var WebTileLayervue_type_template_id_19e255d9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
138161
138161
|
var WebTileLayervue_type_template_id_19e255d9_staticRenderFns = []
|
|
138162
138162
|
|
|
@@ -138319,7 +138319,7 @@ var WebTileLayer_component = normalizeComponent(
|
|
|
138319
138319
|
)
|
|
138320
138320
|
|
|
138321
138321
|
/* harmony default export */ var WebTileLayer = (WebTileLayer_component.exports);
|
|
138322
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138322
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
138323
138323
|
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()])}
|
|
138324
138324
|
var GeoJsonLayervue_type_template_id_3b683e50_scoped_true_staticRenderFns = []
|
|
138325
138325
|
|
|
@@ -138602,7 +138602,7 @@ var GeoJsonLayer_component = normalizeComponent(
|
|
|
138602
138602
|
)
|
|
138603
138603
|
|
|
138604
138604
|
/* harmony default export */ var GeoJsonLayer = (GeoJsonLayer_component.exports);
|
|
138605
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138605
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
138606
138606
|
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')}
|
|
138607
138607
|
var KmlLayervue_type_template_id_8c16df60_scoped_true_staticRenderFns = []
|
|
138608
138608
|
|
|
@@ -138794,7 +138794,7 @@ var KmlLayer_component = normalizeComponent(
|
|
|
138794
138794
|
)
|
|
138795
138795
|
|
|
138796
138796
|
/* harmony default export */ var KmlLayer = (KmlLayer_component.exports);
|
|
138797
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138797
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
138798
138798
|
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')}
|
|
138799
138799
|
var CzmlLayervue_type_template_id_1aa93b61_scoped_true_staticRenderFns = []
|
|
138800
138800
|
|
|
@@ -140046,7 +140046,7 @@ var M3dFile_component = normalizeComponent(
|
|
|
140046
140046
|
)
|
|
140047
140047
|
|
|
140048
140048
|
/* harmony default export */ var M3dFile = (M3dFile_component.exports);
|
|
140049
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140049
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
140050
140050
|
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){
|
|
140051
140051
|
var title = ref.title;
|
|
140052
140052
|
var icon = ref.icon;
|
|
@@ -140416,14 +140416,14 @@ function checkTypeIcon(type) {
|
|
|
140416
140416
|
}
|
|
140417
140417
|
return icon;
|
|
140418
140418
|
}
|
|
140419
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140419
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
140420
140420
|
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)}
|
|
140421
140421
|
var M3dMenusvue_type_template_id_0c7a8e4c_staticRenderFns = []
|
|
140422
140422
|
|
|
140423
140423
|
|
|
140424
140424
|
// CONCATENATED MODULE: ./src/components/Layer/M3D/components/M3dMenus.vue?vue&type=template&id=0c7a8e4c
|
|
140425
140425
|
|
|
140426
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140426
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
140427
140427
|
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)}
|
|
140428
140428
|
var M3dMenuSettingvue_type_template_id_ff802e9e_staticRenderFns = []
|
|
140429
140429
|
|
|
@@ -140569,7 +140569,7 @@ var M3dMenuSetting_component = normalizeComponent(
|
|
|
140569
140569
|
)
|
|
140570
140570
|
|
|
140571
140571
|
/* harmony default export */ var M3dMenuSetting = (M3dMenuSetting_component.exports);
|
|
140572
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140572
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
140573
140573
|
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)}
|
|
140574
140574
|
var M3dMenuPropsvue_type_template_id_60924482_staticRenderFns = []
|
|
140575
140575
|
|
|
@@ -140980,7 +140980,7 @@ var M3dMenuProps_component = normalizeComponent(
|
|
|
140980
140980
|
)
|
|
140981
140981
|
|
|
140982
140982
|
/* harmony default export */ var M3dMenuProps = (M3dMenuProps_component.exports);
|
|
140983
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140983
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
140984
140984
|
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)}
|
|
140985
140985
|
var M3dMenuExplosionvue_type_template_id_e87c773e_staticRenderFns = []
|
|
140986
140986
|
|
|
@@ -141253,7 +141253,7 @@ var M3dMenuExplosion_component = normalizeComponent(
|
|
|
141253
141253
|
)
|
|
141254
141254
|
|
|
141255
141255
|
/* harmony default export */ var M3dMenuExplosion = (M3dMenuExplosion_component.exports);
|
|
141256
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141256
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
141257
141257
|
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)}
|
|
141258
141258
|
var M3dMenuBloomvue_type_template_id_0ef8eb20_staticRenderFns = []
|
|
141259
141259
|
|
|
@@ -141603,7 +141603,7 @@ var M3dMenuBloom_component = normalizeComponent(
|
|
|
141603
141603
|
)
|
|
141604
141604
|
|
|
141605
141605
|
/* harmony default export */ var M3dMenuBloom = (M3dMenuBloom_component.exports);
|
|
141606
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141606
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
141607
141607
|
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)}
|
|
141608
141608
|
var M3dMenuDynamicLinevue_type_template_id_ead81a6a_scoped_true_staticRenderFns = []
|
|
141609
141609
|
|
|
@@ -141763,7 +141763,7 @@ var M3dMenuDynamicLine_component = normalizeComponent(
|
|
|
141763
141763
|
)
|
|
141764
141764
|
|
|
141765
141765
|
/* harmony default export */ var M3dMenuDynamicLine = (M3dMenuDynamicLine_component.exports);
|
|
141766
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141766
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
141767
141767
|
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)}
|
|
141768
141768
|
var M3dMenuSearchlightvue_type_template_id_26e783d4_staticRenderFns = []
|
|
141769
141769
|
|
|
@@ -146543,14 +146543,14 @@ var Scene_component = normalizeComponent(
|
|
|
146543
146543
|
)
|
|
146544
146544
|
|
|
146545
146545
|
/* harmony default export */ var Scene = (Scene_component.exports);
|
|
146546
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146546
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=55ed1b06
|
|
146547
146547
|
var M3dvue_type_template_id_55ed1b06_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)}
|
|
146548
146548
|
var M3dvue_type_template_id_55ed1b06_staticRenderFns = []
|
|
146549
146549
|
|
|
146550
146550
|
|
|
146551
146551
|
// CONCATENATED MODULE: ./src/components/Layer/M3D/M3d.vue?vue&type=template&id=55ed1b06
|
|
146552
146552
|
|
|
146553
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146553
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
146554
146554
|
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)}
|
|
146555
146555
|
var M3dModelSwitchvue_type_template_id_30ddf4e6_scoped_true_staticRenderFns = []
|
|
146556
146556
|
|
|
@@ -146665,7 +146665,7 @@ var M3dModelSwitch_component = normalizeComponent(
|
|
|
146665
146665
|
)
|
|
146666
146666
|
|
|
146667
146667
|
/* harmony default export */ var M3dModelSwitch = (M3dModelSwitch_component.exports);
|
|
146668
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146668
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
146669
146669
|
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)}
|
|
146670
146670
|
var Voxelvue_type_template_id_fbb1398a_staticRenderFns = []
|
|
146671
146671
|
|
|
@@ -147591,7 +147591,7 @@ var M3d_component = normalizeComponent(
|
|
|
147591
147591
|
)
|
|
147592
147592
|
|
|
147593
147593
|
/* harmony default export */ var M3d = (M3d_component.exports);
|
|
147594
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147594
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=2dc4cde7
|
|
147595
147595
|
var _3dTilesetvue_type_template_id_2dc4cde7_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()}
|
|
147596
147596
|
var _3dTilesetvue_type_template_id_2dc4cde7_staticRenderFns = []
|
|
147597
147597
|
|
|
@@ -147990,7 +147990,7 @@ var PopupFeature_component = normalizeComponent(
|
|
|
147990
147990
|
)
|
|
147991
147991
|
|
|
147992
147992
|
/* harmony default export */ var PopupFeature = (PopupFeature_component.exports);
|
|
147993
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147993
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
147994
147994
|
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()])])}
|
|
147995
147995
|
var PopupMonitorPointvue_type_template_id_4704f88e_scoped_true_staticRenderFns = []
|
|
147996
147996
|
|
|
@@ -150348,7 +150348,7 @@ var PopupMonitorPoint_component = normalizeComponent(
|
|
|
150348
150348
|
)
|
|
150349
150349
|
|
|
150350
150350
|
/* harmony default export */ var PopupMonitorPoint = (PopupMonitorPoint_component.exports);
|
|
150351
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150351
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
150352
150352
|
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("暂无数据")])])}
|
|
150353
150353
|
var PopupINSARvue_type_template_id_78ceb203_scoped_true_staticRenderFns = []
|
|
150354
150354
|
|
|
@@ -150515,14 +150515,14 @@ var PopupINSAR_component = normalizeComponent(
|
|
|
150515
150515
|
)
|
|
150516
150516
|
|
|
150517
150517
|
/* harmony default export */ var PopupINSAR = (PopupINSAR_component.exports);
|
|
150518
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150518
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
150519
150519
|
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)}
|
|
150520
150520
|
var PopupIOTvue_type_template_id_793cedba_scoped_true_staticRenderFns = []
|
|
150521
150521
|
|
|
150522
150522
|
|
|
150523
150523
|
// CONCATENATED MODULE: ./src/components/UI/Popup/PopupIOT.vue?vue&type=template&id=793cedba&scoped=true
|
|
150524
150524
|
|
|
150525
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150525
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=04b3c886&scoped=true
|
|
150526
150526
|
var IOTDetailvue_type_template_id_04b3c886_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":{
|
|
150527
150527
|
force: '力引导布局',
|
|
150528
150528
|
circular: '环形布局'
|
|
@@ -151161,7 +151161,7 @@ var PopupIOT_component = normalizeComponent(
|
|
|
151161
151161
|
)
|
|
151162
151162
|
|
|
151163
151163
|
/* harmony default export */ var PopupIOT = (PopupIOT_component.exports);
|
|
151164
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151164
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=0ea33b54
|
|
151165
151165
|
var RelationshipGraphvue_type_template_id_0ea33b54_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:({
|
|
151166
151166
|
width: _vm.tooltipWidth + 'px',
|
|
151167
151167
|
maxHeight: _vm.tooltipHeight + 'px'
|
|
@@ -151179,7 +151179,7 @@ var g6_default = /*#__PURE__*/__webpack_require__.n(g6);
|
|
|
151179
151179
|
var hierarchy = __webpack_require__("0519");
|
|
151180
151180
|
var hierarchy_default = /*#__PURE__*/__webpack_require__.n(hierarchy);
|
|
151181
151181
|
|
|
151182
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151182
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=7641686a&scoped=true
|
|
151183
151183
|
var RelationAccessoryvue_type_template_id_7641686a_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)}
|
|
151184
151184
|
var RelationAccessoryvue_type_template_id_7641686a_scoped_true_staticRenderFns = []
|
|
151185
151185
|
|
|
@@ -204117,7 +204117,7 @@ var RelationshipGraph_component = normalizeComponent(
|
|
|
204117
204117
|
)
|
|
204118
204118
|
|
|
204119
204119
|
/* harmony default export */ var RelationshipGraph = (RelationshipGraph_component.exports);
|
|
204120
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
204120
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=d983ef5a&scoped=true
|
|
204121
204121
|
var PopupFeatureDetailvue_type_template_id_d983ef5a_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)}
|
|
204122
204122
|
var PopupFeatureDetailvue_type_template_id_d983ef5a_scoped_true_staticRenderFns = []
|
|
204123
204123
|
|
|
@@ -204458,7 +204458,7 @@ var PopupFeatureDetail_component = normalizeComponent(
|
|
|
204458
204458
|
)
|
|
204459
204459
|
|
|
204460
204460
|
/* harmony default export */ var PopupFeatureDetail = (PopupFeatureDetail_component.exports);
|
|
204461
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
204461
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
204462
204462
|
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)}
|
|
204463
204463
|
var Markervue_type_template_id_78934844_staticRenderFns = []
|
|
204464
204464
|
|
|
@@ -205303,7 +205303,7 @@ var Marker_component = normalizeComponent(
|
|
|
205303
205303
|
)
|
|
205304
205304
|
|
|
205305
205305
|
/* harmony default export */ var Marker = (Marker_component.exports);
|
|
205306
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205306
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
205307
205307
|
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":{
|
|
205308
205308
|
longitude: _vm.popupPosition.longitude,
|
|
205309
205309
|
latitude: _vm.popupPosition.latitude,
|
|
@@ -205599,7 +205599,7 @@ var Marker3dPro_component = normalizeComponent(
|
|
|
205599
205599
|
)
|
|
205600
205600
|
|
|
205601
205601
|
/* harmony default export */ var Marker3dPro = (Marker3dPro_component.exports);
|
|
205602
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205602
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
205603
205603
|
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)}
|
|
205604
205604
|
var Marker3dSetProvue_type_template_id_2406040c_staticRenderFns = []
|
|
205605
205605
|
|
|
@@ -205746,7 +205746,7 @@ var Marker3dSetPro_component = normalizeComponent(
|
|
|
205746
205746
|
)
|
|
205747
205747
|
|
|
205748
205748
|
/* harmony default export */ var Marker3dSetPro = (Marker3dSetPro_component.exports);
|
|
205749
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205749
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
205750
205750
|
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)}
|
|
205751
205751
|
var DynamicMarkerLayervue_type_template_id_090adf49_staticRenderFns = []
|
|
205752
205752
|
|
|
@@ -206330,7 +206330,7 @@ var DynamicMarkerLayer_component = normalizeComponent(
|
|
|
206330
206330
|
)
|
|
206331
206331
|
|
|
206332
206332
|
/* harmony default export */ var DynamicMarkerLayer = (DynamicMarkerLayer_component.exports);
|
|
206333
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
206333
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
206334
206334
|
var Mapv3dLayervue_type_template_id_94d43a1a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
206335
206335
|
var Mapv3dLayervue_type_template_id_94d43a1a_staticRenderFns = []
|
|
206336
206336
|
|
|
@@ -208048,7 +208048,7 @@ var Mapv3dLayer_component = normalizeComponent(
|
|
|
208048
208048
|
)
|
|
208049
208049
|
|
|
208050
208050
|
/* harmony default export */ var Mapv3dLayer = (Mapv3dLayer_component.exports);
|
|
208051
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
208051
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
208052
208052
|
var Echartsvue_type_template_id_257c81f6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
208053
208053
|
var Echartsvue_type_template_id_257c81f6_staticRenderFns = []
|
|
208054
208054
|
|
|
@@ -256590,7 +256590,7 @@ var MapvHeater_component = normalizeComponent(
|
|
|
256590
256590
|
)
|
|
256591
256591
|
|
|
256592
256592
|
/* harmony default export */ var MapvHeater = (MapvHeater_component.exports);
|
|
256593
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
256593
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
256594
256594
|
var GraphThemeLayervue_type_template_id_da8c1bb2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
256595
256595
|
var GraphThemeLayervue_type_template_id_da8c1bb2_staticRenderFns = []
|
|
256596
256596
|
|
|
@@ -263561,7 +263561,7 @@ var ThemeLayerCustom_component = normalizeComponent(
|
|
|
263561
263561
|
)
|
|
263562
263562
|
|
|
263563
263563
|
/* harmony default export */ var ThemeLayerCustom = (ThemeLayerCustom_component.exports);
|
|
263564
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
263564
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
263565
263565
|
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')}
|
|
263566
263566
|
var M3DSubSectionLayervue_type_template_id_c1425ef8_scoped_true_staticRenderFns = []
|
|
263567
263567
|
|
|
@@ -263833,7 +263833,7 @@ var IgsTerrainProvider_component = normalizeComponent(
|
|
|
263833
263833
|
)
|
|
263834
263834
|
|
|
263835
263835
|
/* harmony default export */ var IgsTerrainProvider = (IgsTerrainProvider_component.exports);
|
|
263836
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
263836
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
263837
263837
|
var TerrainProvidervue_type_template_id_7ed4d1da_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
263838
263838
|
var TerrainProvidervue_type_template_id_7ed4d1da_staticRenderFns = []
|
|
263839
263839
|
|
|
@@ -263934,7 +263934,7 @@ var TerrainProvider_component = normalizeComponent(
|
|
|
263934
263934
|
)
|
|
263935
263935
|
|
|
263936
263936
|
/* harmony default export */ var TerrainProvider = (TerrainProvider_component.exports);
|
|
263937
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
263937
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
263938
263938
|
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)}
|
|
263939
263939
|
var GeoJsonDataSourcevue_type_template_id_6e91f634_staticRenderFns = []
|
|
263940
263940
|
|
|
@@ -264243,7 +264243,7 @@ var GeoJsonDataSource_component = normalizeComponent(
|
|
|
264243
264243
|
)
|
|
264244
264244
|
|
|
264245
264245
|
/* harmony default export */ var GeoJsonDataSource = (GeoJsonDataSource_component.exports);
|
|
264246
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264246
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
264247
264247
|
var CzmlDataSourcevue_type_template_id_3bb3c582_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
264248
264248
|
var CzmlDataSourcevue_type_template_id_3bb3c582_staticRenderFns = []
|
|
264249
264249
|
|
|
@@ -264535,7 +264535,7 @@ var CzmlDataSource_component = normalizeComponent(
|
|
|
264535
264535
|
)
|
|
264536
264536
|
|
|
264537
264537
|
/* harmony default export */ var CzmlDataSource = (CzmlDataSource_component.exports);
|
|
264538
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264538
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
264539
264539
|
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)}
|
|
264540
264540
|
var Viewshedvue_type_template_id_01c6d842_scoped_true_staticRenderFns = []
|
|
264541
264541
|
|
|
@@ -265381,7 +265381,7 @@ var Viewshed_component = normalizeComponent(
|
|
|
265381
265381
|
)
|
|
265382
265382
|
|
|
265383
265383
|
/* harmony default export */ var Viewshed = (Viewshed_component.exports);
|
|
265384
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
265384
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
265385
265385
|
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)}
|
|
265386
265386
|
var Sightlinevue_type_template_id_33086ac0_scoped_true_staticRenderFns = []
|
|
265387
265387
|
|
|
@@ -265989,7 +265989,7 @@ var Sightline_component = normalizeComponent(
|
|
|
265989
265989
|
)
|
|
265990
265990
|
|
|
265991
265991
|
/* harmony default export */ var Sightline = (Sightline_component.exports);
|
|
265992
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
265992
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
265993
265993
|
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)}
|
|
265994
265994
|
var SkyLinevue_type_template_id_7b95a538_scoped_true_staticRenderFns = []
|
|
265995
265995
|
|
|
@@ -266431,7 +266431,7 @@ var SkyLine_component = normalizeComponent(
|
|
|
266431
266431
|
)
|
|
266432
266432
|
|
|
266433
266433
|
/* harmony default export */ var SkyLine = (SkyLine_component.exports);
|
|
266434
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
266434
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=05e8543e&scoped=true
|
|
266435
266435
|
var ModelFlattenvue_type_template_id_05e8543e_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":"M3D模型"}},[_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)}
|
|
266436
266436
|
var ModelFlattenvue_type_template_id_05e8543e_scoped_true_staticRenderFns = []
|
|
266437
266437
|
|
|
@@ -266770,7 +266770,7 @@ var ModelFlatten_component = normalizeComponent(
|
|
|
266770
266770
|
)
|
|
266771
266771
|
|
|
266772
266772
|
/* harmony default export */ var ModelFlatten = (ModelFlatten_component.exports);
|
|
266773
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
266773
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
266774
266774
|
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)}
|
|
266775
266775
|
var HeightLimitedvue_type_template_id_0accc2f4_scoped_true_staticRenderFns = []
|
|
266776
266776
|
|
|
@@ -267377,7 +267377,7 @@ var HeightLimited_component = normalizeComponent(
|
|
|
267377
267377
|
)
|
|
267378
267378
|
|
|
267379
267379
|
/* harmony default export */ var HeightLimited = (HeightLimited_component.exports);
|
|
267380
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
267380
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=85cfb85e&scoped=true
|
|
267381
267381
|
var Shadowvue_type_template_id_85cfb85e_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)}
|
|
267382
267382
|
var Shadowvue_type_template_id_85cfb85e_scoped_true_staticRenderFns = []
|
|
267383
267383
|
|
|
@@ -269501,7 +269501,7 @@ var Shadow_component = normalizeComponent(
|
|
|
269501
269501
|
)
|
|
269502
269502
|
|
|
269503
269503
|
/* harmony default export */ var Analysis_Shadow = (Shadow_component.exports);
|
|
269504
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
269504
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
269505
269505
|
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)}
|
|
269506
269506
|
var DynamicCuttingvue_type_template_id_18e1026a_scoped_true_staticRenderFns = []
|
|
269507
269507
|
|
|
@@ -269756,7 +269756,7 @@ var DynamicCutting_component = normalizeComponent(
|
|
|
269756
269756
|
)
|
|
269757
269757
|
|
|
269758
269758
|
/* harmony default export */ var DynamicCutting = (DynamicCutting_component.exports);
|
|
269759
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
269759
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=3c893501&scoped=true
|
|
269760
269760
|
var DynamicSectionvue_type_template_id_3c893501_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)}
|
|
269761
269761
|
var DynamicSectionvue_type_template_id_3c893501_scoped_true_staticRenderFns = []
|
|
269762
269762
|
|
|
@@ -270479,7 +270479,7 @@ var DynamicSection_component = normalizeComponent(
|
|
|
270479
270479
|
)
|
|
270480
270480
|
|
|
270481
270481
|
/* harmony default export */ var DynamicSection = (DynamicSection_component.exports);
|
|
270482
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
270482
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
270483
270483
|
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)}
|
|
270484
270484
|
var Fillvue_type_template_id_0ec35788_scoped_true_staticRenderFns = []
|
|
270485
270485
|
|
|
@@ -270820,7 +270820,7 @@ var Fill_component = normalizeComponent(
|
|
|
270820
270820
|
)
|
|
270821
270821
|
|
|
270822
270822
|
/* harmony default export */ var Fill = (Fill_component.exports);
|
|
270823
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
270823
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
270824
270824
|
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)}
|
|
270825
270825
|
var Aspectvue_type_template_id_e8c82cf6_staticRenderFns = []
|
|
270826
270826
|
|
|
@@ -271198,7 +271198,7 @@ var Aspect_component = normalizeComponent(
|
|
|
271198
271198
|
)
|
|
271199
271199
|
|
|
271200
271200
|
/* harmony default export */ var Aspect = (Aspect_component.exports);
|
|
271201
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271201
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
271202
271202
|
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)}
|
|
271203
271203
|
var Slopevue_type_template_id_5086b7dc_staticRenderFns = []
|
|
271204
271204
|
|
|
@@ -271555,7 +271555,7 @@ var Slope_component = normalizeComponent(
|
|
|
271555
271555
|
)
|
|
271556
271556
|
|
|
271557
271557
|
/* harmony default export */ var Slope = (Slope_component.exports);
|
|
271558
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271558
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=4839ef54&scoped=true
|
|
271559
271559
|
var AspectSlopevue_type_template_id_4839ef54_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)}
|
|
271560
271560
|
var AspectSlopevue_type_template_id_4839ef54_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"})])}]
|
|
271561
271561
|
|
|
@@ -271914,7 +271914,7 @@ var AspectSlope_component = normalizeComponent(
|
|
|
271914
271914
|
)
|
|
271915
271915
|
|
|
271916
271916
|
/* harmony default export */ var AspectSlope = (AspectSlope_component.exports);
|
|
271917
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271917
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
271918
271918
|
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)}
|
|
271919
271919
|
var Contourvue_type_template_id_0b5ed0ad_scoped_true_staticRenderFns = []
|
|
271920
271920
|
|
|
@@ -272604,7 +272604,7 @@ var Contour_component = normalizeComponent(
|
|
|
272604
272604
|
)
|
|
272605
272605
|
|
|
272606
272606
|
/* harmony default export */ var Contour = (Contour_component.exports);
|
|
272607
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
272607
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
272608
272608
|
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)}
|
|
272609
272609
|
var CutFillvue_type_template_id_bd1b7f86_scoped_true_staticRenderFns = []
|
|
272610
272610
|
|
|
@@ -273187,7 +273187,7 @@ var CutFill_component = normalizeComponent(
|
|
|
273187
273187
|
)
|
|
273188
273188
|
|
|
273189
273189
|
/* harmony default export */ var CutFill = (CutFill_component.exports);
|
|
273190
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
273190
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
273191
273191
|
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)}
|
|
273192
273192
|
var Profilevue_type_template_id_d4fb7a34_staticRenderFns = []
|
|
273193
273193
|
|
|
@@ -273750,7 +273750,7 @@ var Profile_component = normalizeComponent(
|
|
|
273750
273750
|
)
|
|
273751
273751
|
|
|
273752
273752
|
/* harmony default export */ var Profile = (Profile_component.exports);
|
|
273753
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
273753
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
273754
273754
|
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:{
|
|
273755
273755
|
'list-active': _vm.activeIndex === index,
|
|
273756
273756
|
},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:{
|
|
@@ -274799,7 +274799,7 @@ var ParticleEffects_component = normalizeComponent(
|
|
|
274799
274799
|
)
|
|
274800
274800
|
|
|
274801
274801
|
/* harmony default export */ var ParticleEffects = (ParticleEffects_component.exports);
|
|
274802
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
274802
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=6eb9625a&scoped=true
|
|
274803
274803
|
var Floodvue_type_template_id_6eb9625a_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.startHeightCopy),callback:function ($$v) {_vm.startHeightCopy=_vm._n($$v)},expression:"startHeightCopy"}})],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)}
|
|
274804
274804
|
var Floodvue_type_template_id_6eb9625a_scoped_true_staticRenderFns = []
|
|
274805
274805
|
|
|
@@ -275332,7 +275332,7 @@ var Flood_component = normalizeComponent(
|
|
|
275332
275332
|
)
|
|
275333
275333
|
|
|
275334
275334
|
/* harmony default export */ var Flood = (Flood_component.exports);
|
|
275335
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
275335
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=47b353cf&scoped=true
|
|
275336
275336
|
var Buffervue_type_template_id_47b353cf_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":[
|
|
275337
275337
|
{ label: '客户端分析', value: 'client' },
|
|
275338
275338
|
{ label: '服务端分析', value: 'server' } ]},model:{value:(_vm.bufferMethod),callback:function ($$v) {_vm.bufferMethod=$$v},expression:"bufferMethod"}})],1)],1):_vm._e(),(
|
|
@@ -276577,7 +276577,7 @@ var Buffer_component = normalizeComponent(
|
|
|
276577
276577
|
)
|
|
276578
276578
|
|
|
276579
276579
|
/* harmony default export */ var Buffer = (Buffer_component.exports);
|
|
276580
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
276580
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
276581
276581
|
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":[
|
|
276582
276582
|
{ label: '指定半径', value: false },
|
|
276583
276583
|
{ 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":[
|
|
@@ -277127,7 +277127,7 @@ var ModelBuffer_component = normalizeComponent(
|
|
|
277127
277127
|
)
|
|
277128
277128
|
|
|
277129
277129
|
/* harmony default export */ var ModelBuffer = (ModelBuffer_component.exports);
|
|
277130
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
277130
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=33aa2cc2&scoped=true
|
|
277131
277131
|
var Overlayvue_type_template_id_33aa2cc2_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)}
|
|
277132
277132
|
var Overlayvue_type_template_id_33aa2cc2_scoped_true_staticRenderFns = []
|
|
277133
277133
|
|
|
@@ -277611,7 +277611,7 @@ var Overlay_component = normalizeComponent(
|
|
|
277611
277611
|
)
|
|
277612
277612
|
|
|
277613
277613
|
/* harmony default export */ var Overlay = (Overlay_component.exports);
|
|
277614
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
277614
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
277615
277615
|
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)}
|
|
277616
277616
|
var ModelOverlayvue_type_template_id_bac413f0_scoped_true_staticRenderFns = []
|
|
277617
277617
|
|
|
@@ -278083,7 +278083,7 @@ var ModelOverlay_component = normalizeComponent(
|
|
|
278083
278083
|
)
|
|
278084
278084
|
|
|
278085
278085
|
/* harmony default export */ var ModelOverlay = (ModelOverlay_component.exports);
|
|
278086
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278086
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
278087
278087
|
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){
|
|
278088
278088
|
var title = ref.title;
|
|
278089
278089
|
var icon = ref.icon;
|
|
@@ -278113,7 +278113,7 @@ var StratifiedHouseholdvue_type_template_id_333257dc_staticRenderFns = []
|
|
|
278113
278113
|
|
|
278114
278114
|
// CONCATENATED MODULE: ./src/components/Analysis/StratifiedHousehold.vue?vue&type=template&id=333257dc
|
|
278115
278115
|
|
|
278116
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278116
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
278117
278117
|
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)}
|
|
278118
278118
|
var StratifiedHouseholdMenusvue_type_template_id_35bf116d_staticRenderFns = []
|
|
278119
278119
|
|
|
@@ -279669,7 +279669,7 @@ var StratifiedHousehold_component = normalizeComponent(
|
|
|
279669
279669
|
)
|
|
279670
279670
|
|
|
279671
279671
|
/* harmony default export */ var StratifiedHousehold = (StratifiedHousehold_component.exports);
|
|
279672
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
279672
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
279673
279673
|
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),(
|
|
279674
279674
|
_vm.currentProjectorOverlayLayer &&
|
|
279675
279675
|
Object.keys(_vm.currentProjectorOverlayLayer).length > 0
|
|
@@ -279682,7 +279682,7 @@ var ProjectorManagervue_type_template_id_59325ecd_scoped_true_staticRenderFns =
|
|
|
279682
279682
|
|
|
279683
279683
|
// CONCATENATED MODULE: ./src/components/Analysis/scene-projector/ProjectorManager.vue?vue&type=template&id=59325ecd&scoped=true
|
|
279684
279684
|
|
|
279685
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
279685
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
279686
279686
|
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
|
|
279687
279687
|
? 'operations-row-action show-operations'
|
|
279688
279688
|
: '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)}
|
|
@@ -279888,14 +279888,14 @@ var OperationsItem_component = normalizeComponent(
|
|
|
279888
279888
|
)
|
|
279889
279889
|
|
|
279890
279890
|
/* harmony default export */ var OperationsItem = (OperationsItem_component.exports);
|
|
279891
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
279891
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
279892
279892
|
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)])}
|
|
279893
279893
|
var ProjectorLayerSelectvue_type_template_id_f96c7768_scoped_true_staticRenderFns = []
|
|
279894
279894
|
|
|
279895
279895
|
|
|
279896
279896
|
// CONCATENATED MODULE: ./src/components/Analysis/scene-projector/components/ProjectorLayerSelect.vue?vue&type=template&id=f96c7768&scoped=true
|
|
279897
279897
|
|
|
279898
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
279898
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
279899
279899
|
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)])}
|
|
279900
279900
|
var EditLayerNamevue_type_template_id_751fccac_scoped_true_staticRenderFns = []
|
|
279901
279901
|
|
|
@@ -281662,7 +281662,7 @@ var ProjectorManager_component = normalizeComponent(
|
|
|
281662
281662
|
)
|
|
281663
281663
|
|
|
281664
281664
|
/* harmony default export */ var ProjectorManager = (ProjectorManager_component.exports);
|
|
281665
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
281665
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
281666
281666
|
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)}
|
|
281667
281667
|
var ProjectorSettingvue_type_template_id_04cf8268_scoped_true_staticRenderFns = []
|
|
281668
281668
|
|
|
@@ -282918,7 +282918,7 @@ var ProjectorSetting_component = normalizeComponent(
|
|
|
282918
282918
|
)
|
|
282919
282919
|
|
|
282920
282920
|
/* harmony default export */ var ProjectorSetting = (ProjectorSetting_component.exports);
|
|
282921
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
282921
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
282922
282922
|
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){
|
|
282923
282923
|
var title = ref.title;
|
|
282924
282924
|
var index = ref.index;
|
|
@@ -284023,7 +284023,7 @@ var BIM_component = normalizeComponent(
|
|
|
284023
284023
|
)
|
|
284024
284024
|
|
|
284025
284025
|
/* harmony default export */ var BIM = (BIM_component.exports);
|
|
284026
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
284026
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
284027
284027
|
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)}
|
|
284028
284028
|
var Explosionvue_type_template_id_013f7460_scoped_true_staticRenderFns = []
|
|
284029
284029
|
|
|
@@ -291335,7 +291335,7 @@ var Explosion_component = normalizeComponent(
|
|
|
291335
291335
|
)
|
|
291336
291336
|
|
|
291337
291337
|
/* harmony default export */ var Explosion = (Explosion_component.exports);
|
|
291338
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
291338
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
291339
291339
|
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)}
|
|
291340
291340
|
var Excavatevue_type_template_id_6b26a23e_scoped_true_staticRenderFns = []
|
|
291341
291341
|
|
|
@@ -291992,7 +291992,7 @@ var Excavate_component = normalizeComponent(
|
|
|
291992
291992
|
)
|
|
291993
291993
|
|
|
291994
291994
|
/* harmony default export */ var Excavate = (Excavate_component.exports);
|
|
291995
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
291995
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
291996
291996
|
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')}
|
|
291997
291997
|
var GeojsonComvue_type_template_id_532f842c_scoped_true_staticRenderFns = []
|
|
291998
291998
|
|
|
@@ -292560,7 +292560,7 @@ var GeojsonCom_component = normalizeComponent(
|
|
|
292560
292560
|
)
|
|
292561
292561
|
|
|
292562
292562
|
/* harmony default export */ var GeojsonCom = (GeojsonCom_component.exports);
|
|
292563
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
292563
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
292564
292564
|
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:{
|
|
292565
292565
|
'area-tab-name': true,
|
|
292566
292566
|
active: i - 1 === _vm.curindex
|
|
@@ -293095,14 +293095,14 @@ var mixComponent_Legend_component = normalizeComponent(
|
|
|
293095
293095
|
)
|
|
293096
293096
|
|
|
293097
293097
|
/* harmony default export */ var mixComponent_Legend = (mixComponent_Legend_component.exports);
|
|
293098
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293098
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
293099
293099
|
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)}
|
|
293100
293100
|
var SceneSettingvue_type_template_id_4af2b6c7_scoped_true_staticRenderFns = []
|
|
293101
293101
|
|
|
293102
293102
|
|
|
293103
293103
|
// CONCATENATED MODULE: ./src/components/SceneEffect/SceneSetting.vue?vue&type=template&id=4af2b6c7&scoped=true
|
|
293104
293104
|
|
|
293105
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293105
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=2c058e40&scoped=true
|
|
293106
293106
|
var BasicSettingvue_type_template_id_2c058e40_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)}
|
|
293107
293107
|
var BasicSettingvue_type_template_id_2c058e40_scoped_true_staticRenderFns = []
|
|
293108
293108
|
|
|
@@ -293112,7 +293112,7 @@ var BasicSettingvue_type_template_id_2c058e40_scoped_true_staticRenderFns = []
|
|
|
293112
293112
|
// EXTERNAL MODULE: ./src/components/SceneEffect/components/navigation-all.css
|
|
293113
293113
|
var navigation_all = __webpack_require__("4015");
|
|
293114
293114
|
|
|
293115
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293115
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
293116
293116
|
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),(
|
|
293117
293117
|
_vm.compassPosition.anchor === 'top-left' ||
|
|
293118
293118
|
_vm.compassPosition.anchor === 'bottom-left'
|
|
@@ -294016,12 +294016,12 @@ var BasicSetting_component = normalizeComponent(
|
|
|
294016
294016
|
)
|
|
294017
294017
|
|
|
294018
294018
|
/* harmony default export */ var BasicSetting = (BasicSetting_component.exports);
|
|
294019
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294020
|
-
var
|
|
294021
|
-
var
|
|
294019
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
294020
|
+
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)}
|
|
294021
|
+
var CameraSettingvue_type_template_id_26af3c98_scoped_true_staticRenderFns = []
|
|
294022
294022
|
|
|
294023
294023
|
|
|
294024
|
-
// CONCATENATED MODULE: ./src/components/SceneEffect/components/CameraSetting.vue?vue&type=template&id=
|
|
294024
|
+
// CONCATENATED MODULE: ./src/components/SceneEffect/components/CameraSetting.vue?vue&type=template&id=26af3c98&scoped=true
|
|
294025
294025
|
|
|
294026
294026
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./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=script&lang=js
|
|
294027
294027
|
var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
@@ -294241,16 +294241,21 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294241
294241
|
}
|
|
294242
294242
|
// 当imageryLayers数组的长度大于0,开启影像透明度独立控制,否则不开启,开启操做必须在设置透明度之前执行
|
|
294243
294243
|
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294244
|
-
|
|
294245
|
-
|
|
294244
|
+
if (imageryLayers.length > 0) {
|
|
294245
|
+
// 开启影像图层透明度独立控制,则通过globeFaceAlpha设置球体透明度
|
|
294246
|
+
_independentTranslucency.globeFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294247
|
+
} else {
|
|
294248
|
+
_independentTranslucency.frontFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294249
|
+
_independentTranslucency.backFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294250
|
+
}
|
|
294246
294251
|
}
|
|
294247
294252
|
// 2.2 关闭开启地表透明度独立控制
|
|
294248
294253
|
else {
|
|
294254
|
+
// 当imageryLayers数组的长度等于0,关闭影像透明度独立控制
|
|
294255
|
+
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294249
294256
|
// 关闭开启影像图层透明度独立控制,则通过frontFaceAlpha和backFaceAlpha设置球体透明度
|
|
294250
294257
|
_independentTranslucency.frontFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294251
294258
|
_independentTranslucency.backFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294252
|
-
// 当imageryLayers数组的长度等于0,关闭影像透明度独立控制
|
|
294253
|
-
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294254
294259
|
}
|
|
294255
294260
|
}
|
|
294256
294261
|
}
|
|
@@ -294259,7 +294264,10 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294259
294264
|
* 更新二维影像图层独立控制影响的图层
|
|
294260
294265
|
* */
|
|
294261
294266
|
updateIndependentTranslucency: function updateIndependentTranslucency() {
|
|
294262
|
-
|
|
294267
|
+
// 只有开启地下模式才进行控制
|
|
294268
|
+
if (this.cameraSetting.undgrd) {
|
|
294269
|
+
this._enableIndependentTranslucency(this.cameraSetting.undgrdParams.enableIndependentTranslucency);
|
|
294270
|
+
}
|
|
294263
294271
|
},
|
|
294264
294272
|
/**
|
|
294265
294273
|
* 开启或关闭地下模式,开启后地表半透明,视角可以穿梭到地下,会触发设置更新事件
|
|
@@ -294284,9 +294292,25 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294284
294292
|
if (this.cameraSetting.undgrd) {
|
|
294285
294293
|
// 2.1 设置地表透明度
|
|
294286
294294
|
this._setGlobeBackFaceAlpha(this.cameraSetting.undgrdParams.groundAlpha);
|
|
294295
|
+
// 开启地下模式时启用_independentTranslucency
|
|
294296
|
+
this.initEnableIndependentTranslucency();
|
|
294287
294297
|
} else {
|
|
294288
294298
|
// 2.2 不开启地表透明度,地表透明度应该为1
|
|
294289
294299
|
this._setGlobeBackFaceAlpha(1);
|
|
294300
|
+
this.initDisableEnableIndependentTranslucency();
|
|
294301
|
+
}
|
|
294302
|
+
},
|
|
294303
|
+
initEnableIndependentTranslucency: function initEnableIndependentTranslucency() {
|
|
294304
|
+
var _independentTranslucency = this.getImageLayersTranslucencyManager();
|
|
294305
|
+
if (_independentTranslucency) {
|
|
294306
|
+
_independentTranslucency.enabled = true;
|
|
294307
|
+
}
|
|
294308
|
+
this._enableIndependentTranslucency(this.cameraSetting.undgrdParams.enableIndependentTranslucency);
|
|
294309
|
+
},
|
|
294310
|
+
initDisableEnableIndependentTranslucency: function initDisableEnableIndependentTranslucency() {
|
|
294311
|
+
var _independentTranslucency = this.getImageLayersTranslucencyManager();
|
|
294312
|
+
if (_independentTranslucency) {
|
|
294313
|
+
_independentTranslucency.enabled = false;
|
|
294290
294314
|
}
|
|
294291
294315
|
},
|
|
294292
294316
|
/**
|
|
@@ -294340,17 +294364,34 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294340
294364
|
_setGlobeBackFaceAlpha: function _setGlobeBackFaceAlpha(groundAlpha) {
|
|
294341
294365
|
// 1 获取透明度工具
|
|
294342
294366
|
var _independentTranslucency = this.getImageLayersTranslucencyManager();
|
|
294343
|
-
|
|
294344
|
-
// 2 设置地表透明度
|
|
294345
294367
|
if (_independentTranslucency) {
|
|
294346
|
-
|
|
294347
|
-
if (
|
|
294348
|
-
|
|
294368
|
+
var imageryLayers = [];
|
|
294369
|
+
if (this.cameraSetting.undgrdParams.enableIndependentTranslucency) {
|
|
294370
|
+
// i从1开始,因为第0个是Cesium初始底图
|
|
294371
|
+
for (var i = 1; i < viewer.imageryLayers._layers.length; i++) {
|
|
294372
|
+
imageryLayers.push(viewer.imageryLayers._layers[i]);
|
|
294373
|
+
}
|
|
294374
|
+
// 当imageryLayers数组的长度大于0,开启影像透明度独立控制,否则不开启,开启操做必须在设置透明度之前执行
|
|
294375
|
+
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294376
|
+
if (imageryLayers.length > 0) {
|
|
294377
|
+
// 开启影像图层透明度独立控制,则通过globeFaceAlpha设置球体透明度
|
|
294378
|
+
_independentTranslucency.globeFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294379
|
+
} else {
|
|
294380
|
+
_independentTranslucency.frontFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294381
|
+
_independentTranslucency.backFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294382
|
+
}
|
|
294349
294383
|
}
|
|
294350
|
-
// 2.
|
|
294384
|
+
// 2.2 关闭开启地表透明度独立控制
|
|
294351
294385
|
else {
|
|
294352
|
-
|
|
294353
|
-
|
|
294386
|
+
if (this.cameraSetting.undgrd) {
|
|
294387
|
+
// 当imageryLayers数组的长度等于0,关闭影像透明度独立控制
|
|
294388
|
+
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294389
|
+
// 关闭开启影像图层透明度独立控制,则通过frontFaceAlpha和backFaceAlpha设置球体透明度
|
|
294390
|
+
_independentTranslucency.frontFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294391
|
+
_independentTranslucency.backFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294392
|
+
} else {
|
|
294393
|
+
_independentTranslucency.globeFaceAlpha = groundAlpha;
|
|
294394
|
+
}
|
|
294354
294395
|
}
|
|
294355
294396
|
}
|
|
294356
294397
|
},
|
|
@@ -294497,17 +294538,17 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294497
294538
|
|
|
294498
294539
|
var CameraSetting_component = normalizeComponent(
|
|
294499
294540
|
components_CameraSettingvue_type_script_lang_js,
|
|
294500
|
-
|
|
294501
|
-
|
|
294541
|
+
CameraSettingvue_type_template_id_26af3c98_scoped_true_render,
|
|
294542
|
+
CameraSettingvue_type_template_id_26af3c98_scoped_true_staticRenderFns,
|
|
294502
294543
|
false,
|
|
294503
294544
|
null,
|
|
294504
|
-
"
|
|
294545
|
+
"26af3c98",
|
|
294505
294546
|
null
|
|
294506
294547
|
|
|
294507
294548
|
)
|
|
294508
294549
|
|
|
294509
294550
|
/* harmony default export */ var CameraSetting = (CameraSetting_component.exports);
|
|
294510
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294551
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
294511
294552
|
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)}
|
|
294512
294553
|
var LightSettingvue_type_template_id_508f31b5_scoped_true_staticRenderFns = []
|
|
294513
294554
|
|
|
@@ -294695,7 +294736,7 @@ var LightSetting_component = normalizeComponent(
|
|
|
294695
294736
|
)
|
|
294696
294737
|
|
|
294697
294738
|
/* harmony default export */ var LightSetting = (LightSetting_component.exports);
|
|
294698
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294739
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
294699
294740
|
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)}
|
|
294700
294741
|
var WeatherSettingvue_type_template_id_4e8ee64a_scoped_true_staticRenderFns = []
|
|
294701
294742
|
|
|
@@ -295399,7 +295440,7 @@ var WeatherSetting_component = normalizeComponent(
|
|
|
295399
295440
|
)
|
|
295400
295441
|
|
|
295401
295442
|
/* harmony default export */ var WeatherSetting = (WeatherSetting_component.exports);
|
|
295402
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295443
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
295403
295444
|
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)}
|
|
295404
295445
|
var EffectSettingvue_type_template_id_cb87d5fa_scoped_true_staticRenderFns = []
|
|
295405
295446
|
|
|
@@ -295613,14 +295654,14 @@ var EffectSetting_component = normalizeComponent(
|
|
|
295613
295654
|
)
|
|
295614
295655
|
|
|
295615
295656
|
/* harmony default export */ var EffectSetting = (EffectSetting_component.exports);
|
|
295616
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295657
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
295617
295658
|
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()}
|
|
295618
295659
|
var AutonomousRoamingSettingvue_type_template_id_dcc8c176_scoped_true_staticRenderFns = []
|
|
295619
295660
|
|
|
295620
295661
|
|
|
295621
295662
|
// CONCATENATED MODULE: ./src/components/SceneEffect/AutonomousRoaming/AutonomousRoamingSetting.vue?vue&type=template&id=dcc8c176&scoped=true
|
|
295622
295663
|
|
|
295623
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295664
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
295624
295665
|
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)}
|
|
295625
295666
|
var AutonomousRoamingvue_type_template_id_3f5191c5_scoped_true_staticRenderFns = []
|
|
295626
295667
|
|
|
@@ -296270,7 +296311,7 @@ var SceneSetting_component = normalizeComponent(
|
|
|
296270
296311
|
)
|
|
296271
296312
|
|
|
296272
296313
|
/* harmony default export */ var SceneSetting = (SceneSetting_component.exports);
|
|
296273
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296314
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
296274
296315
|
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) {
|
|
296275
296316
|
_vm.onChangePathName(val, item.id);
|
|
296276
296317
|
}}})}),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) {
|
|
@@ -296281,7 +296322,7 @@ var SceneRoamingvue_type_template_id_f6b54c84_scoped_true_staticRenderFns = []
|
|
|
296281
296322
|
|
|
296282
296323
|
// CONCATENATED MODULE: ./src/components/SceneEffect/SceneRoaming.vue?vue&type=template&id=f6b54c84&scoped=true
|
|
296283
296324
|
|
|
296284
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296325
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
296285
296326
|
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)])}
|
|
296286
296327
|
var PathItemvue_type_template_id_7f160102_scoped_true_staticRenderFns = []
|
|
296287
296328
|
|
|
@@ -296417,7 +296458,7 @@ var PathItem_component = normalizeComponent(
|
|
|
296417
296458
|
)
|
|
296418
296459
|
|
|
296419
296460
|
/* harmony default export */ var PathItem = (PathItem_component.exports);
|
|
296420
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296461
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
296421
296462
|
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)}
|
|
296422
296463
|
var PathRoamingvue_type_template_id_31adf0d2_scoped_true_staticRenderFns = []
|
|
296423
296464
|
|
|
@@ -297020,7 +297061,7 @@ var PathRoaming_component = normalizeComponent(
|
|
|
297020
297061
|
// EXTERNAL MODULE: external "@mapgis/webclient-vue-ui"
|
|
297021
297062
|
var webclient_vue_ui_ = __webpack_require__("3059");
|
|
297022
297063
|
|
|
297023
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
297064
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=3ce9b22d
|
|
297024
297065
|
var PathImportvue_type_template_id_3ce9b22d_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)}
|
|
297025
297066
|
var PathImportvue_type_template_id_3ce9b22d_staticRenderFns = []
|
|
297026
297067
|
|
|
@@ -298018,14 +298059,14 @@ var SceneRoaming_component = normalizeComponent(
|
|
|
298018
298059
|
)
|
|
298019
298060
|
|
|
298020
298061
|
/* harmony default export */ var SceneRoaming = (SceneRoaming_component.exports);
|
|
298021
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298062
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
298022
298063
|
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)}
|
|
298023
298064
|
var ComprehensiveQueryvue_type_template_id_3da9a7c8_staticRenderFns = []
|
|
298024
298065
|
|
|
298025
298066
|
|
|
298026
298067
|
// CONCATENATED MODULE: ./src/components/service/comprehensive-query/ComprehensiveQuery.vue?vue&type=template&id=3da9a7c8
|
|
298027
298068
|
|
|
298028
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298069
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
298029
298070
|
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"}}):(
|
|
298030
298071
|
_vm.geojson &&
|
|
298031
298072
|
_vm.geojson.features &&
|
|
@@ -298390,7 +298431,7 @@ var ComprehensiveQuery_component = normalizeComponent(
|
|
|
298390
298431
|
)
|
|
298391
298432
|
|
|
298392
298433
|
/* harmony default export */ var ComprehensiveQuery = (ComprehensiveQuery_component.exports);
|
|
298393
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298434
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
298394
298435
|
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":{
|
|
298395
298436
|
longitude: popup.lng,
|
|
298396
298437
|
latitude: popup.lat,
|
|
@@ -299024,7 +299065,7 @@ var DataFlow_component = normalizeComponent(
|
|
|
299024
299065
|
)
|
|
299025
299066
|
|
|
299026
299067
|
/* harmony default export */ var DataFlow = (DataFlow_component.exports);
|
|
299027
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299068
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
299028
299069
|
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))])])])])}
|
|
299029
299070
|
var Trackvue_type_template_id_a2b54b5c_scoped_true_staticRenderFns = []
|
|
299030
299071
|
|
|
@@ -299307,14 +299348,14 @@ var Track_component = normalizeComponent(
|
|
|
299307
299348
|
)
|
|
299308
299349
|
|
|
299309
299350
|
/* harmony default export */ var Track_Track = (Track_component.exports);
|
|
299310
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299351
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
299311
299352
|
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)}
|
|
299312
299353
|
var PlottingLayervue_type_template_id_504a22fc_scoped_true_staticRenderFns = []
|
|
299313
299354
|
|
|
299314
299355
|
|
|
299315
299356
|
// CONCATENATED MODULE: ./src/components/Layer/Plotting/PlottingLayer.vue?vue&type=template&id=504a22fc&scoped=true
|
|
299316
299357
|
|
|
299317
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299358
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
299318
299359
|
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}})])])}
|
|
299319
299360
|
var PanelOnevue_type_template_id_61bdcefb_scoped_true_staticRenderFns = []
|
|
299320
299361
|
|
|
@@ -299417,7 +299458,7 @@ var PanelOne_component = normalizeComponent(
|
|
|
299417
299458
|
)
|
|
299418
299459
|
|
|
299419
299460
|
/* harmony default export */ var PanelOne = (PanelOne_component.exports);
|
|
299420
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299461
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
299421
299462
|
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()}
|
|
299422
299463
|
var EditPanelvue_type_template_id_57ac8662_scoped_true_staticRenderFns = []
|
|
299423
299464
|
|
|
@@ -300264,35 +300305,35 @@ var PlottingLayer_component = normalizeComponent(
|
|
|
300264
300305
|
)
|
|
300265
300306
|
|
|
300266
300307
|
/* harmony default export */ var PlottingLayer = (PlottingLayer_component.exports);
|
|
300267
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300308
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
300268
300309
|
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)}
|
|
300269
300310
|
var MapStoryvue_type_template_id_466cdb10_scoped_true_staticRenderFns = []
|
|
300270
300311
|
|
|
300271
300312
|
|
|
300272
300313
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/MapStory.vue?vue&type=template&id=466cdb10&scoped=true
|
|
300273
300314
|
|
|
300274
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300315
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
300275
300316
|
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)}
|
|
300276
300317
|
var projectPanelvue_type_template_id_a03e405a_scoped_true_staticRenderFns = []
|
|
300277
300318
|
|
|
300278
300319
|
|
|
300279
300320
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/projectPanel.vue?vue&type=template&id=a03e405a&scoped=true
|
|
300280
300321
|
|
|
300281
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300322
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
300282
300323
|
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)])}
|
|
300283
300324
|
var ProjectPanelUIvue_type_template_id_d96bd522_scoped_true_staticRenderFns = []
|
|
300284
300325
|
|
|
300285
300326
|
|
|
300286
300327
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/ProjectPanelUI.vue?vue&type=template&id=d96bd522&scoped=true
|
|
300287
300328
|
|
|
300288
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300329
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
300289
300330
|
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)}
|
|
300290
300331
|
var ProjectEditvue_type_template_id_6b057ac0_scoped_true_staticRenderFns = []
|
|
300291
300332
|
|
|
300292
300333
|
|
|
300293
300334
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/ProjectEdit.vue?vue&type=template&id=6b057ac0&scoped=true
|
|
300294
300335
|
|
|
300295
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300336
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
300296
300337
|
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){
|
|
300297
300338
|
var commands = ref.commands;
|
|
300298
300339
|
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)])}
|
|
@@ -323957,7 +323998,7 @@ var projectPanel_component = normalizeComponent(
|
|
|
323957
323998
|
)
|
|
323958
323999
|
|
|
323959
324000
|
/* harmony default export */ var projectPanel = (projectPanel_component.exports);
|
|
323960
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
324001
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
323961
324002
|
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)}
|
|
323962
324003
|
var mapCollectionvue_type_template_id_1fa4305b_scoped_true_staticRenderFns = []
|
|
323963
324004
|
|
|
@@ -324677,7 +324718,7 @@ var MapStory_component = normalizeComponent(
|
|
|
324677
324718
|
)
|
|
324678
324719
|
|
|
324679
324720
|
/* harmony default export */ var MapStory = (MapStory_component.exports);
|
|
324680
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
324721
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
324681
324722
|
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)}
|
|
324682
324723
|
var PreviewMapStoryvue_type_template_id_76fca89a_scoped_true_staticRenderFns = []
|
|
324683
324724
|
|
|
@@ -324870,7 +324911,7 @@ var PreviewMapStory_component = normalizeComponent(
|
|
|
324870
324911
|
)
|
|
324871
324912
|
|
|
324872
324913
|
/* harmony default export */ var PreviewMapStory = (PreviewMapStory_component.exports);
|
|
324873
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
324914
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
324874
324915
|
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"}})}
|
|
324875
324916
|
var CityGrowvue_type_template_id_1c0f10b8_scoped_true_staticRenderFns = []
|
|
324876
324917
|
|
|
@@ -325269,7 +325310,7 @@ var CityGrow_component = normalizeComponent(
|
|
|
325269
325310
|
)
|
|
325270
325311
|
|
|
325271
325312
|
/* harmony default export */ var CityGrow = (CityGrow_component.exports);
|
|
325272
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325313
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
325273
325314
|
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)}
|
|
325274
325315
|
var CityGrowOptionsvue_type_template_id_91fc36a0_scoped_true_staticRenderFns = []
|
|
325275
325316
|
|
|
@@ -325743,7 +325784,7 @@ var CityGrowOptions_component = normalizeComponent(
|
|
|
325743
325784
|
)
|
|
325744
325785
|
|
|
325745
325786
|
/* harmony default export */ var CityGrowOptions = (CityGrowOptions_component.exports);
|
|
325746
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325787
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=6f25b981&scoped=true
|
|
325747
325788
|
var PondingSimulationvue_type_template_id_6f25b981_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)}
|
|
325748
325789
|
var PondingSimulationvue_type_template_id_6f25b981_scoped_true_staticRenderFns = []
|
|
325749
325790
|
|
|
@@ -326729,7 +326770,7 @@ var PondingSimulation_component = normalizeComponent(
|
|
|
326729
326770
|
)
|
|
326730
326771
|
|
|
326731
326772
|
/* harmony default export */ var PondingSimulation = (PondingSimulation_component.exports);
|
|
326732
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
326773
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
326733
326774
|
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)}
|
|
326734
326775
|
var PondingSimulationTimelinevue_type_template_id_35739fb2_staticRenderFns = []
|
|
326735
326776
|
|
|
@@ -326929,7 +326970,7 @@ var PondingSimulationTimeline_component = normalizeComponent(
|
|
|
326929
326970
|
)
|
|
326930
326971
|
|
|
326931
326972
|
/* harmony default export */ var PondingSimulationTimeline = (PondingSimulationTimeline_component.exports);
|
|
326932
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
326973
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
326933
326974
|
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)}
|
|
326934
326975
|
var BuildingGrowvue_type_template_id_4d1b9edf_scoped_true_staticRenderFns = []
|
|
326935
326976
|
|
|
@@ -327600,7 +327641,7 @@ var BuildingGrow_component = normalizeComponent(
|
|
|
327600
327641
|
)
|
|
327601
327642
|
|
|
327602
327643
|
/* harmony default export */ var BuildingGrow = (BuildingGrow_component.exports);
|
|
327603
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
327644
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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
|
|
327604
327645
|
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)}
|
|
327605
327646
|
var Wind3Dvue_type_template_id_595e4983_staticRenderFns = []
|
|
327606
327647
|
|
|
@@ -328009,7 +328050,7 @@ var Wind3D_component = normalizeComponent(
|
|
|
328009
328050
|
)
|
|
328010
328051
|
|
|
328011
328052
|
/* harmony default export */ var Wind3D = (Wind3D_component.exports);
|
|
328012
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328053
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=1f183b68&scoped=true
|
|
328013
328054
|
var Plotvue_type_template_id_1f183b68_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)}
|
|
328014
328055
|
var Plotvue_type_template_id_1f183b68_scoped_true_staticRenderFns = []
|
|
328015
328056
|
|
|
@@ -328552,7 +328593,7 @@ var Plot_component = normalizeComponent(
|
|
|
328552
328593
|
)
|
|
328553
328594
|
|
|
328554
328595
|
/* harmony default export */ var Plot = (Plot_component.exports);
|
|
328555
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328596
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=5a293b53&scoped=true
|
|
328556
328597
|
var Plot3DLinkvue_type_template_id_5a293b53_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
328557
328598
|
var Plot3DLinkvue_type_template_id_5a293b53_scoped_true_staticRenderFns = []
|
|
328558
328599
|
|
|
@@ -328670,7 +328711,7 @@ var Plot3DLink_component = normalizeComponent(
|
|
|
328670
328711
|
)
|
|
328671
328712
|
|
|
328672
328713
|
/* harmony default export */ var Plot3DLink = (Plot3DLink_component.exports);
|
|
328673
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328714
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=29bec852
|
|
328674
328715
|
var PlotLayervue_type_template_id_29bec852_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
328675
328716
|
var PlotLayervue_type_template_id_29bec852_staticRenderFns = []
|
|
328676
328717
|
|
|
@@ -328992,7 +329033,7 @@ var PlotLayer_component = normalizeComponent(
|
|
|
328992
329033
|
)
|
|
328993
329034
|
|
|
328994
329035
|
/* harmony default export */ var PlotLayer = (PlotLayer_component.exports);
|
|
328995
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
329036
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"105a93e7-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=aabee682&scoped=true
|
|
328996
329037
|
var PlotAnimationvue_type_template_id_aabee682_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) {
|
|
328997
329038
|
_vm.showScriptList = e;
|
|
328998
329039
|
_vm.$emit('save', _vm.scriptListCopy[_vm.activeIndex]);
|