@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.
|
@@ -112128,7 +112128,7 @@ if (typeof window !== 'undefined') {
|
|
|
112128
112128
|
// Indicate to webpack that this file can be concatenated
|
|
112129
112129
|
/* harmony default export */ var setPublicPath = (null);
|
|
112130
112130
|
|
|
112131
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
112131
|
+
// 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
|
|
112132
112132
|
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)}
|
|
112133
112133
|
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}})}]
|
|
112134
112134
|
|
|
@@ -113949,7 +113949,7 @@ var WebGlobe_component = normalizeComponent(
|
|
|
113949
113949
|
)
|
|
113950
113950
|
|
|
113951
113951
|
/* harmony default export */ var WebGlobe = (WebGlobe_component.exports);
|
|
113952
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
113952
|
+
// 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
|
|
113953
113953
|
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) {
|
|
113954
113954
|
_vm.editor = e;
|
|
113955
113955
|
}},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)}
|
|
@@ -114043,7 +114043,7 @@ var ViewpointManagervue_type_template_id_13dd3ac6_scoped_true_staticRenderFns =
|
|
|
114043
114043
|
}
|
|
114044
114044
|
}
|
|
114045
114045
|
});
|
|
114046
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
114046
|
+
// 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
|
|
114047
114047
|
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)}
|
|
114048
114048
|
var ViewpointEditorvue_type_template_id_47cf5158_scoped_true_staticRenderFns = []
|
|
114049
114049
|
|
|
@@ -115575,7 +115575,7 @@ var StateControl_component = normalizeComponent(
|
|
|
115575
115575
|
)
|
|
115576
115576
|
|
|
115577
115577
|
/* harmony default export */ var StateControl = (StateControl_component.exports);
|
|
115578
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
115578
|
+
// 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
|
|
115579
115579
|
var Linkvue_type_template_id_20d4b76d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
115580
115580
|
var Linkvue_type_template_id_20d4b76d_staticRenderFns = []
|
|
115581
115581
|
|
|
@@ -115994,7 +115994,7 @@ var Link_component = normalizeComponent(
|
|
|
115994
115994
|
)
|
|
115995
115995
|
|
|
115996
115996
|
/* harmony default export */ var Link_Link = (Link_component.exports);
|
|
115997
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
115997
|
+
// 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
|
|
115998
115998
|
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)}
|
|
115999
115999
|
var Drawvue_type_template_id_494bdf51_scoped_true_staticRenderFns = []
|
|
116000
116000
|
|
|
@@ -116558,14 +116558,14 @@ var Draw_component = normalizeComponent(
|
|
|
116558
116558
|
)
|
|
116559
116559
|
|
|
116560
116560
|
/* harmony default export */ var Draw = (Draw_component.exports);
|
|
116561
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
116561
|
+
// 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
|
|
116562
116562
|
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)}
|
|
116563
116563
|
var Measurevue_type_template_id_f7e9025c_staticRenderFns = []
|
|
116564
116564
|
|
|
116565
116565
|
|
|
116566
116566
|
// CONCATENATED MODULE: ./src/components/UI/Controls/Measure/Measure.vue?vue&type=template&id=f7e9025c
|
|
116567
116567
|
|
|
116568
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
116568
|
+
// 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
|
|
116569
116569
|
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){
|
|
116570
116570
|
var title = ref.title;
|
|
116571
116571
|
var mode = ref.mode;
|
|
@@ -117133,7 +117133,7 @@ function getPolygonSamplePoints(options) {
|
|
|
117133
117133
|
}
|
|
117134
117134
|
return result;
|
|
117135
117135
|
}
|
|
117136
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117136
|
+
// 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
|
|
117137
117137
|
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){
|
|
117138
117138
|
var label = ref.label;
|
|
117139
117139
|
var value = ref.value;
|
|
@@ -117250,7 +117250,7 @@ var MeasureResult_component = normalizeComponent(
|
|
|
117250
117250
|
)
|
|
117251
117251
|
|
|
117252
117252
|
/* harmony default export */ var MeasureResult = (MeasureResult_component.exports);
|
|
117253
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117253
|
+
// 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
|
|
117254
117254
|
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)}
|
|
117255
117255
|
var MeasureSettingvue_type_template_id_5fa54a75_scoped_true_staticRenderFns = []
|
|
117256
117256
|
|
|
@@ -117917,7 +117917,7 @@ var Measure_component = normalizeComponent(
|
|
|
117917
117917
|
)
|
|
117918
117918
|
|
|
117919
117919
|
/* harmony default export */ var Measure = (Measure_component.exports);
|
|
117920
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117920
|
+
// 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
|
|
117921
117921
|
var Comparevue_type_template_id_cb3254c0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
117922
117922
|
var Comparevue_type_template_id_cb3254c0_staticRenderFns = []
|
|
117923
117923
|
|
|
@@ -118572,7 +118572,7 @@ var Compare_component = normalizeComponent(
|
|
|
118572
118572
|
)
|
|
118573
118573
|
|
|
118574
118574
|
/* harmony default export */ var Compare = (Compare_component.exports);
|
|
118575
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
118575
|
+
// 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
|
|
118576
118576
|
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)}
|
|
118577
118577
|
var Legendvue_type_template_id_2c7f23c2_scoped_true_staticRenderFns = []
|
|
118578
118578
|
|
|
@@ -118695,7 +118695,7 @@ var Legend_component = normalizeComponent(
|
|
|
118695
118695
|
)
|
|
118696
118696
|
|
|
118697
118697
|
/* harmony default export */ var Legend = (Legend_component.exports);
|
|
118698
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
118698
|
+
// 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
|
|
118699
118699
|
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:({
|
|
118700
118700
|
overflowY: _vm.plainOptions.length > 8 ? 'scroll' : 'hidden',
|
|
118701
118701
|
top: _vm.filterTop + 'px',
|
|
@@ -120036,7 +120036,7 @@ var BaseTable_component = normalizeComponent(
|
|
|
120036
120036
|
)
|
|
120037
120037
|
|
|
120038
120038
|
/* harmony default export */ var BaseTable = (BaseTable_component.exports);
|
|
120039
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120039
|
+
// 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
|
|
120040
120040
|
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){
|
|
120041
120041
|
var marker = ref.marker;
|
|
120042
120042
|
return _c('mapgis-ui-card',{},[_vm._v("\n "+_vm._s(marker.fid)+"\n ")])}}],null,false,3530197095)}):_vm._e()],1)}
|
|
@@ -120419,7 +120419,7 @@ var Locate_component = normalizeComponent(
|
|
|
120419
120419
|
)
|
|
120420
120420
|
|
|
120421
120421
|
/* harmony default export */ var Locate = (Locate_component.exports);
|
|
120422
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120422
|
+
// 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
|
|
120423
120423
|
var Debugvue_type_template_id_07df4ae6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
120424
120424
|
var Debugvue_type_template_id_07df4ae6_staticRenderFns = []
|
|
120425
120425
|
|
|
@@ -120486,7 +120486,7 @@ var Debug_component = normalizeComponent(
|
|
|
120486
120486
|
)
|
|
120487
120487
|
|
|
120488
120488
|
/* harmony default export */ var Debug = (Debug_component.exports);
|
|
120489
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120489
|
+
// 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
|
|
120490
120490
|
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)}
|
|
120491
120491
|
var OutputImagevue_type_template_id_8e56658a_scoped_true_staticRenderFns = []
|
|
120492
120492
|
|
|
@@ -120726,7 +120726,7 @@ var OutputImage_component = normalizeComponent(
|
|
|
120726
120726
|
)
|
|
120727
120727
|
|
|
120728
120728
|
/* harmony default export */ var OutputImage = (OutputImage_component.exports);
|
|
120729
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120729
|
+
// 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
|
|
120730
120730
|
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)}
|
|
120731
120731
|
var Rotatevue_type_template_id_6830364a_scoped_true_staticRenderFns = []
|
|
120732
120732
|
|
|
@@ -121312,7 +121312,7 @@ var ImageryLayer_component = normalizeComponent(
|
|
|
121312
121312
|
)
|
|
121313
121313
|
|
|
121314
121314
|
/* harmony default export */ var ImageryLayer = (ImageryLayer_component.exports);
|
|
121315
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
121315
|
+
// 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
|
|
121316
121316
|
var IgsDocLayervue_type_template_id_7746a780_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
121317
121317
|
var IgsDocLayervue_type_template_id_7746a780_staticRenderFns = []
|
|
121318
121318
|
|
|
@@ -122232,7 +122232,7 @@ var IgsDocLayer_component = normalizeComponent(
|
|
|
122232
122232
|
)
|
|
122233
122233
|
|
|
122234
122234
|
/* harmony default export */ var IgsDocLayer = (IgsDocLayer_component.exports);
|
|
122235
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122235
|
+
// 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
|
|
122236
122236
|
var IgsTileLayervue_type_template_id_72a0b7f9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122237
122237
|
var IgsTileLayervue_type_template_id_72a0b7f9_staticRenderFns = []
|
|
122238
122238
|
|
|
@@ -122312,7 +122312,7 @@ var IgsTileLayer_component = normalizeComponent(
|
|
|
122312
122312
|
)
|
|
122313
122313
|
|
|
122314
122314
|
/* harmony default export */ var IgsTileLayer = (IgsTileLayer_component.exports);
|
|
122315
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122315
|
+
// 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
|
|
122316
122316
|
var BaseRasterLayervue_type_template_id_048cf286_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122317
122317
|
var BaseRasterLayervue_type_template_id_048cf286_staticRenderFns = []
|
|
122318
122318
|
|
|
@@ -122528,7 +122528,7 @@ var BaseRasterLayer_component = normalizeComponent(
|
|
|
122528
122528
|
)
|
|
122529
122529
|
|
|
122530
122530
|
/* harmony default export */ var BaseRasterLayer = (BaseRasterLayer_component.exports);
|
|
122531
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122531
|
+
// 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
|
|
122532
122532
|
var RasterTileLayervue_type_template_id_346b495a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122533
122533
|
var RasterTileLayervue_type_template_id_346b495a_staticRenderFns = []
|
|
122534
122534
|
|
|
@@ -122668,7 +122668,7 @@ var RasterTileLayer_component = normalizeComponent(
|
|
|
122668
122668
|
)
|
|
122669
122669
|
|
|
122670
122670
|
/* harmony default export */ var RasterTileLayer = (RasterTileLayer_component.exports);
|
|
122671
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122671
|
+
// 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
|
|
122672
122672
|
var OGCWFSLayervue_type_template_id_6542a4be_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122673
122673
|
var OGCWFSLayervue_type_template_id_6542a4be_staticRenderFns = []
|
|
122674
122674
|
|
|
@@ -122963,7 +122963,7 @@ var OGCWFSLayer_component = normalizeComponent(
|
|
|
122963
122963
|
)
|
|
122964
122964
|
|
|
122965
122965
|
/* harmony default export */ var OGCWFSLayer = (OGCWFSLayer_component.exports);
|
|
122966
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122966
|
+
// 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
|
|
122967
122967
|
var OGCWMTSLayervue_type_template_id_511cf855_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122968
122968
|
var OGCWMTSLayervue_type_template_id_511cf855_staticRenderFns = []
|
|
122969
122969
|
|
|
@@ -123155,7 +123155,7 @@ var OGCWMTSLayer_component = normalizeComponent(
|
|
|
123155
123155
|
)
|
|
123156
123156
|
|
|
123157
123157
|
/* harmony default export */ var OGCWMTSLayer = (OGCWMTSLayer_component.exports);
|
|
123158
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123158
|
+
// 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
|
|
123159
123159
|
var OGCWMSLayervue_type_template_id_39c5713a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123160
123160
|
var OGCWMSLayervue_type_template_id_39c5713a_staticRenderFns = []
|
|
123161
123161
|
|
|
@@ -123305,7 +123305,7 @@ var OGCWMSLayer_component = normalizeComponent(
|
|
|
123305
123305
|
)
|
|
123306
123306
|
|
|
123307
123307
|
/* harmony default export */ var OGCWMSLayer = (OGCWMSLayer_component.exports);
|
|
123308
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123308
|
+
// 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
|
|
123309
123309
|
var OGCReveserWMSLayervue_type_template_id_3c4de97e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123310
123310
|
var OGCReveserWMSLayervue_type_template_id_3c4de97e_staticRenderFns = []
|
|
123311
123311
|
|
|
@@ -123433,7 +123433,7 @@ var OGCReveserWMSLayer_component = normalizeComponent(
|
|
|
123433
123433
|
)
|
|
123434
123434
|
|
|
123435
123435
|
/* harmony default export */ var OGCReveserWMSLayer = (OGCReveserWMSLayer_component.exports);
|
|
123436
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123436
|
+
// 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
|
|
123437
123437
|
var IgsDynamicLayervue_type_template_id_43979c68_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123438
123438
|
var IgsDynamicLayervue_type_template_id_43979c68_staticRenderFns = []
|
|
123439
123439
|
|
|
@@ -123538,7 +123538,7 @@ var IgsDynamicLayer_component = normalizeComponent(
|
|
|
123538
123538
|
)
|
|
123539
123539
|
|
|
123540
123540
|
/* harmony default export */ var IgsDynamicLayer = (IgsDynamicLayer_component.exports);
|
|
123541
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123541
|
+
// 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
|
|
123542
123542
|
var IgsVector3dLayervue_type_template_id_e6a44488_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123543
123543
|
var IgsVector3dLayervue_type_template_id_e6a44488_staticRenderFns = []
|
|
123544
123544
|
|
|
@@ -123652,7 +123652,7 @@ var IgsVector3dLayer_component = normalizeComponent(
|
|
|
123652
123652
|
)
|
|
123653
123653
|
|
|
123654
123654
|
/* harmony default export */ var IgsVector3dLayer = (IgsVector3dLayer_component.exports);
|
|
123655
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123655
|
+
// 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
|
|
123656
123656
|
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()])}
|
|
123657
123657
|
var IgsFeatureLayervue_type_template_id_06c7d1e6_scoped_true_staticRenderFns = []
|
|
123658
123658
|
|
|
@@ -124014,7 +124014,7 @@ function PopupMixin_toPrimitive(t, r) { if ("object" != PopupMixin_typeof(t) ||
|
|
|
124014
124014
|
$_handleProjectScreen: function $_handleProjectScreen() {}
|
|
124015
124015
|
}
|
|
124016
124016
|
});
|
|
124017
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
124017
|
+
// 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
|
|
124018
124018
|
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)}
|
|
124019
124019
|
var Popupvue_type_template_id_58ea2102_staticRenderFns = []
|
|
124020
124020
|
|
|
@@ -124818,7 +124818,7 @@ var Popup_component = normalizeComponent(
|
|
|
124818
124818
|
)
|
|
124819
124819
|
|
|
124820
124820
|
/* harmony default export */ var Popup = (Popup_component.exports);
|
|
124821
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
124821
|
+
// 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
|
|
124822
124822
|
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()])}
|
|
124823
124823
|
var Popupvue_type_template_id_8b918720_scoped_true_staticRenderFns = []
|
|
124824
124824
|
|
|
@@ -126005,7 +126005,7 @@ var IgsFeatureLayer_component = normalizeComponent(
|
|
|
126005
126005
|
)
|
|
126006
126006
|
|
|
126007
126007
|
/* harmony default export */ var IgsFeatureLayer = (IgsFeatureLayer_component.exports);
|
|
126008
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126008
|
+
// 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
|
|
126009
126009
|
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')}
|
|
126010
126010
|
var ArcGISTileLayervue_type_template_id_04953ff2_scoped_true_staticRenderFns = []
|
|
126011
126011
|
|
|
@@ -126082,7 +126082,7 @@ var ArcGISTileLayer_component = normalizeComponent(
|
|
|
126082
126082
|
)
|
|
126083
126083
|
|
|
126084
126084
|
/* harmony default export */ var ArcGISTileLayer = (ArcGISTileLayer_component.exports);
|
|
126085
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126085
|
+
// 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
|
|
126086
126086
|
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')}
|
|
126087
126087
|
var ArcGISMapLayervue_type_template_id_ee5a3440_scoped_true_staticRenderFns = []
|
|
126088
126088
|
|
|
@@ -126205,7 +126205,7 @@ var ArcGISMapLayer_component = normalizeComponent(
|
|
|
126205
126205
|
)
|
|
126206
126206
|
|
|
126207
126207
|
/* harmony default export */ var ArcGISMapLayer = (ArcGISMapLayer_component.exports);
|
|
126208
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126208
|
+
// 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
|
|
126209
126209
|
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":{
|
|
126210
126210
|
longitude: _vm.popup.lng,
|
|
126211
126211
|
latitude: _vm.popup.lat,
|
|
@@ -137424,7 +137424,7 @@ var GraphicSingleLayer_component = normalizeComponent(
|
|
|
137424
137424
|
)
|
|
137425
137425
|
|
|
137426
137426
|
/* harmony default export */ var GraphicSingleLayer = (GraphicSingleLayer_component.exports);
|
|
137427
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137427
|
+
// 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
|
|
137428
137428
|
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)}
|
|
137429
137429
|
var GraphicLayervue_type_template_id_1d8f64d3_scoped_true_staticRenderFns = []
|
|
137430
137430
|
|
|
@@ -138147,7 +138147,7 @@ var GraphicLayer_component = normalizeComponent(
|
|
|
138147
138147
|
)
|
|
138148
138148
|
|
|
138149
138149
|
/* harmony default export */ var GraphicLayer = (GraphicLayer_component.exports);
|
|
138150
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138150
|
+
// 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
|
|
138151
138151
|
var WebTileLayervue_type_template_id_19e255d9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
138152
138152
|
var WebTileLayervue_type_template_id_19e255d9_staticRenderFns = []
|
|
138153
138153
|
|
|
@@ -138310,7 +138310,7 @@ var WebTileLayer_component = normalizeComponent(
|
|
|
138310
138310
|
)
|
|
138311
138311
|
|
|
138312
138312
|
/* harmony default export */ var WebTileLayer = (WebTileLayer_component.exports);
|
|
138313
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138313
|
+
// 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
|
|
138314
138314
|
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()])}
|
|
138315
138315
|
var GeoJsonLayervue_type_template_id_3b683e50_scoped_true_staticRenderFns = []
|
|
138316
138316
|
|
|
@@ -138593,7 +138593,7 @@ var GeoJsonLayer_component = normalizeComponent(
|
|
|
138593
138593
|
)
|
|
138594
138594
|
|
|
138595
138595
|
/* harmony default export */ var GeoJsonLayer = (GeoJsonLayer_component.exports);
|
|
138596
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138596
|
+
// 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
|
|
138597
138597
|
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')}
|
|
138598
138598
|
var KmlLayervue_type_template_id_8c16df60_scoped_true_staticRenderFns = []
|
|
138599
138599
|
|
|
@@ -138785,7 +138785,7 @@ var KmlLayer_component = normalizeComponent(
|
|
|
138785
138785
|
)
|
|
138786
138786
|
|
|
138787
138787
|
/* harmony default export */ var KmlLayer = (KmlLayer_component.exports);
|
|
138788
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138788
|
+
// 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
|
|
138789
138789
|
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')}
|
|
138790
138790
|
var CzmlLayervue_type_template_id_1aa93b61_scoped_true_staticRenderFns = []
|
|
138791
138791
|
|
|
@@ -140037,7 +140037,7 @@ var M3dFile_component = normalizeComponent(
|
|
|
140037
140037
|
)
|
|
140038
140038
|
|
|
140039
140039
|
/* harmony default export */ var M3dFile = (M3dFile_component.exports);
|
|
140040
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140040
|
+
// 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
|
|
140041
140041
|
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){
|
|
140042
140042
|
var title = ref.title;
|
|
140043
140043
|
var icon = ref.icon;
|
|
@@ -140407,14 +140407,14 @@ function checkTypeIcon(type) {
|
|
|
140407
140407
|
}
|
|
140408
140408
|
return icon;
|
|
140409
140409
|
}
|
|
140410
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140410
|
+
// 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
|
|
140411
140411
|
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)}
|
|
140412
140412
|
var M3dMenusvue_type_template_id_0c7a8e4c_staticRenderFns = []
|
|
140413
140413
|
|
|
140414
140414
|
|
|
140415
140415
|
// CONCATENATED MODULE: ./src/components/Layer/M3D/components/M3dMenus.vue?vue&type=template&id=0c7a8e4c
|
|
140416
140416
|
|
|
140417
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140417
|
+
// 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
|
|
140418
140418
|
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)}
|
|
140419
140419
|
var M3dMenuSettingvue_type_template_id_ff802e9e_staticRenderFns = []
|
|
140420
140420
|
|
|
@@ -140560,7 +140560,7 @@ var M3dMenuSetting_component = normalizeComponent(
|
|
|
140560
140560
|
)
|
|
140561
140561
|
|
|
140562
140562
|
/* harmony default export */ var M3dMenuSetting = (M3dMenuSetting_component.exports);
|
|
140563
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140563
|
+
// 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
|
|
140564
140564
|
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)}
|
|
140565
140565
|
var M3dMenuPropsvue_type_template_id_60924482_staticRenderFns = []
|
|
140566
140566
|
|
|
@@ -140971,7 +140971,7 @@ var M3dMenuProps_component = normalizeComponent(
|
|
|
140971
140971
|
)
|
|
140972
140972
|
|
|
140973
140973
|
/* harmony default export */ var M3dMenuProps = (M3dMenuProps_component.exports);
|
|
140974
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140974
|
+
// 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
|
|
140975
140975
|
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)}
|
|
140976
140976
|
var M3dMenuExplosionvue_type_template_id_e87c773e_staticRenderFns = []
|
|
140977
140977
|
|
|
@@ -141244,7 +141244,7 @@ var M3dMenuExplosion_component = normalizeComponent(
|
|
|
141244
141244
|
)
|
|
141245
141245
|
|
|
141246
141246
|
/* harmony default export */ var M3dMenuExplosion = (M3dMenuExplosion_component.exports);
|
|
141247
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141247
|
+
// 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
|
|
141248
141248
|
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)}
|
|
141249
141249
|
var M3dMenuBloomvue_type_template_id_0ef8eb20_staticRenderFns = []
|
|
141250
141250
|
|
|
@@ -141594,7 +141594,7 @@ var M3dMenuBloom_component = normalizeComponent(
|
|
|
141594
141594
|
)
|
|
141595
141595
|
|
|
141596
141596
|
/* harmony default export */ var M3dMenuBloom = (M3dMenuBloom_component.exports);
|
|
141597
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141597
|
+
// 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
|
|
141598
141598
|
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)}
|
|
141599
141599
|
var M3dMenuDynamicLinevue_type_template_id_ead81a6a_scoped_true_staticRenderFns = []
|
|
141600
141600
|
|
|
@@ -141754,7 +141754,7 @@ var M3dMenuDynamicLine_component = normalizeComponent(
|
|
|
141754
141754
|
)
|
|
141755
141755
|
|
|
141756
141756
|
/* harmony default export */ var M3dMenuDynamicLine = (M3dMenuDynamicLine_component.exports);
|
|
141757
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141757
|
+
// 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
|
|
141758
141758
|
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)}
|
|
141759
141759
|
var M3dMenuSearchlightvue_type_template_id_26e783d4_staticRenderFns = []
|
|
141760
141760
|
|
|
@@ -146534,14 +146534,14 @@ var Scene_component = normalizeComponent(
|
|
|
146534
146534
|
)
|
|
146535
146535
|
|
|
146536
146536
|
/* harmony default export */ var Scene = (Scene_component.exports);
|
|
146537
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146537
|
+
// 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
|
|
146538
146538
|
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)}
|
|
146539
146539
|
var M3dvue_type_template_id_55ed1b06_staticRenderFns = []
|
|
146540
146540
|
|
|
146541
146541
|
|
|
146542
146542
|
// CONCATENATED MODULE: ./src/components/Layer/M3D/M3d.vue?vue&type=template&id=55ed1b06
|
|
146543
146543
|
|
|
146544
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146544
|
+
// 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
|
|
146545
146545
|
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)}
|
|
146546
146546
|
var M3dModelSwitchvue_type_template_id_30ddf4e6_scoped_true_staticRenderFns = []
|
|
146547
146547
|
|
|
@@ -146656,7 +146656,7 @@ var M3dModelSwitch_component = normalizeComponent(
|
|
|
146656
146656
|
)
|
|
146657
146657
|
|
|
146658
146658
|
/* harmony default export */ var M3dModelSwitch = (M3dModelSwitch_component.exports);
|
|
146659
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146659
|
+
// 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
|
|
146660
146660
|
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)}
|
|
146661
146661
|
var Voxelvue_type_template_id_fbb1398a_staticRenderFns = []
|
|
146662
146662
|
|
|
@@ -147582,7 +147582,7 @@ var M3d_component = normalizeComponent(
|
|
|
147582
147582
|
)
|
|
147583
147583
|
|
|
147584
147584
|
/* harmony default export */ var M3d = (M3d_component.exports);
|
|
147585
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147585
|
+
// 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
|
|
147586
147586
|
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()}
|
|
147587
147587
|
var _3dTilesetvue_type_template_id_2dc4cde7_staticRenderFns = []
|
|
147588
147588
|
|
|
@@ -147981,7 +147981,7 @@ var PopupFeature_component = normalizeComponent(
|
|
|
147981
147981
|
)
|
|
147982
147982
|
|
|
147983
147983
|
/* harmony default export */ var PopupFeature = (PopupFeature_component.exports);
|
|
147984
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147984
|
+
// 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
|
|
147985
147985
|
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()])])}
|
|
147986
147986
|
var PopupMonitorPointvue_type_template_id_4704f88e_scoped_true_staticRenderFns = []
|
|
147987
147987
|
|
|
@@ -150339,7 +150339,7 @@ var PopupMonitorPoint_component = normalizeComponent(
|
|
|
150339
150339
|
)
|
|
150340
150340
|
|
|
150341
150341
|
/* harmony default export */ var PopupMonitorPoint = (PopupMonitorPoint_component.exports);
|
|
150342
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150342
|
+
// 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
|
|
150343
150343
|
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("暂无数据")])])}
|
|
150344
150344
|
var PopupINSARvue_type_template_id_78ceb203_scoped_true_staticRenderFns = []
|
|
150345
150345
|
|
|
@@ -150506,14 +150506,14 @@ var PopupINSAR_component = normalizeComponent(
|
|
|
150506
150506
|
)
|
|
150507
150507
|
|
|
150508
150508
|
/* harmony default export */ var PopupINSAR = (PopupINSAR_component.exports);
|
|
150509
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150509
|
+
// 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
|
|
150510
150510
|
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)}
|
|
150511
150511
|
var PopupIOTvue_type_template_id_793cedba_scoped_true_staticRenderFns = []
|
|
150512
150512
|
|
|
150513
150513
|
|
|
150514
150514
|
// CONCATENATED MODULE: ./src/components/UI/Popup/PopupIOT.vue?vue&type=template&id=793cedba&scoped=true
|
|
150515
150515
|
|
|
150516
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150516
|
+
// 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
|
|
150517
150517
|
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":{
|
|
150518
150518
|
force: '力引导布局',
|
|
150519
150519
|
circular: '环形布局'
|
|
@@ -151152,7 +151152,7 @@ var PopupIOT_component = normalizeComponent(
|
|
|
151152
151152
|
)
|
|
151153
151153
|
|
|
151154
151154
|
/* harmony default export */ var PopupIOT = (PopupIOT_component.exports);
|
|
151155
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151155
|
+
// 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
|
|
151156
151156
|
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:({
|
|
151157
151157
|
width: _vm.tooltipWidth + 'px',
|
|
151158
151158
|
maxHeight: _vm.tooltipHeight + 'px'
|
|
@@ -151170,7 +151170,7 @@ var g6_default = /*#__PURE__*/__webpack_require__.n(g6);
|
|
|
151170
151170
|
var hierarchy = __webpack_require__("0519");
|
|
151171
151171
|
var hierarchy_default = /*#__PURE__*/__webpack_require__.n(hierarchy);
|
|
151172
151172
|
|
|
151173
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151173
|
+
// 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
|
|
151174
151174
|
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)}
|
|
151175
151175
|
var RelationAccessoryvue_type_template_id_7641686a_scoped_true_staticRenderFns = []
|
|
151176
151176
|
|
|
@@ -204108,7 +204108,7 @@ var RelationshipGraph_component = normalizeComponent(
|
|
|
204108
204108
|
)
|
|
204109
204109
|
|
|
204110
204110
|
/* harmony default export */ var RelationshipGraph = (RelationshipGraph_component.exports);
|
|
204111
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
204111
|
+
// 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
|
|
204112
204112
|
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)}
|
|
204113
204113
|
var PopupFeatureDetailvue_type_template_id_d983ef5a_scoped_true_staticRenderFns = []
|
|
204114
204114
|
|
|
@@ -204449,7 +204449,7 @@ var PopupFeatureDetail_component = normalizeComponent(
|
|
|
204449
204449
|
)
|
|
204450
204450
|
|
|
204451
204451
|
/* harmony default export */ var PopupFeatureDetail = (PopupFeatureDetail_component.exports);
|
|
204452
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
204452
|
+
// 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
|
|
204453
204453
|
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)}
|
|
204454
204454
|
var Markervue_type_template_id_78934844_staticRenderFns = []
|
|
204455
204455
|
|
|
@@ -205294,7 +205294,7 @@ var Marker_component = normalizeComponent(
|
|
|
205294
205294
|
)
|
|
205295
205295
|
|
|
205296
205296
|
/* harmony default export */ var Marker = (Marker_component.exports);
|
|
205297
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205297
|
+
// 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
|
|
205298
205298
|
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":{
|
|
205299
205299
|
longitude: _vm.popupPosition.longitude,
|
|
205300
205300
|
latitude: _vm.popupPosition.latitude,
|
|
@@ -205590,7 +205590,7 @@ var Marker3dPro_component = normalizeComponent(
|
|
|
205590
205590
|
)
|
|
205591
205591
|
|
|
205592
205592
|
/* harmony default export */ var Marker3dPro = (Marker3dPro_component.exports);
|
|
205593
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205593
|
+
// 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
|
|
205594
205594
|
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)}
|
|
205595
205595
|
var Marker3dSetProvue_type_template_id_2406040c_staticRenderFns = []
|
|
205596
205596
|
|
|
@@ -205737,7 +205737,7 @@ var Marker3dSetPro_component = normalizeComponent(
|
|
|
205737
205737
|
)
|
|
205738
205738
|
|
|
205739
205739
|
/* harmony default export */ var Marker3dSetPro = (Marker3dSetPro_component.exports);
|
|
205740
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205740
|
+
// 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
|
|
205741
205741
|
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)}
|
|
205742
205742
|
var DynamicMarkerLayervue_type_template_id_090adf49_staticRenderFns = []
|
|
205743
205743
|
|
|
@@ -206321,7 +206321,7 @@ var DynamicMarkerLayer_component = normalizeComponent(
|
|
|
206321
206321
|
)
|
|
206322
206322
|
|
|
206323
206323
|
/* harmony default export */ var DynamicMarkerLayer = (DynamicMarkerLayer_component.exports);
|
|
206324
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
206324
|
+
// 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
|
|
206325
206325
|
var Mapv3dLayervue_type_template_id_94d43a1a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
206326
206326
|
var Mapv3dLayervue_type_template_id_94d43a1a_staticRenderFns = []
|
|
206327
206327
|
|
|
@@ -208039,7 +208039,7 @@ var Mapv3dLayer_component = normalizeComponent(
|
|
|
208039
208039
|
)
|
|
208040
208040
|
|
|
208041
208041
|
/* harmony default export */ var Mapv3dLayer = (Mapv3dLayer_component.exports);
|
|
208042
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
208042
|
+
// 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
|
|
208043
208043
|
var Echartsvue_type_template_id_257c81f6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
208044
208044
|
var Echartsvue_type_template_id_257c81f6_staticRenderFns = []
|
|
208045
208045
|
|
|
@@ -256581,7 +256581,7 @@ var MapvHeater_component = normalizeComponent(
|
|
|
256581
256581
|
)
|
|
256582
256582
|
|
|
256583
256583
|
/* harmony default export */ var MapvHeater = (MapvHeater_component.exports);
|
|
256584
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
256584
|
+
// 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
|
|
256585
256585
|
var GraphThemeLayervue_type_template_id_da8c1bb2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
256586
256586
|
var GraphThemeLayervue_type_template_id_da8c1bb2_staticRenderFns = []
|
|
256587
256587
|
|
|
@@ -263552,7 +263552,7 @@ var ThemeLayerCustom_component = normalizeComponent(
|
|
|
263552
263552
|
)
|
|
263553
263553
|
|
|
263554
263554
|
/* harmony default export */ var ThemeLayerCustom = (ThemeLayerCustom_component.exports);
|
|
263555
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
263555
|
+
// 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
|
|
263556
263556
|
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')}
|
|
263557
263557
|
var M3DSubSectionLayervue_type_template_id_c1425ef8_scoped_true_staticRenderFns = []
|
|
263558
263558
|
|
|
@@ -263824,7 +263824,7 @@ var IgsTerrainProvider_component = normalizeComponent(
|
|
|
263824
263824
|
)
|
|
263825
263825
|
|
|
263826
263826
|
/* harmony default export */ var IgsTerrainProvider = (IgsTerrainProvider_component.exports);
|
|
263827
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
263827
|
+
// 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
|
|
263828
263828
|
var TerrainProvidervue_type_template_id_7ed4d1da_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
263829
263829
|
var TerrainProvidervue_type_template_id_7ed4d1da_staticRenderFns = []
|
|
263830
263830
|
|
|
@@ -263925,7 +263925,7 @@ var TerrainProvider_component = normalizeComponent(
|
|
|
263925
263925
|
)
|
|
263926
263926
|
|
|
263927
263927
|
/* harmony default export */ var TerrainProvider = (TerrainProvider_component.exports);
|
|
263928
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
263928
|
+
// 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
|
|
263929
263929
|
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)}
|
|
263930
263930
|
var GeoJsonDataSourcevue_type_template_id_6e91f634_staticRenderFns = []
|
|
263931
263931
|
|
|
@@ -264234,7 +264234,7 @@ var GeoJsonDataSource_component = normalizeComponent(
|
|
|
264234
264234
|
)
|
|
264235
264235
|
|
|
264236
264236
|
/* harmony default export */ var GeoJsonDataSource = (GeoJsonDataSource_component.exports);
|
|
264237
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264237
|
+
// 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
|
|
264238
264238
|
var CzmlDataSourcevue_type_template_id_3bb3c582_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
264239
264239
|
var CzmlDataSourcevue_type_template_id_3bb3c582_staticRenderFns = []
|
|
264240
264240
|
|
|
@@ -264526,7 +264526,7 @@ var CzmlDataSource_component = normalizeComponent(
|
|
|
264526
264526
|
)
|
|
264527
264527
|
|
|
264528
264528
|
/* harmony default export */ var CzmlDataSource = (CzmlDataSource_component.exports);
|
|
264529
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264529
|
+
// 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
|
|
264530
264530
|
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)}
|
|
264531
264531
|
var Viewshedvue_type_template_id_01c6d842_scoped_true_staticRenderFns = []
|
|
264532
264532
|
|
|
@@ -265372,7 +265372,7 @@ var Viewshed_component = normalizeComponent(
|
|
|
265372
265372
|
)
|
|
265373
265373
|
|
|
265374
265374
|
/* harmony default export */ var Viewshed = (Viewshed_component.exports);
|
|
265375
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
265375
|
+
// 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
|
|
265376
265376
|
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)}
|
|
265377
265377
|
var Sightlinevue_type_template_id_33086ac0_scoped_true_staticRenderFns = []
|
|
265378
265378
|
|
|
@@ -265980,7 +265980,7 @@ var Sightline_component = normalizeComponent(
|
|
|
265980
265980
|
)
|
|
265981
265981
|
|
|
265982
265982
|
/* harmony default export */ var Sightline = (Sightline_component.exports);
|
|
265983
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
265983
|
+
// 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
|
|
265984
265984
|
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)}
|
|
265985
265985
|
var SkyLinevue_type_template_id_7b95a538_scoped_true_staticRenderFns = []
|
|
265986
265986
|
|
|
@@ -266422,7 +266422,7 @@ var SkyLine_component = normalizeComponent(
|
|
|
266422
266422
|
)
|
|
266423
266423
|
|
|
266424
266424
|
/* harmony default export */ var SkyLine = (SkyLine_component.exports);
|
|
266425
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
266425
|
+
// 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
|
|
266426
266426
|
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)}
|
|
266427
266427
|
var ModelFlattenvue_type_template_id_05e8543e_scoped_true_staticRenderFns = []
|
|
266428
266428
|
|
|
@@ -266761,7 +266761,7 @@ var ModelFlatten_component = normalizeComponent(
|
|
|
266761
266761
|
)
|
|
266762
266762
|
|
|
266763
266763
|
/* harmony default export */ var ModelFlatten = (ModelFlatten_component.exports);
|
|
266764
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
266764
|
+
// 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
|
|
266765
266765
|
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)}
|
|
266766
266766
|
var HeightLimitedvue_type_template_id_0accc2f4_scoped_true_staticRenderFns = []
|
|
266767
266767
|
|
|
@@ -267368,7 +267368,7 @@ var HeightLimited_component = normalizeComponent(
|
|
|
267368
267368
|
)
|
|
267369
267369
|
|
|
267370
267370
|
/* harmony default export */ var HeightLimited = (HeightLimited_component.exports);
|
|
267371
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
267371
|
+
// 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
|
|
267372
267372
|
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)}
|
|
267373
267373
|
var Shadowvue_type_template_id_85cfb85e_scoped_true_staticRenderFns = []
|
|
267374
267374
|
|
|
@@ -269492,7 +269492,7 @@ var Shadow_component = normalizeComponent(
|
|
|
269492
269492
|
)
|
|
269493
269493
|
|
|
269494
269494
|
/* harmony default export */ var Analysis_Shadow = (Shadow_component.exports);
|
|
269495
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
269495
|
+
// 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
|
|
269496
269496
|
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)}
|
|
269497
269497
|
var DynamicCuttingvue_type_template_id_18e1026a_scoped_true_staticRenderFns = []
|
|
269498
269498
|
|
|
@@ -269747,7 +269747,7 @@ var DynamicCutting_component = normalizeComponent(
|
|
|
269747
269747
|
)
|
|
269748
269748
|
|
|
269749
269749
|
/* harmony default export */ var DynamicCutting = (DynamicCutting_component.exports);
|
|
269750
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
269750
|
+
// 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
|
|
269751
269751
|
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)}
|
|
269752
269752
|
var DynamicSectionvue_type_template_id_3c893501_scoped_true_staticRenderFns = []
|
|
269753
269753
|
|
|
@@ -270470,7 +270470,7 @@ var DynamicSection_component = normalizeComponent(
|
|
|
270470
270470
|
)
|
|
270471
270471
|
|
|
270472
270472
|
/* harmony default export */ var DynamicSection = (DynamicSection_component.exports);
|
|
270473
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
270473
|
+
// 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
|
|
270474
270474
|
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)}
|
|
270475
270475
|
var Fillvue_type_template_id_0ec35788_scoped_true_staticRenderFns = []
|
|
270476
270476
|
|
|
@@ -270811,7 +270811,7 @@ var Fill_component = normalizeComponent(
|
|
|
270811
270811
|
)
|
|
270812
270812
|
|
|
270813
270813
|
/* harmony default export */ var Fill = (Fill_component.exports);
|
|
270814
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
270814
|
+
// 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
|
|
270815
270815
|
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)}
|
|
270816
270816
|
var Aspectvue_type_template_id_e8c82cf6_staticRenderFns = []
|
|
270817
270817
|
|
|
@@ -271189,7 +271189,7 @@ var Aspect_component = normalizeComponent(
|
|
|
271189
271189
|
)
|
|
271190
271190
|
|
|
271191
271191
|
/* harmony default export */ var Aspect = (Aspect_component.exports);
|
|
271192
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271192
|
+
// 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
|
|
271193
271193
|
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)}
|
|
271194
271194
|
var Slopevue_type_template_id_5086b7dc_staticRenderFns = []
|
|
271195
271195
|
|
|
@@ -271546,7 +271546,7 @@ var Slope_component = normalizeComponent(
|
|
|
271546
271546
|
)
|
|
271547
271547
|
|
|
271548
271548
|
/* harmony default export */ var Slope = (Slope_component.exports);
|
|
271549
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271549
|
+
// 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
|
|
271550
271550
|
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)}
|
|
271551
271551
|
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"})])}]
|
|
271552
271552
|
|
|
@@ -271905,7 +271905,7 @@ var AspectSlope_component = normalizeComponent(
|
|
|
271905
271905
|
)
|
|
271906
271906
|
|
|
271907
271907
|
/* harmony default export */ var AspectSlope = (AspectSlope_component.exports);
|
|
271908
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271908
|
+
// 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
|
|
271909
271909
|
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)}
|
|
271910
271910
|
var Contourvue_type_template_id_0b5ed0ad_scoped_true_staticRenderFns = []
|
|
271911
271911
|
|
|
@@ -272595,7 +272595,7 @@ var Contour_component = normalizeComponent(
|
|
|
272595
272595
|
)
|
|
272596
272596
|
|
|
272597
272597
|
/* harmony default export */ var Contour = (Contour_component.exports);
|
|
272598
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
272598
|
+
// 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
|
|
272599
272599
|
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)}
|
|
272600
272600
|
var CutFillvue_type_template_id_bd1b7f86_scoped_true_staticRenderFns = []
|
|
272601
272601
|
|
|
@@ -273178,7 +273178,7 @@ var CutFill_component = normalizeComponent(
|
|
|
273178
273178
|
)
|
|
273179
273179
|
|
|
273180
273180
|
/* harmony default export */ var CutFill = (CutFill_component.exports);
|
|
273181
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
273181
|
+
// 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
|
|
273182
273182
|
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)}
|
|
273183
273183
|
var Profilevue_type_template_id_d4fb7a34_staticRenderFns = []
|
|
273184
273184
|
|
|
@@ -273741,7 +273741,7 @@ var Profile_component = normalizeComponent(
|
|
|
273741
273741
|
)
|
|
273742
273742
|
|
|
273743
273743
|
/* harmony default export */ var Profile = (Profile_component.exports);
|
|
273744
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
273744
|
+
// 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
|
|
273745
273745
|
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:{
|
|
273746
273746
|
'list-active': _vm.activeIndex === index,
|
|
273747
273747
|
},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:{
|
|
@@ -274790,7 +274790,7 @@ var ParticleEffects_component = normalizeComponent(
|
|
|
274790
274790
|
)
|
|
274791
274791
|
|
|
274792
274792
|
/* harmony default export */ var ParticleEffects = (ParticleEffects_component.exports);
|
|
274793
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
274793
|
+
// 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
|
|
274794
274794
|
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)}
|
|
274795
274795
|
var Floodvue_type_template_id_6eb9625a_scoped_true_staticRenderFns = []
|
|
274796
274796
|
|
|
@@ -275323,7 +275323,7 @@ var Flood_component = normalizeComponent(
|
|
|
275323
275323
|
)
|
|
275324
275324
|
|
|
275325
275325
|
/* harmony default export */ var Flood = (Flood_component.exports);
|
|
275326
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
275326
|
+
// 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
|
|
275327
275327
|
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":[
|
|
275328
275328
|
{ label: '客户端分析', value: 'client' },
|
|
275329
275329
|
{ label: '服务端分析', value: 'server' } ]},model:{value:(_vm.bufferMethod),callback:function ($$v) {_vm.bufferMethod=$$v},expression:"bufferMethod"}})],1)],1):_vm._e(),(
|
|
@@ -276568,7 +276568,7 @@ var Buffer_component = normalizeComponent(
|
|
|
276568
276568
|
)
|
|
276569
276569
|
|
|
276570
276570
|
/* harmony default export */ var Buffer = (Buffer_component.exports);
|
|
276571
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
276571
|
+
// 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
|
|
276572
276572
|
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":[
|
|
276573
276573
|
{ label: '指定半径', value: false },
|
|
276574
276574
|
{ 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":[
|
|
@@ -277118,7 +277118,7 @@ var ModelBuffer_component = normalizeComponent(
|
|
|
277118
277118
|
)
|
|
277119
277119
|
|
|
277120
277120
|
/* harmony default export */ var ModelBuffer = (ModelBuffer_component.exports);
|
|
277121
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
277121
|
+
// 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
|
|
277122
277122
|
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)}
|
|
277123
277123
|
var Overlayvue_type_template_id_33aa2cc2_scoped_true_staticRenderFns = []
|
|
277124
277124
|
|
|
@@ -277602,7 +277602,7 @@ var Overlay_component = normalizeComponent(
|
|
|
277602
277602
|
)
|
|
277603
277603
|
|
|
277604
277604
|
/* harmony default export */ var Overlay = (Overlay_component.exports);
|
|
277605
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
277605
|
+
// 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
|
|
277606
277606
|
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)}
|
|
277607
277607
|
var ModelOverlayvue_type_template_id_bac413f0_scoped_true_staticRenderFns = []
|
|
277608
277608
|
|
|
@@ -278074,7 +278074,7 @@ var ModelOverlay_component = normalizeComponent(
|
|
|
278074
278074
|
)
|
|
278075
278075
|
|
|
278076
278076
|
/* harmony default export */ var ModelOverlay = (ModelOverlay_component.exports);
|
|
278077
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278077
|
+
// 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
|
|
278078
278078
|
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){
|
|
278079
278079
|
var title = ref.title;
|
|
278080
278080
|
var icon = ref.icon;
|
|
@@ -278104,7 +278104,7 @@ var StratifiedHouseholdvue_type_template_id_333257dc_staticRenderFns = []
|
|
|
278104
278104
|
|
|
278105
278105
|
// CONCATENATED MODULE: ./src/components/Analysis/StratifiedHousehold.vue?vue&type=template&id=333257dc
|
|
278106
278106
|
|
|
278107
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278107
|
+
// 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
|
|
278108
278108
|
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)}
|
|
278109
278109
|
var StratifiedHouseholdMenusvue_type_template_id_35bf116d_staticRenderFns = []
|
|
278110
278110
|
|
|
@@ -279660,7 +279660,7 @@ var StratifiedHousehold_component = normalizeComponent(
|
|
|
279660
279660
|
)
|
|
279661
279661
|
|
|
279662
279662
|
/* harmony default export */ var StratifiedHousehold = (StratifiedHousehold_component.exports);
|
|
279663
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
279663
|
+
// 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
|
|
279664
279664
|
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),(
|
|
279665
279665
|
_vm.currentProjectorOverlayLayer &&
|
|
279666
279666
|
Object.keys(_vm.currentProjectorOverlayLayer).length > 0
|
|
@@ -279673,7 +279673,7 @@ var ProjectorManagervue_type_template_id_59325ecd_scoped_true_staticRenderFns =
|
|
|
279673
279673
|
|
|
279674
279674
|
// CONCATENATED MODULE: ./src/components/Analysis/scene-projector/ProjectorManager.vue?vue&type=template&id=59325ecd&scoped=true
|
|
279675
279675
|
|
|
279676
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
279676
|
+
// 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
|
|
279677
279677
|
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
|
|
279678
279678
|
? 'operations-row-action show-operations'
|
|
279679
279679
|
: '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)}
|
|
@@ -279879,14 +279879,14 @@ var OperationsItem_component = normalizeComponent(
|
|
|
279879
279879
|
)
|
|
279880
279880
|
|
|
279881
279881
|
/* harmony default export */ var OperationsItem = (OperationsItem_component.exports);
|
|
279882
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
279882
|
+
// 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
|
|
279883
279883
|
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)])}
|
|
279884
279884
|
var ProjectorLayerSelectvue_type_template_id_f96c7768_scoped_true_staticRenderFns = []
|
|
279885
279885
|
|
|
279886
279886
|
|
|
279887
279887
|
// CONCATENATED MODULE: ./src/components/Analysis/scene-projector/components/ProjectorLayerSelect.vue?vue&type=template&id=f96c7768&scoped=true
|
|
279888
279888
|
|
|
279889
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
279889
|
+
// 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
|
|
279890
279890
|
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)])}
|
|
279891
279891
|
var EditLayerNamevue_type_template_id_751fccac_scoped_true_staticRenderFns = []
|
|
279892
279892
|
|
|
@@ -281653,7 +281653,7 @@ var ProjectorManager_component = normalizeComponent(
|
|
|
281653
281653
|
)
|
|
281654
281654
|
|
|
281655
281655
|
/* harmony default export */ var ProjectorManager = (ProjectorManager_component.exports);
|
|
281656
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
281656
|
+
// 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
|
|
281657
281657
|
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)}
|
|
281658
281658
|
var ProjectorSettingvue_type_template_id_04cf8268_scoped_true_staticRenderFns = []
|
|
281659
281659
|
|
|
@@ -282909,7 +282909,7 @@ var ProjectorSetting_component = normalizeComponent(
|
|
|
282909
282909
|
)
|
|
282910
282910
|
|
|
282911
282911
|
/* harmony default export */ var ProjectorSetting = (ProjectorSetting_component.exports);
|
|
282912
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
282912
|
+
// 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
|
|
282913
282913
|
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){
|
|
282914
282914
|
var title = ref.title;
|
|
282915
282915
|
var index = ref.index;
|
|
@@ -284014,7 +284014,7 @@ var BIM_component = normalizeComponent(
|
|
|
284014
284014
|
)
|
|
284015
284015
|
|
|
284016
284016
|
/* harmony default export */ var BIM = (BIM_component.exports);
|
|
284017
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
284017
|
+
// 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
|
|
284018
284018
|
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)}
|
|
284019
284019
|
var Explosionvue_type_template_id_013f7460_scoped_true_staticRenderFns = []
|
|
284020
284020
|
|
|
@@ -291326,7 +291326,7 @@ var Explosion_component = normalizeComponent(
|
|
|
291326
291326
|
)
|
|
291327
291327
|
|
|
291328
291328
|
/* harmony default export */ var Explosion = (Explosion_component.exports);
|
|
291329
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
291329
|
+
// 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
|
|
291330
291330
|
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)}
|
|
291331
291331
|
var Excavatevue_type_template_id_6b26a23e_scoped_true_staticRenderFns = []
|
|
291332
291332
|
|
|
@@ -291983,7 +291983,7 @@ var Excavate_component = normalizeComponent(
|
|
|
291983
291983
|
)
|
|
291984
291984
|
|
|
291985
291985
|
/* harmony default export */ var Excavate = (Excavate_component.exports);
|
|
291986
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
291986
|
+
// 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
|
|
291987
291987
|
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')}
|
|
291988
291988
|
var GeojsonComvue_type_template_id_532f842c_scoped_true_staticRenderFns = []
|
|
291989
291989
|
|
|
@@ -292551,7 +292551,7 @@ var GeojsonCom_component = normalizeComponent(
|
|
|
292551
292551
|
)
|
|
292552
292552
|
|
|
292553
292553
|
/* harmony default export */ var GeojsonCom = (GeojsonCom_component.exports);
|
|
292554
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
292554
|
+
// 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
|
|
292555
292555
|
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:{
|
|
292556
292556
|
'area-tab-name': true,
|
|
292557
292557
|
active: i - 1 === _vm.curindex
|
|
@@ -293086,14 +293086,14 @@ var mixComponent_Legend_component = normalizeComponent(
|
|
|
293086
293086
|
)
|
|
293087
293087
|
|
|
293088
293088
|
/* harmony default export */ var mixComponent_Legend = (mixComponent_Legend_component.exports);
|
|
293089
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293089
|
+
// 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
|
|
293090
293090
|
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)}
|
|
293091
293091
|
var SceneSettingvue_type_template_id_4af2b6c7_scoped_true_staticRenderFns = []
|
|
293092
293092
|
|
|
293093
293093
|
|
|
293094
293094
|
// CONCATENATED MODULE: ./src/components/SceneEffect/SceneSetting.vue?vue&type=template&id=4af2b6c7&scoped=true
|
|
293095
293095
|
|
|
293096
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293096
|
+
// 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
|
|
293097
293097
|
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)}
|
|
293098
293098
|
var BasicSettingvue_type_template_id_2c058e40_scoped_true_staticRenderFns = []
|
|
293099
293099
|
|
|
@@ -293103,7 +293103,7 @@ var BasicSettingvue_type_template_id_2c058e40_scoped_true_staticRenderFns = []
|
|
|
293103
293103
|
// EXTERNAL MODULE: ./src/components/SceneEffect/components/navigation-all.css
|
|
293104
293104
|
var navigation_all = __webpack_require__("4015");
|
|
293105
293105
|
|
|
293106
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293106
|
+
// 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
|
|
293107
293107
|
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),(
|
|
293108
293108
|
_vm.compassPosition.anchor === 'top-left' ||
|
|
293109
293109
|
_vm.compassPosition.anchor === 'bottom-left'
|
|
@@ -294007,12 +294007,12 @@ var BasicSetting_component = normalizeComponent(
|
|
|
294007
294007
|
)
|
|
294008
294008
|
|
|
294009
294009
|
/* harmony default export */ var BasicSetting = (BasicSetting_component.exports);
|
|
294010
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294011
|
-
var
|
|
294012
|
-
var
|
|
294010
|
+
// 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
|
|
294011
|
+
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)}
|
|
294012
|
+
var CameraSettingvue_type_template_id_26af3c98_scoped_true_staticRenderFns = []
|
|
294013
294013
|
|
|
294014
294014
|
|
|
294015
|
-
// CONCATENATED MODULE: ./src/components/SceneEffect/components/CameraSetting.vue?vue&type=template&id=
|
|
294015
|
+
// CONCATENATED MODULE: ./src/components/SceneEffect/components/CameraSetting.vue?vue&type=template&id=26af3c98&scoped=true
|
|
294016
294016
|
|
|
294017
294017
|
// 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
|
|
294018
294018
|
var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
@@ -294232,16 +294232,21 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294232
294232
|
}
|
|
294233
294233
|
// 当imageryLayers数组的长度大于0,开启影像透明度独立控制,否则不开启,开启操做必须在设置透明度之前执行
|
|
294234
294234
|
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294235
|
-
|
|
294236
|
-
|
|
294235
|
+
if (imageryLayers.length > 0) {
|
|
294236
|
+
// 开启影像图层透明度独立控制,则通过globeFaceAlpha设置球体透明度
|
|
294237
|
+
_independentTranslucency.globeFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294238
|
+
} else {
|
|
294239
|
+
_independentTranslucency.frontFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294240
|
+
_independentTranslucency.backFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294241
|
+
}
|
|
294237
294242
|
}
|
|
294238
294243
|
// 2.2 关闭开启地表透明度独立控制
|
|
294239
294244
|
else {
|
|
294245
|
+
// 当imageryLayers数组的长度等于0,关闭影像透明度独立控制
|
|
294246
|
+
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294240
294247
|
// 关闭开启影像图层透明度独立控制,则通过frontFaceAlpha和backFaceAlpha设置球体透明度
|
|
294241
294248
|
_independentTranslucency.frontFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294242
294249
|
_independentTranslucency.backFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294243
|
-
// 当imageryLayers数组的长度等于0,关闭影像透明度独立控制
|
|
294244
|
-
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294245
294250
|
}
|
|
294246
294251
|
}
|
|
294247
294252
|
}
|
|
@@ -294250,7 +294255,10 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294250
294255
|
* 更新二维影像图层独立控制影响的图层
|
|
294251
294256
|
* */
|
|
294252
294257
|
updateIndependentTranslucency: function updateIndependentTranslucency() {
|
|
294253
|
-
|
|
294258
|
+
// 只有开启地下模式才进行控制
|
|
294259
|
+
if (this.cameraSetting.undgrd) {
|
|
294260
|
+
this._enableIndependentTranslucency(this.cameraSetting.undgrdParams.enableIndependentTranslucency);
|
|
294261
|
+
}
|
|
294254
294262
|
},
|
|
294255
294263
|
/**
|
|
294256
294264
|
* 开启或关闭地下模式,开启后地表半透明,视角可以穿梭到地下,会触发设置更新事件
|
|
@@ -294275,9 +294283,25 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294275
294283
|
if (this.cameraSetting.undgrd) {
|
|
294276
294284
|
// 2.1 设置地表透明度
|
|
294277
294285
|
this._setGlobeBackFaceAlpha(this.cameraSetting.undgrdParams.groundAlpha);
|
|
294286
|
+
// 开启地下模式时启用_independentTranslucency
|
|
294287
|
+
this.initEnableIndependentTranslucency();
|
|
294278
294288
|
} else {
|
|
294279
294289
|
// 2.2 不开启地表透明度,地表透明度应该为1
|
|
294280
294290
|
this._setGlobeBackFaceAlpha(1);
|
|
294291
|
+
this.initDisableEnableIndependentTranslucency();
|
|
294292
|
+
}
|
|
294293
|
+
},
|
|
294294
|
+
initEnableIndependentTranslucency: function initEnableIndependentTranslucency() {
|
|
294295
|
+
var _independentTranslucency = this.getImageLayersTranslucencyManager();
|
|
294296
|
+
if (_independentTranslucency) {
|
|
294297
|
+
_independentTranslucency.enabled = true;
|
|
294298
|
+
}
|
|
294299
|
+
this._enableIndependentTranslucency(this.cameraSetting.undgrdParams.enableIndependentTranslucency);
|
|
294300
|
+
},
|
|
294301
|
+
initDisableEnableIndependentTranslucency: function initDisableEnableIndependentTranslucency() {
|
|
294302
|
+
var _independentTranslucency = this.getImageLayersTranslucencyManager();
|
|
294303
|
+
if (_independentTranslucency) {
|
|
294304
|
+
_independentTranslucency.enabled = false;
|
|
294281
294305
|
}
|
|
294282
294306
|
},
|
|
294283
294307
|
/**
|
|
@@ -294331,17 +294355,34 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294331
294355
|
_setGlobeBackFaceAlpha: function _setGlobeBackFaceAlpha(groundAlpha) {
|
|
294332
294356
|
// 1 获取透明度工具
|
|
294333
294357
|
var _independentTranslucency = this.getImageLayersTranslucencyManager();
|
|
294334
|
-
|
|
294335
|
-
// 2 设置地表透明度
|
|
294336
294358
|
if (_independentTranslucency) {
|
|
294337
|
-
|
|
294338
|
-
if (
|
|
294339
|
-
|
|
294359
|
+
var imageryLayers = [];
|
|
294360
|
+
if (this.cameraSetting.undgrdParams.enableIndependentTranslucency) {
|
|
294361
|
+
// i从1开始,因为第0个是Cesium初始底图
|
|
294362
|
+
for (var i = 1; i < viewer.imageryLayers._layers.length; i++) {
|
|
294363
|
+
imageryLayers.push(viewer.imageryLayers._layers[i]);
|
|
294364
|
+
}
|
|
294365
|
+
// 当imageryLayers数组的长度大于0,开启影像透明度独立控制,否则不开启,开启操做必须在设置透明度之前执行
|
|
294366
|
+
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294367
|
+
if (imageryLayers.length > 0) {
|
|
294368
|
+
// 开启影像图层透明度独立控制,则通过globeFaceAlpha设置球体透明度
|
|
294369
|
+
_independentTranslucency.globeFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294370
|
+
} else {
|
|
294371
|
+
_independentTranslucency.frontFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294372
|
+
_independentTranslucency.backFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294373
|
+
}
|
|
294340
294374
|
}
|
|
294341
|
-
// 2.
|
|
294375
|
+
// 2.2 关闭开启地表透明度独立控制
|
|
294342
294376
|
else {
|
|
294343
|
-
|
|
294344
|
-
|
|
294377
|
+
if (this.cameraSetting.undgrd) {
|
|
294378
|
+
// 当imageryLayers数组的长度等于0,关闭影像透明度独立控制
|
|
294379
|
+
_independentTranslucency.imageryLayers = imageryLayers;
|
|
294380
|
+
// 关闭开启影像图层透明度独立控制,则通过frontFaceAlpha和backFaceAlpha设置球体透明度
|
|
294381
|
+
_independentTranslucency.frontFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294382
|
+
_independentTranslucency.backFaceAlpha = this.cameraSetting.undgrdParams.groundAlpha;
|
|
294383
|
+
} else {
|
|
294384
|
+
_independentTranslucency.globeFaceAlpha = groundAlpha;
|
|
294385
|
+
}
|
|
294345
294386
|
}
|
|
294346
294387
|
}
|
|
294347
294388
|
},
|
|
@@ -294488,17 +294529,17 @@ var CameraSettingvue_type_script_lang_js_this = undefined;
|
|
|
294488
294529
|
|
|
294489
294530
|
var CameraSetting_component = normalizeComponent(
|
|
294490
294531
|
components_CameraSettingvue_type_script_lang_js,
|
|
294491
|
-
|
|
294492
|
-
|
|
294532
|
+
CameraSettingvue_type_template_id_26af3c98_scoped_true_render,
|
|
294533
|
+
CameraSettingvue_type_template_id_26af3c98_scoped_true_staticRenderFns,
|
|
294493
294534
|
false,
|
|
294494
294535
|
null,
|
|
294495
|
-
"
|
|
294536
|
+
"26af3c98",
|
|
294496
294537
|
null
|
|
294497
294538
|
|
|
294498
294539
|
)
|
|
294499
294540
|
|
|
294500
294541
|
/* harmony default export */ var CameraSetting = (CameraSetting_component.exports);
|
|
294501
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294542
|
+
// 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
|
|
294502
294543
|
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)}
|
|
294503
294544
|
var LightSettingvue_type_template_id_508f31b5_scoped_true_staticRenderFns = []
|
|
294504
294545
|
|
|
@@ -294686,7 +294727,7 @@ var LightSetting_component = normalizeComponent(
|
|
|
294686
294727
|
)
|
|
294687
294728
|
|
|
294688
294729
|
/* harmony default export */ var LightSetting = (LightSetting_component.exports);
|
|
294689
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294730
|
+
// 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
|
|
294690
294731
|
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)}
|
|
294691
294732
|
var WeatherSettingvue_type_template_id_4e8ee64a_scoped_true_staticRenderFns = []
|
|
294692
294733
|
|
|
@@ -295390,7 +295431,7 @@ var WeatherSetting_component = normalizeComponent(
|
|
|
295390
295431
|
)
|
|
295391
295432
|
|
|
295392
295433
|
/* harmony default export */ var WeatherSetting = (WeatherSetting_component.exports);
|
|
295393
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295434
|
+
// 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
|
|
295394
295435
|
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)}
|
|
295395
295436
|
var EffectSettingvue_type_template_id_cb87d5fa_scoped_true_staticRenderFns = []
|
|
295396
295437
|
|
|
@@ -295604,14 +295645,14 @@ var EffectSetting_component = normalizeComponent(
|
|
|
295604
295645
|
)
|
|
295605
295646
|
|
|
295606
295647
|
/* harmony default export */ var EffectSetting = (EffectSetting_component.exports);
|
|
295607
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295648
|
+
// 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
|
|
295608
295649
|
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()}
|
|
295609
295650
|
var AutonomousRoamingSettingvue_type_template_id_dcc8c176_scoped_true_staticRenderFns = []
|
|
295610
295651
|
|
|
295611
295652
|
|
|
295612
295653
|
// CONCATENATED MODULE: ./src/components/SceneEffect/AutonomousRoaming/AutonomousRoamingSetting.vue?vue&type=template&id=dcc8c176&scoped=true
|
|
295613
295654
|
|
|
295614
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295655
|
+
// 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
|
|
295615
295656
|
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)}
|
|
295616
295657
|
var AutonomousRoamingvue_type_template_id_3f5191c5_scoped_true_staticRenderFns = []
|
|
295617
295658
|
|
|
@@ -296261,7 +296302,7 @@ var SceneSetting_component = normalizeComponent(
|
|
|
296261
296302
|
)
|
|
296262
296303
|
|
|
296263
296304
|
/* harmony default export */ var SceneSetting = (SceneSetting_component.exports);
|
|
296264
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296305
|
+
// 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
|
|
296265
296306
|
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) {
|
|
296266
296307
|
_vm.onChangePathName(val, item.id);
|
|
296267
296308
|
}}})}),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) {
|
|
@@ -296272,7 +296313,7 @@ var SceneRoamingvue_type_template_id_f6b54c84_scoped_true_staticRenderFns = []
|
|
|
296272
296313
|
|
|
296273
296314
|
// CONCATENATED MODULE: ./src/components/SceneEffect/SceneRoaming.vue?vue&type=template&id=f6b54c84&scoped=true
|
|
296274
296315
|
|
|
296275
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296316
|
+
// 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
|
|
296276
296317
|
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)])}
|
|
296277
296318
|
var PathItemvue_type_template_id_7f160102_scoped_true_staticRenderFns = []
|
|
296278
296319
|
|
|
@@ -296408,7 +296449,7 @@ var PathItem_component = normalizeComponent(
|
|
|
296408
296449
|
)
|
|
296409
296450
|
|
|
296410
296451
|
/* harmony default export */ var PathItem = (PathItem_component.exports);
|
|
296411
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296452
|
+
// 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
|
|
296412
296453
|
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)}
|
|
296413
296454
|
var PathRoamingvue_type_template_id_31adf0d2_scoped_true_staticRenderFns = []
|
|
296414
296455
|
|
|
@@ -297011,7 +297052,7 @@ var PathRoaming_component = normalizeComponent(
|
|
|
297011
297052
|
// EXTERNAL MODULE: external "@mapgis/webclient-vue-ui"
|
|
297012
297053
|
var webclient_vue_ui_ = __webpack_require__("3059");
|
|
297013
297054
|
|
|
297014
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
297055
|
+
// 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
|
|
297015
297056
|
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)}
|
|
297016
297057
|
var PathImportvue_type_template_id_3ce9b22d_staticRenderFns = []
|
|
297017
297058
|
|
|
@@ -298009,14 +298050,14 @@ var SceneRoaming_component = normalizeComponent(
|
|
|
298009
298050
|
)
|
|
298010
298051
|
|
|
298011
298052
|
/* harmony default export */ var SceneRoaming = (SceneRoaming_component.exports);
|
|
298012
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298053
|
+
// 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
|
|
298013
298054
|
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)}
|
|
298014
298055
|
var ComprehensiveQueryvue_type_template_id_3da9a7c8_staticRenderFns = []
|
|
298015
298056
|
|
|
298016
298057
|
|
|
298017
298058
|
// CONCATENATED MODULE: ./src/components/service/comprehensive-query/ComprehensiveQuery.vue?vue&type=template&id=3da9a7c8
|
|
298018
298059
|
|
|
298019
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298060
|
+
// 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
|
|
298020
298061
|
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"}}):(
|
|
298021
298062
|
_vm.geojson &&
|
|
298022
298063
|
_vm.geojson.features &&
|
|
@@ -298381,7 +298422,7 @@ var ComprehensiveQuery_component = normalizeComponent(
|
|
|
298381
298422
|
)
|
|
298382
298423
|
|
|
298383
298424
|
/* harmony default export */ var ComprehensiveQuery = (ComprehensiveQuery_component.exports);
|
|
298384
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298425
|
+
// 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
|
|
298385
298426
|
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":{
|
|
298386
298427
|
longitude: popup.lng,
|
|
298387
298428
|
latitude: popup.lat,
|
|
@@ -299015,7 +299056,7 @@ var DataFlow_component = normalizeComponent(
|
|
|
299015
299056
|
)
|
|
299016
299057
|
|
|
299017
299058
|
/* harmony default export */ var DataFlow = (DataFlow_component.exports);
|
|
299018
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299059
|
+
// 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
|
|
299019
299060
|
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))])])])])}
|
|
299020
299061
|
var Trackvue_type_template_id_a2b54b5c_scoped_true_staticRenderFns = []
|
|
299021
299062
|
|
|
@@ -299298,14 +299339,14 @@ var Track_component = normalizeComponent(
|
|
|
299298
299339
|
)
|
|
299299
299340
|
|
|
299300
299341
|
/* harmony default export */ var Track_Track = (Track_component.exports);
|
|
299301
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299342
|
+
// 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
|
|
299302
299343
|
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)}
|
|
299303
299344
|
var PlottingLayervue_type_template_id_504a22fc_scoped_true_staticRenderFns = []
|
|
299304
299345
|
|
|
299305
299346
|
|
|
299306
299347
|
// CONCATENATED MODULE: ./src/components/Layer/Plotting/PlottingLayer.vue?vue&type=template&id=504a22fc&scoped=true
|
|
299307
299348
|
|
|
299308
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299349
|
+
// 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
|
|
299309
299350
|
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}})])])}
|
|
299310
299351
|
var PanelOnevue_type_template_id_61bdcefb_scoped_true_staticRenderFns = []
|
|
299311
299352
|
|
|
@@ -299408,7 +299449,7 @@ var PanelOne_component = normalizeComponent(
|
|
|
299408
299449
|
)
|
|
299409
299450
|
|
|
299410
299451
|
/* harmony default export */ var PanelOne = (PanelOne_component.exports);
|
|
299411
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299452
|
+
// 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
|
|
299412
299453
|
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()}
|
|
299413
299454
|
var EditPanelvue_type_template_id_57ac8662_scoped_true_staticRenderFns = []
|
|
299414
299455
|
|
|
@@ -300255,35 +300296,35 @@ var PlottingLayer_component = normalizeComponent(
|
|
|
300255
300296
|
)
|
|
300256
300297
|
|
|
300257
300298
|
/* harmony default export */ var PlottingLayer = (PlottingLayer_component.exports);
|
|
300258
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300299
|
+
// 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
|
|
300259
300300
|
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)}
|
|
300260
300301
|
var MapStoryvue_type_template_id_466cdb10_scoped_true_staticRenderFns = []
|
|
300261
300302
|
|
|
300262
300303
|
|
|
300263
300304
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/MapStory.vue?vue&type=template&id=466cdb10&scoped=true
|
|
300264
300305
|
|
|
300265
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300306
|
+
// 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
|
|
300266
300307
|
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)}
|
|
300267
300308
|
var projectPanelvue_type_template_id_a03e405a_scoped_true_staticRenderFns = []
|
|
300268
300309
|
|
|
300269
300310
|
|
|
300270
300311
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/projectPanel.vue?vue&type=template&id=a03e405a&scoped=true
|
|
300271
300312
|
|
|
300272
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300313
|
+
// 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
|
|
300273
300314
|
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)])}
|
|
300274
300315
|
var ProjectPanelUIvue_type_template_id_d96bd522_scoped_true_staticRenderFns = []
|
|
300275
300316
|
|
|
300276
300317
|
|
|
300277
300318
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/ProjectPanelUI.vue?vue&type=template&id=d96bd522&scoped=true
|
|
300278
300319
|
|
|
300279
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300320
|
+
// 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
|
|
300280
300321
|
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)}
|
|
300281
300322
|
var ProjectEditvue_type_template_id_6b057ac0_scoped_true_staticRenderFns = []
|
|
300282
300323
|
|
|
300283
300324
|
|
|
300284
300325
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/ProjectEdit.vue?vue&type=template&id=6b057ac0&scoped=true
|
|
300285
300326
|
|
|
300286
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300327
|
+
// 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
|
|
300287
300328
|
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){
|
|
300288
300329
|
var commands = ref.commands;
|
|
300289
300330
|
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)])}
|
|
@@ -323948,7 +323989,7 @@ var projectPanel_component = normalizeComponent(
|
|
|
323948
323989
|
)
|
|
323949
323990
|
|
|
323950
323991
|
/* harmony default export */ var projectPanel = (projectPanel_component.exports);
|
|
323951
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
323992
|
+
// 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
|
|
323952
323993
|
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)}
|
|
323953
323994
|
var mapCollectionvue_type_template_id_1fa4305b_scoped_true_staticRenderFns = []
|
|
323954
323995
|
|
|
@@ -324668,7 +324709,7 @@ var MapStory_component = normalizeComponent(
|
|
|
324668
324709
|
)
|
|
324669
324710
|
|
|
324670
324711
|
/* harmony default export */ var MapStory = (MapStory_component.exports);
|
|
324671
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
324712
|
+
// 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
|
|
324672
324713
|
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)}
|
|
324673
324714
|
var PreviewMapStoryvue_type_template_id_76fca89a_scoped_true_staticRenderFns = []
|
|
324674
324715
|
|
|
@@ -324861,7 +324902,7 @@ var PreviewMapStory_component = normalizeComponent(
|
|
|
324861
324902
|
)
|
|
324862
324903
|
|
|
324863
324904
|
/* harmony default export */ var PreviewMapStory = (PreviewMapStory_component.exports);
|
|
324864
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
324905
|
+
// 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
|
|
324865
324906
|
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"}})}
|
|
324866
324907
|
var CityGrowvue_type_template_id_1c0f10b8_scoped_true_staticRenderFns = []
|
|
324867
324908
|
|
|
@@ -325260,7 +325301,7 @@ var CityGrow_component = normalizeComponent(
|
|
|
325260
325301
|
)
|
|
325261
325302
|
|
|
325262
325303
|
/* harmony default export */ var CityGrow = (CityGrow_component.exports);
|
|
325263
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325304
|
+
// 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
|
|
325264
325305
|
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)}
|
|
325265
325306
|
var CityGrowOptionsvue_type_template_id_91fc36a0_scoped_true_staticRenderFns = []
|
|
325266
325307
|
|
|
@@ -325734,7 +325775,7 @@ var CityGrowOptions_component = normalizeComponent(
|
|
|
325734
325775
|
)
|
|
325735
325776
|
|
|
325736
325777
|
/* harmony default export */ var CityGrowOptions = (CityGrowOptions_component.exports);
|
|
325737
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325778
|
+
// 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
|
|
325738
325779
|
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)}
|
|
325739
325780
|
var PondingSimulationvue_type_template_id_6f25b981_scoped_true_staticRenderFns = []
|
|
325740
325781
|
|
|
@@ -326720,7 +326761,7 @@ var PondingSimulation_component = normalizeComponent(
|
|
|
326720
326761
|
)
|
|
326721
326762
|
|
|
326722
326763
|
/* harmony default export */ var PondingSimulation = (PondingSimulation_component.exports);
|
|
326723
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
326764
|
+
// 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
|
|
326724
326765
|
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)}
|
|
326725
326766
|
var PondingSimulationTimelinevue_type_template_id_35739fb2_staticRenderFns = []
|
|
326726
326767
|
|
|
@@ -326920,7 +326961,7 @@ var PondingSimulationTimeline_component = normalizeComponent(
|
|
|
326920
326961
|
)
|
|
326921
326962
|
|
|
326922
326963
|
/* harmony default export */ var PondingSimulationTimeline = (PondingSimulationTimeline_component.exports);
|
|
326923
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
326964
|
+
// 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
|
|
326924
326965
|
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)}
|
|
326925
326966
|
var BuildingGrowvue_type_template_id_4d1b9edf_scoped_true_staticRenderFns = []
|
|
326926
326967
|
|
|
@@ -327591,7 +327632,7 @@ var BuildingGrow_component = normalizeComponent(
|
|
|
327591
327632
|
)
|
|
327592
327633
|
|
|
327593
327634
|
/* harmony default export */ var BuildingGrow = (BuildingGrow_component.exports);
|
|
327594
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
327635
|
+
// 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
|
|
327595
327636
|
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)}
|
|
327596
327637
|
var Wind3Dvue_type_template_id_595e4983_staticRenderFns = []
|
|
327597
327638
|
|
|
@@ -328000,7 +328041,7 @@ var Wind3D_component = normalizeComponent(
|
|
|
328000
328041
|
)
|
|
328001
328042
|
|
|
328002
328043
|
/* harmony default export */ var Wind3D = (Wind3D_component.exports);
|
|
328003
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328044
|
+
// 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
|
|
328004
328045
|
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)}
|
|
328005
328046
|
var Plotvue_type_template_id_1f183b68_scoped_true_staticRenderFns = []
|
|
328006
328047
|
|
|
@@ -328543,7 +328584,7 @@ var Plot_component = normalizeComponent(
|
|
|
328543
328584
|
)
|
|
328544
328585
|
|
|
328545
328586
|
/* harmony default export */ var Plot = (Plot_component.exports);
|
|
328546
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328587
|
+
// 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
|
|
328547
328588
|
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')}
|
|
328548
328589
|
var Plot3DLinkvue_type_template_id_5a293b53_scoped_true_staticRenderFns = []
|
|
328549
328590
|
|
|
@@ -328661,7 +328702,7 @@ var Plot3DLink_component = normalizeComponent(
|
|
|
328661
328702
|
)
|
|
328662
328703
|
|
|
328663
328704
|
/* harmony default export */ var Plot3DLink = (Plot3DLink_component.exports);
|
|
328664
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328705
|
+
// 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
|
|
328665
328706
|
var PlotLayervue_type_template_id_29bec852_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
328666
328707
|
var PlotLayervue_type_template_id_29bec852_staticRenderFns = []
|
|
328667
328708
|
|
|
@@ -328983,7 +329024,7 @@ var PlotLayer_component = normalizeComponent(
|
|
|
328983
329024
|
)
|
|
328984
329025
|
|
|
328985
329026
|
/* harmony default export */ var PlotLayer = (PlotLayer_component.exports);
|
|
328986
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
329027
|
+
// 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
|
|
328987
329028
|
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) {
|
|
328988
329029
|
_vm.showScriptList = e;
|
|
328989
329030
|
_vm.$emit('save', _vm.scriptListCopy[_vm.activeIndex]);
|