@mapgis/webclient-vue-cesium 17.4.13 → 17.4.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -112146,7 +112146,7 @@ if (typeof window !== 'undefined') {
|
|
|
112146
112146
|
// Indicate to webpack that this file can be concatenated
|
|
112147
112147
|
/* harmony default export */ var setPublicPath = (null);
|
|
112148
112148
|
|
|
112149
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
112149
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/WebGlobe/WebGlobe.vue?vue&type=template&id=e78866cc
|
|
112150
112150
|
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)}
|
|
112151
112151
|
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}})}]
|
|
112152
112152
|
|
|
@@ -113967,7 +113967,7 @@ var WebGlobe_component = normalizeComponent(
|
|
|
113967
113967
|
)
|
|
113968
113968
|
|
|
113969
113969
|
/* harmony default export */ var WebGlobe = (WebGlobe_component.exports);
|
|
113970
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
113970
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/WebGlobe/ViewpointManager.vue?vue&type=template&id=13dd3ac6&scoped=true
|
|
113971
113971
|
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) {
|
|
113972
113972
|
_vm.editor = e;
|
|
113973
113973
|
}},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)}
|
|
@@ -114061,7 +114061,7 @@ var ViewpointManagervue_type_template_id_13dd3ac6_scoped_true_staticRenderFns =
|
|
|
114061
114061
|
}
|
|
114062
114062
|
}
|
|
114063
114063
|
});
|
|
114064
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
114064
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/WebGlobe/ViewpointManager/ViewpointEditor.vue?vue&type=template&id=47cf5158&scoped=true
|
|
114065
114065
|
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)}
|
|
114066
114066
|
var ViewpointEditorvue_type_template_id_47cf5158_scoped_true_staticRenderFns = []
|
|
114067
114067
|
|
|
@@ -115593,7 +115593,7 @@ var StateControl_component = normalizeComponent(
|
|
|
115593
115593
|
)
|
|
115594
115594
|
|
|
115595
115595
|
/* harmony default export */ var StateControl = (StateControl_component.exports);
|
|
115596
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
115596
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Link/Link.vue?vue&type=template&id=20d4b76d
|
|
115597
115597
|
var Linkvue_type_template_id_20d4b76d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
115598
115598
|
var Linkvue_type_template_id_20d4b76d_staticRenderFns = []
|
|
115599
115599
|
|
|
@@ -116012,7 +116012,7 @@ var Link_component = normalizeComponent(
|
|
|
116012
116012
|
)
|
|
116013
116013
|
|
|
116014
116014
|
/* harmony default export */ var Link_Link = (Link_component.exports);
|
|
116015
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
116015
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Draw/Draw.vue?vue&type=template&id=494bdf51&scoped=true
|
|
116016
116016
|
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)}
|
|
116017
116017
|
var Drawvue_type_template_id_494bdf51_scoped_true_staticRenderFns = []
|
|
116018
116018
|
|
|
@@ -116576,14 +116576,14 @@ var Draw_component = normalizeComponent(
|
|
|
116576
116576
|
)
|
|
116577
116577
|
|
|
116578
116578
|
/* harmony default export */ var Draw = (Draw_component.exports);
|
|
116579
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
116579
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Measure/Measure.vue?vue&type=template&id=f7e9025c
|
|
116580
116580
|
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)}
|
|
116581
116581
|
var Measurevue_type_template_id_f7e9025c_staticRenderFns = []
|
|
116582
116582
|
|
|
116583
116583
|
|
|
116584
116584
|
// CONCATENATED MODULE: ./src/components/UI/Controls/Measure/Measure.vue?vue&type=template&id=f7e9025c
|
|
116585
116585
|
|
|
116586
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
116586
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Measure/components/MeasureTool.vue?vue&type=template&id=514b5785&scoped=true
|
|
116587
116587
|
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){
|
|
116588
116588
|
var title = ref.title;
|
|
116589
116589
|
var mode = ref.mode;
|
|
@@ -117151,7 +117151,7 @@ function getPolygonSamplePoints(options) {
|
|
|
117151
117151
|
}
|
|
117152
117152
|
return result;
|
|
117153
117153
|
}
|
|
117154
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117154
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Measure/components/MeasureResult.vue?vue&type=template&id=6e5a70b9&scoped=true
|
|
117155
117155
|
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){
|
|
117156
117156
|
var label = ref.label;
|
|
117157
117157
|
var value = ref.value;
|
|
@@ -117268,7 +117268,7 @@ var MeasureResult_component = normalizeComponent(
|
|
|
117268
117268
|
)
|
|
117269
117269
|
|
|
117270
117270
|
/* harmony default export */ var MeasureResult = (MeasureResult_component.exports);
|
|
117271
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117271
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Measure/components/MeasureSetting.vue?vue&type=template&id=5fa54a75&scoped=true
|
|
117272
117272
|
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)}
|
|
117273
117273
|
var MeasureSettingvue_type_template_id_5fa54a75_scoped_true_staticRenderFns = []
|
|
117274
117274
|
|
|
@@ -117935,7 +117935,7 @@ var Measure_component = normalizeComponent(
|
|
|
117935
117935
|
)
|
|
117936
117936
|
|
|
117937
117937
|
/* harmony default export */ var Measure = (Measure_component.exports);
|
|
117938
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
117938
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Compare/Compare.vue?vue&type=template&id=cb3254c0
|
|
117939
117939
|
var Comparevue_type_template_id_cb3254c0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
117940
117940
|
var Comparevue_type_template_id_cb3254c0_staticRenderFns = []
|
|
117941
117941
|
|
|
@@ -118590,7 +118590,7 @@ var Compare_component = normalizeComponent(
|
|
|
118590
118590
|
)
|
|
118591
118591
|
|
|
118592
118592
|
/* harmony default export */ var Compare = (Compare_component.exports);
|
|
118593
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
118593
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Legend/Legend.vue?vue&type=template&id=2c7f23c2&scoped=true
|
|
118594
118594
|
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)}
|
|
118595
118595
|
var Legendvue_type_template_id_2c7f23c2_scoped_true_staticRenderFns = []
|
|
118596
118596
|
|
|
@@ -118713,7 +118713,7 @@ var Legend_component = normalizeComponent(
|
|
|
118713
118713
|
)
|
|
118714
118714
|
|
|
118715
118715
|
/* harmony default export */ var Legend = (Legend_component.exports);
|
|
118716
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
118716
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Table/BaseTable.vue?vue&type=template&id=e76b9214
|
|
118717
118717
|
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:({
|
|
118718
118718
|
overflowY: _vm.plainOptions.length > 8 ? 'scroll' : 'hidden',
|
|
118719
118719
|
top: _vm.filterTop + 'px',
|
|
@@ -120054,7 +120054,7 @@ var BaseTable_component = normalizeComponent(
|
|
|
120054
120054
|
)
|
|
120055
120055
|
|
|
120056
120056
|
/* harmony default export */ var BaseTable = (BaseTable_component.exports);
|
|
120057
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120057
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/geoLocate/Locate.vue?vue&type=template&id=153b3ed8&scoped=true
|
|
120058
120058
|
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){
|
|
120059
120059
|
var marker = ref.marker;
|
|
120060
120060
|
return _c('mapgis-ui-card',{},[_vm._v("\n "+_vm._s(marker.fid)+"\n ")])}}],null,false,3530197095)}):_vm._e()],1)}
|
|
@@ -120437,7 +120437,7 @@ var Locate_component = normalizeComponent(
|
|
|
120437
120437
|
)
|
|
120438
120438
|
|
|
120439
120439
|
/* harmony default export */ var Locate = (Locate_component.exports);
|
|
120440
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120440
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Debug/Debug.vue?vue&type=template&id=07df4ae6
|
|
120441
120441
|
var Debugvue_type_template_id_07df4ae6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
120442
120442
|
var Debugvue_type_template_id_07df4ae6_staticRenderFns = []
|
|
120443
120443
|
|
|
@@ -120504,7 +120504,7 @@ var Debug_component = normalizeComponent(
|
|
|
120504
120504
|
)
|
|
120505
120505
|
|
|
120506
120506
|
/* harmony default export */ var Debug = (Debug_component.exports);
|
|
120507
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120507
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/OutputImage/OutputImage.vue?vue&type=template&id=8e56658a&scoped=true
|
|
120508
120508
|
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)}
|
|
120509
120509
|
var OutputImagevue_type_template_id_8e56658a_scoped_true_staticRenderFns = []
|
|
120510
120510
|
|
|
@@ -120744,7 +120744,7 @@ var OutputImage_component = normalizeComponent(
|
|
|
120744
120744
|
)
|
|
120745
120745
|
|
|
120746
120746
|
/* harmony default export */ var OutputImage = (OutputImage_component.exports);
|
|
120747
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
120747
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Controls/Rotate/Rotate.vue?vue&type=template&id=6830364a&scoped=true
|
|
120748
120748
|
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)}
|
|
120749
120749
|
var Rotatevue_type_template_id_6830364a_scoped_true_staticRenderFns = []
|
|
120750
120750
|
|
|
@@ -121330,7 +121330,7 @@ var ImageryLayer_component = normalizeComponent(
|
|
|
121330
121330
|
)
|
|
121331
121331
|
|
|
121332
121332
|
/* harmony default export */ var ImageryLayer = (ImageryLayer_component.exports);
|
|
121333
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
121333
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/IGServer/IgsDocLayer.vue?vue&type=template&id=d66b4580
|
|
121334
121334
|
var IgsDocLayervue_type_template_id_d66b4580_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
121335
121335
|
var IgsDocLayervue_type_template_id_d66b4580_staticRenderFns = []
|
|
121336
121336
|
|
|
@@ -122272,7 +122272,7 @@ var IgsDocLayer_component = normalizeComponent(
|
|
|
122272
122272
|
)
|
|
122273
122273
|
|
|
122274
122274
|
/* harmony default export */ var IgsDocLayer = (IgsDocLayer_component.exports);
|
|
122275
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122275
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/IGServer/IgsTileLayer.vue?vue&type=template&id=72a0b7f9
|
|
122276
122276
|
var IgsTileLayervue_type_template_id_72a0b7f9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122277
122277
|
var IgsTileLayervue_type_template_id_72a0b7f9_staticRenderFns = []
|
|
122278
122278
|
|
|
@@ -122352,7 +122352,7 @@ var IgsTileLayer_component = normalizeComponent(
|
|
|
122352
122352
|
)
|
|
122353
122353
|
|
|
122354
122354
|
/* harmony default export */ var IgsTileLayer = (IgsTileLayer_component.exports);
|
|
122355
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122355
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/RasterTile/BaseRasterLayer.vue?vue&type=template&id=048cf286
|
|
122356
122356
|
var BaseRasterLayervue_type_template_id_048cf286_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122357
122357
|
var BaseRasterLayervue_type_template_id_048cf286_staticRenderFns = []
|
|
122358
122358
|
|
|
@@ -122568,7 +122568,7 @@ var BaseRasterLayer_component = normalizeComponent(
|
|
|
122568
122568
|
)
|
|
122569
122569
|
|
|
122570
122570
|
/* harmony default export */ var BaseRasterLayer = (BaseRasterLayer_component.exports);
|
|
122571
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122571
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/RasterTile/RasterTileLayer.vue?vue&type=template&id=346b495a
|
|
122572
122572
|
var RasterTileLayervue_type_template_id_346b495a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122573
122573
|
var RasterTileLayervue_type_template_id_346b495a_staticRenderFns = []
|
|
122574
122574
|
|
|
@@ -122708,7 +122708,7 @@ var RasterTileLayer_component = normalizeComponent(
|
|
|
122708
122708
|
)
|
|
122709
122709
|
|
|
122710
122710
|
/* harmony default export */ var RasterTileLayer = (RasterTileLayer_component.exports);
|
|
122711
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
122711
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/OGC/OGCWFSLayer.vue?vue&type=template&id=6542a4be
|
|
122712
122712
|
var OGCWFSLayervue_type_template_id_6542a4be_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
122713
122713
|
var OGCWFSLayervue_type_template_id_6542a4be_staticRenderFns = []
|
|
122714
122714
|
|
|
@@ -123003,7 +123003,7 @@ var OGCWFSLayer_component = normalizeComponent(
|
|
|
123003
123003
|
)
|
|
123004
123004
|
|
|
123005
123005
|
/* harmony default export */ var OGCWFSLayer = (OGCWFSLayer_component.exports);
|
|
123006
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123006
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/OGC/OGCWMTSLayer.vue?vue&type=template&id=169a0eea
|
|
123007
123007
|
var OGCWMTSLayervue_type_template_id_169a0eea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123008
123008
|
var OGCWMTSLayervue_type_template_id_169a0eea_staticRenderFns = []
|
|
123009
123009
|
|
|
@@ -123203,7 +123203,7 @@ var OGCWMTSLayer_component = normalizeComponent(
|
|
|
123203
123203
|
)
|
|
123204
123204
|
|
|
123205
123205
|
/* harmony default export */ var OGCWMTSLayer = (OGCWMTSLayer_component.exports);
|
|
123206
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123206
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/OGC/OGCWMSLayer.vue?vue&type=template&id=39c5713a
|
|
123207
123207
|
var OGCWMSLayervue_type_template_id_39c5713a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123208
123208
|
var OGCWMSLayervue_type_template_id_39c5713a_staticRenderFns = []
|
|
123209
123209
|
|
|
@@ -123353,7 +123353,7 @@ var OGCWMSLayer_component = normalizeComponent(
|
|
|
123353
123353
|
)
|
|
123354
123354
|
|
|
123355
123355
|
/* harmony default export */ var OGCWMSLayer = (OGCWMSLayer_component.exports);
|
|
123356
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123356
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/OGC/OGCReveserWMSLayer.vue?vue&type=template&id=3c4de97e
|
|
123357
123357
|
var OGCReveserWMSLayervue_type_template_id_3c4de97e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123358
123358
|
var OGCReveserWMSLayervue_type_template_id_3c4de97e_staticRenderFns = []
|
|
123359
123359
|
|
|
@@ -123481,7 +123481,7 @@ var OGCReveserWMSLayer_component = normalizeComponent(
|
|
|
123481
123481
|
)
|
|
123482
123482
|
|
|
123483
123483
|
/* harmony default export */ var OGCReveserWMSLayer = (OGCReveserWMSLayer_component.exports);
|
|
123484
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123484
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/IGServer/IgsDynamicLayer.vue?vue&type=template&id=43979c68
|
|
123485
123485
|
var IgsDynamicLayervue_type_template_id_43979c68_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123486
123486
|
var IgsDynamicLayervue_type_template_id_43979c68_staticRenderFns = []
|
|
123487
123487
|
|
|
@@ -123586,7 +123586,7 @@ var IgsDynamicLayer_component = normalizeComponent(
|
|
|
123586
123586
|
)
|
|
123587
123587
|
|
|
123588
123588
|
/* harmony default export */ var IgsDynamicLayer = (IgsDynamicLayer_component.exports);
|
|
123589
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123589
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/IGServer/IgsVector3dLayer.vue?vue&type=template&id=e6a44488
|
|
123590
123590
|
var IgsVector3dLayervue_type_template_id_e6a44488_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
123591
123591
|
var IgsVector3dLayervue_type_template_id_e6a44488_staticRenderFns = []
|
|
123592
123592
|
|
|
@@ -123700,7 +123700,7 @@ var IgsVector3dLayer_component = normalizeComponent(
|
|
|
123700
123700
|
)
|
|
123701
123701
|
|
|
123702
123702
|
/* harmony default export */ var IgsVector3dLayer = (IgsVector3dLayer_component.exports);
|
|
123703
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
123703
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/IGServer/IgsFeatureLayer.vue?vue&type=template&id=06c7d1e6&scoped=true
|
|
123704
123704
|
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()])}
|
|
123705
123705
|
var IgsFeatureLayervue_type_template_id_06c7d1e6_scoped_true_staticRenderFns = []
|
|
123706
123706
|
|
|
@@ -124062,7 +124062,7 @@ function PopupMixin_toPrimitive(t, r) { if ("object" != PopupMixin_typeof(t) ||
|
|
|
124062
124062
|
$_handleProjectScreen: function $_handleProjectScreen() {}
|
|
124063
124063
|
}
|
|
124064
124064
|
});
|
|
124065
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
124065
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Popup/Popup.vue?vue&type=template&id=58ea2102
|
|
124066
124066
|
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)}
|
|
124067
124067
|
var Popupvue_type_template_id_58ea2102_staticRenderFns = []
|
|
124068
124068
|
|
|
@@ -124866,7 +124866,7 @@ var Popup_component = normalizeComponent(
|
|
|
124866
124866
|
)
|
|
124867
124867
|
|
|
124868
124868
|
/* harmony default export */ var Popup = (Popup_component.exports);
|
|
124869
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
124869
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Geojson/Popup.vue?vue&type=template&id=8b918720&scoped=true
|
|
124870
124870
|
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()])}
|
|
124871
124871
|
var Popupvue_type_template_id_8b918720_scoped_true_staticRenderFns = []
|
|
124872
124872
|
|
|
@@ -126053,7 +126053,7 @@ var IgsFeatureLayer_component = normalizeComponent(
|
|
|
126053
126053
|
)
|
|
126054
126054
|
|
|
126055
126055
|
/* harmony default export */ var IgsFeatureLayer = (IgsFeatureLayer_component.exports);
|
|
126056
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126056
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/ArcGISServer/ArcGISTileLayer.vue?vue&type=template&id=04953ff2&scoped=true
|
|
126057
126057
|
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')}
|
|
126058
126058
|
var ArcGISTileLayervue_type_template_id_04953ff2_scoped_true_staticRenderFns = []
|
|
126059
126059
|
|
|
@@ -126130,7 +126130,7 @@ var ArcGISTileLayer_component = normalizeComponent(
|
|
|
126130
126130
|
)
|
|
126131
126131
|
|
|
126132
126132
|
/* harmony default export */ var ArcGISTileLayer = (ArcGISTileLayer_component.exports);
|
|
126133
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126133
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/ArcGISServer/ArcGISMapLayer.vue?vue&type=template&id=ee5a3440&scoped=true
|
|
126134
126134
|
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')}
|
|
126135
126135
|
var ArcGISMapLayervue_type_template_id_ee5a3440_scoped_true_staticRenderFns = []
|
|
126136
126136
|
|
|
@@ -126253,7 +126253,7 @@ var ArcGISMapLayer_component = normalizeComponent(
|
|
|
126253
126253
|
)
|
|
126254
126254
|
|
|
126255
126255
|
/* harmony default export */ var ArcGISMapLayer = (ArcGISMapLayer_component.exports);
|
|
126256
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
126256
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/Graphic/GraphicSingleLayer.vue?vue&type=template&id=483d1db8&scoped=true
|
|
126257
126257
|
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":{
|
|
126258
126258
|
longitude: _vm.popup.lng,
|
|
126259
126259
|
latitude: _vm.popup.lat,
|
|
@@ -137472,7 +137472,7 @@ var GraphicSingleLayer_component = normalizeComponent(
|
|
|
137472
137472
|
)
|
|
137473
137473
|
|
|
137474
137474
|
/* harmony default export */ var GraphicSingleLayer = (GraphicSingleLayer_component.exports);
|
|
137475
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
137475
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/Graphic/GraphicLayer.vue?vue&type=template&id=1d8f64d3&scoped=true
|
|
137476
137476
|
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)}
|
|
137477
137477
|
var GraphicLayervue_type_template_id_1d8f64d3_scoped_true_staticRenderFns = []
|
|
137478
137478
|
|
|
@@ -138195,7 +138195,7 @@ var GraphicLayer_component = normalizeComponent(
|
|
|
138195
138195
|
)
|
|
138196
138196
|
|
|
138197
138197
|
/* harmony default export */ var GraphicLayer = (GraphicLayer_component.exports);
|
|
138198
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138198
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/WebTile/WebTileLayer.vue?vue&type=template&id=19e255d9
|
|
138199
138199
|
var WebTileLayervue_type_template_id_19e255d9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
138200
138200
|
var WebTileLayervue_type_template_id_19e255d9_staticRenderFns = []
|
|
138201
138201
|
|
|
@@ -138358,7 +138358,7 @@ var WebTileLayer_component = normalizeComponent(
|
|
|
138358
138358
|
)
|
|
138359
138359
|
|
|
138360
138360
|
/* harmony default export */ var WebTileLayer = (WebTileLayer_component.exports);
|
|
138361
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138361
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/GeoJSON/GeoJsonLayer.vue?vue&type=template&id=3b683e50&scoped=true
|
|
138362
138362
|
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()])}
|
|
138363
138363
|
var GeoJsonLayervue_type_template_id_3b683e50_scoped_true_staticRenderFns = []
|
|
138364
138364
|
|
|
@@ -138641,7 +138641,7 @@ var GeoJsonLayer_component = normalizeComponent(
|
|
|
138641
138641
|
)
|
|
138642
138642
|
|
|
138643
138643
|
/* harmony default export */ var GeoJsonLayer = (GeoJsonLayer_component.exports);
|
|
138644
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138644
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/KML/KmlLayer.vue?vue&type=template&id=8c16df60&scoped=true
|
|
138645
138645
|
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')}
|
|
138646
138646
|
var KmlLayervue_type_template_id_8c16df60_scoped_true_staticRenderFns = []
|
|
138647
138647
|
|
|
@@ -138833,7 +138833,7 @@ var KmlLayer_component = normalizeComponent(
|
|
|
138833
138833
|
)
|
|
138834
138834
|
|
|
138835
138835
|
/* harmony default export */ var KmlLayer = (KmlLayer_component.exports);
|
|
138836
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
138836
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/CZML/CzmlLayer.vue?vue&type=template&id=1aa93b61&scoped=true
|
|
138837
138837
|
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')}
|
|
138838
138838
|
var CzmlLayervue_type_template_id_1aa93b61_scoped_true_staticRenderFns = []
|
|
138839
138839
|
|
|
@@ -140089,7 +140089,7 @@ var M3dFile_component = normalizeComponent(
|
|
|
140089
140089
|
)
|
|
140090
140090
|
|
|
140091
140091
|
/* harmony default export */ var M3dFile = (M3dFile_component.exports);
|
|
140092
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140092
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/Scene.vue?vue&type=template&id=aa95d3e0
|
|
140093
140093
|
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){
|
|
140094
140094
|
var title = ref.title;
|
|
140095
140095
|
var icon = ref.icon;
|
|
@@ -140459,14 +140459,14 @@ function checkTypeIcon(type) {
|
|
|
140459
140459
|
}
|
|
140460
140460
|
return icon;
|
|
140461
140461
|
}
|
|
140462
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140462
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/components/M3dMenus.vue?vue&type=template&id=0c7a8e4c
|
|
140463
140463
|
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)}
|
|
140464
140464
|
var M3dMenusvue_type_template_id_0c7a8e4c_staticRenderFns = []
|
|
140465
140465
|
|
|
140466
140466
|
|
|
140467
140467
|
// CONCATENATED MODULE: ./src/components/Layer/M3D/components/M3dMenus.vue?vue&type=template&id=0c7a8e4c
|
|
140468
140468
|
|
|
140469
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140469
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/components/M3dMenuSetting.vue?vue&type=template&id=ff802e9e
|
|
140470
140470
|
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)}
|
|
140471
140471
|
var M3dMenuSettingvue_type_template_id_ff802e9e_staticRenderFns = []
|
|
140472
140472
|
|
|
@@ -140612,7 +140612,7 @@ var M3dMenuSetting_component = normalizeComponent(
|
|
|
140612
140612
|
)
|
|
140613
140613
|
|
|
140614
140614
|
/* harmony default export */ var M3dMenuSetting = (M3dMenuSetting_component.exports);
|
|
140615
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
140615
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/components/M3dMenuProps.vue?vue&type=template&id=60924482
|
|
140616
140616
|
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)}
|
|
140617
140617
|
var M3dMenuPropsvue_type_template_id_60924482_staticRenderFns = []
|
|
140618
140618
|
|
|
@@ -141023,7 +141023,7 @@ var M3dMenuProps_component = normalizeComponent(
|
|
|
141023
141023
|
)
|
|
141024
141024
|
|
|
141025
141025
|
/* harmony default export */ var M3dMenuProps = (M3dMenuProps_component.exports);
|
|
141026
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141026
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/components/M3dMenuExplosion.vue?vue&type=template&id=e87c773e
|
|
141027
141027
|
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)}
|
|
141028
141028
|
var M3dMenuExplosionvue_type_template_id_e87c773e_staticRenderFns = []
|
|
141029
141029
|
|
|
@@ -141296,7 +141296,7 @@ var M3dMenuExplosion_component = normalizeComponent(
|
|
|
141296
141296
|
)
|
|
141297
141297
|
|
|
141298
141298
|
/* harmony default export */ var M3dMenuExplosion = (M3dMenuExplosion_component.exports);
|
|
141299
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141299
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/components/M3dMenuBloom.vue?vue&type=template&id=0ef8eb20
|
|
141300
141300
|
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)}
|
|
141301
141301
|
var M3dMenuBloomvue_type_template_id_0ef8eb20_staticRenderFns = []
|
|
141302
141302
|
|
|
@@ -141646,7 +141646,7 @@ var M3dMenuBloom_component = normalizeComponent(
|
|
|
141646
141646
|
)
|
|
141647
141647
|
|
|
141648
141648
|
/* harmony default export */ var M3dMenuBloom = (M3dMenuBloom_component.exports);
|
|
141649
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141649
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/components/M3dMenuDynamicLine.vue?vue&type=template&id=ead81a6a&scoped=true
|
|
141650
141650
|
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)}
|
|
141651
141651
|
var M3dMenuDynamicLinevue_type_template_id_ead81a6a_scoped_true_staticRenderFns = []
|
|
141652
141652
|
|
|
@@ -141806,7 +141806,7 @@ var M3dMenuDynamicLine_component = normalizeComponent(
|
|
|
141806
141806
|
)
|
|
141807
141807
|
|
|
141808
141808
|
/* harmony default export */ var M3dMenuDynamicLine = (M3dMenuDynamicLine_component.exports);
|
|
141809
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
141809
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/components/M3dMenuSearchlight.vue?vue&type=template&id=26e783d4
|
|
141810
141810
|
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)}
|
|
141811
141811
|
var M3dMenuSearchlightvue_type_template_id_26e783d4_staticRenderFns = []
|
|
141812
141812
|
|
|
@@ -146644,14 +146644,14 @@ var Scene_component = normalizeComponent(
|
|
|
146644
146644
|
)
|
|
146645
146645
|
|
|
146646
146646
|
/* harmony default export */ var Scene = (Scene_component.exports);
|
|
146647
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146647
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/M3d.vue?vue&type=template&id=dd93049a
|
|
146648
146648
|
var M3dvue_type_template_id_dd93049a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.isVoxelLayer)?[_c('VoxelLayer',_vm._b({},'VoxelLayer',_vm.$props,false))]:[(_vm.modelSwitchVisible)?_c('Popup',{attrs:{"visible":_vm.modelSwitchVisible,"position":_vm.iClickPosition,"forceRender":""}},[_c('mapgis-ui-popup-content',{staticClass:"mapgis-multi-model-status-popup"},[_c('modelSwitchPopup',{attrs:{"tile":_vm.tile},on:{"handleModel":_vm.handleModel}})],1)],1):(_vm.popupShowType === 'default' && _vm.featureposition)?_c('mapgis-3d-feature-popup',_vm._b({attrs:{"position":_vm.featureposition,"popupOptions":_vm.popupOptions,"componentWidth":_vm.popupWidth}},'mapgis-3d-feature-popup',_vm.popupConfig,false),[_c(_vm.popupComponent,_vm._b({tag:"component",attrs:{"properties":_vm.featureproperties,"dataStoreIp":_vm.dataStoreIp,"dataStorePort":_vm.dataStorePort,"dataStoreDataset":_vm.dataStoreDataset}},'component',_vm.popupConfig,false))],1):_vm._e()]],2)}
|
|
146649
146649
|
var M3dvue_type_template_id_dd93049a_staticRenderFns = []
|
|
146650
146650
|
|
|
146651
146651
|
|
|
146652
146652
|
// CONCATENATED MODULE: ./src/components/Layer/M3D/M3d.vue?vue&type=template&id=dd93049a
|
|
146653
146653
|
|
|
146654
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146654
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/components/M3dModelSwitch.vue?vue&type=template&id=30ddf4e6&scoped=true
|
|
146655
146655
|
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)}
|
|
146656
146656
|
var M3dModelSwitchvue_type_template_id_30ddf4e6_scoped_true_staticRenderFns = []
|
|
146657
146657
|
|
|
@@ -146766,7 +146766,7 @@ var M3dModelSwitch_component = normalizeComponent(
|
|
|
146766
146766
|
)
|
|
146767
146767
|
|
|
146768
146768
|
/* harmony default export */ var M3dModelSwitch = (M3dModelSwitch_component.exports);
|
|
146769
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
146769
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/Voxel.vue?vue&type=template&id=fbb1398a
|
|
146770
146770
|
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)}
|
|
146771
146771
|
var Voxelvue_type_template_id_fbb1398a_staticRenderFns = []
|
|
146772
146772
|
|
|
@@ -147692,7 +147692,7 @@ var M3d_component = normalizeComponent(
|
|
|
147692
147692
|
)
|
|
147693
147693
|
|
|
147694
147694
|
/* harmony default export */ var M3d = (M3d_component.exports);
|
|
147695
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
147695
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/M3D/3dTileset.vue?vue&type=template&id=47394ca1
|
|
147696
147696
|
var _3dTilesetvue_type_template_id_47394ca1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.featureposition)?_c('mapgis-3d-feature-popup',_vm._b({attrs:{"position":_vm.featureposition,"popupOptions":_vm.popupOptions,"componentWidth":_vm.popupWidth}},'mapgis-3d-feature-popup',_vm.popupConfig,false),[_c(_vm.popupComponent,_vm._b({tag:"component",attrs:{"properties":_vm.featureproperties,"dataStoreIp":_vm.dataStoreIp,"dataStorePort":_vm.dataStorePort,"dataStoreDataset":_vm.dataStoreDataset}},'component',_vm.popupConfig,false))],1):_vm._e()}
|
|
147697
147697
|
var _3dTilesetvue_type_template_id_47394ca1_staticRenderFns = []
|
|
147698
147698
|
|
|
@@ -148092,7 +148092,7 @@ var PopupFeature_component = normalizeComponent(
|
|
|
148092
148092
|
)
|
|
148093
148093
|
|
|
148094
148094
|
/* harmony default export */ var PopupFeature = (PopupFeature_component.exports);
|
|
148095
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
148095
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Popup/PopupMonitorPoint.vue?vue&type=template&id=4704f88e&scoped=true
|
|
148096
148096
|
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()])])}
|
|
148097
148097
|
var PopupMonitorPointvue_type_template_id_4704f88e_scoped_true_staticRenderFns = []
|
|
148098
148098
|
|
|
@@ -150450,7 +150450,7 @@ var PopupMonitorPoint_component = normalizeComponent(
|
|
|
150450
150450
|
)
|
|
150451
150451
|
|
|
150452
150452
|
/* harmony default export */ var PopupMonitorPoint = (PopupMonitorPoint_component.exports);
|
|
150453
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150453
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Popup/PopupINSAR.vue?vue&type=template&id=78ceb203&scoped=true
|
|
150454
150454
|
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("暂无数据")])])}
|
|
150455
150455
|
var PopupINSARvue_type_template_id_78ceb203_scoped_true_staticRenderFns = []
|
|
150456
150456
|
|
|
@@ -150617,14 +150617,14 @@ var PopupINSAR_component = normalizeComponent(
|
|
|
150617
150617
|
)
|
|
150618
150618
|
|
|
150619
150619
|
/* harmony default export */ var PopupINSAR = (PopupINSAR_component.exports);
|
|
150620
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150620
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Popup/PopupIOT.vue?vue&type=template&id=793cedba&scoped=true
|
|
150621
150621
|
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)}
|
|
150622
150622
|
var PopupIOTvue_type_template_id_793cedba_scoped_true_staticRenderFns = []
|
|
150623
150623
|
|
|
150624
150624
|
|
|
150625
150625
|
// CONCATENATED MODULE: ./src/components/UI/Popup/PopupIOT.vue?vue&type=template&id=793cedba&scoped=true
|
|
150626
150626
|
|
|
150627
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
150627
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Popup/components/IOTDetail.vue?vue&type=template&id=62c889d0&scoped=true
|
|
150628
150628
|
var IOTDetailvue_type_template_id_62c889d0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-spin',{attrs:{"spinning":_vm.loading}},[(_vm.toType == 501)?_c('div',{staticClass:"iot-detail-graph-tool-panel"},[_c('mapgis-ui-select-panel',{attrs:{"label":"关系图类型","selectOptions":{
|
|
150629
150629
|
force: '力引导布局',
|
|
150630
150630
|
circular: '环形布局'
|
|
@@ -151283,7 +151283,7 @@ var PopupIOT_component = normalizeComponent(
|
|
|
151283
151283
|
)
|
|
151284
151284
|
|
|
151285
151285
|
/* harmony default export */ var PopupIOT = (PopupIOT_component.exports);
|
|
151286
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151286
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Popup/components/RelationshipGraph.vue?vue&type=template&id=40e2395d
|
|
151287
151287
|
var RelationshipGraphvue_type_template_id_40e2395d_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-relationship-graph"},[_c('mapgis-ui-spin',{attrs:{"spinning":_vm.loading}},[_c('mapgis-ui-setting-form',{attrs:{"layout":'inline',"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"建筑面积:"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":10,"addon-after":"㎡(及以上)"},model:{value:(_vm.queryParams.jzmj),callback:function ($$v) {_vm.$set(_vm.queryParams, "jzmj", $$v)},expression:"queryParams.jzmj"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"套内建筑面积:"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":10,"addon-after":"㎡(及以上)"},model:{value:(_vm.queryParams.tnjzmj),callback:function ($$v) {_vm.$set(_vm.queryParams, "tnjzmj", $$v)},expression:"queryParams.tnjzmj"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"分摊系数:"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"max":1,"step":0.1,"addon-after":"(及以上)"},model:{value:(_vm.queryParams.ftxs),callback:function ($$v) {_vm.$set(_vm.queryParams, "ftxs", $$v)},expression:"queryParams.ftxs"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"分摊建筑面积:"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"step":10,"addon-after":"㎡(及以上)"},model:{value:(_vm.queryParams.ftjzmj),callback:function ($$v) {_vm.$set(_vm.queryParams, "ftjzmj", $$v)},expression:"queryParams.ftjzmj"}})],1),_c('mapgis-ui-form-item',[_c('mapgis-ui-button',{on:{"click":_vm.filterGraphData}},[_vm._v("查询")]),_c('mapgis-ui-button',{staticStyle:{"margin-left":"8px"},on:{"click":_vm.resizeQueryparams}},[_vm._v("重置")])],1)],1),_c('mapgis-ui-setting-form',{attrs:{"layout":'inline',"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"图谱类型:"}},[_c('mapgis-ui-space',{staticClass:"mapgis-relationship-icons",attrs:{"slot":"extra"},slot:"extra"},_vm._l((_vm.relationshipTypeList),function(m,i){return _c('mapgis-ui-tooltip',{key:i},[_c('template',{slot:"title"},[_vm._v(_vm._s(m.title))]),_c('mapgis-ui-iconfont',{class:{ active: m.active },attrs:{"type":m.icon},on:{"click":function($event){return _vm.handleSelectChange(m)}}})],2)}),1)],1),_c('mapgis-ui-form-item',{directives:[{name:"show",rawName:"v-show",value:(_vm.showRevert),expression:"showRevert"}],attrs:{"label":""}},[_c('mapgis-ui-button',{on:{"click":_vm.goBack}},[_vm._v("返回")])],1)],1),_c('div',{staticClass:"relationship-graph",attrs:{"id":"relationship-graph"}},[_c('div',{staticClass:"relationship-graph-left",attrs:{"id":"relationship"}}),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.showTooltip),expression:"showTooltip"}],staticClass:"relationship-graph-right",style:({
|
|
151288
151288
|
width: _vm.tooltipWidth + 'px',
|
|
151289
151289
|
maxHeight: _vm.tooltipHeight + 'px'
|
|
@@ -151301,7 +151301,7 @@ var g6_default = /*#__PURE__*/__webpack_require__.n(g6);
|
|
|
151301
151301
|
var hierarchy = __webpack_require__("0519");
|
|
151302
151302
|
var hierarchy_default = /*#__PURE__*/__webpack_require__.n(hierarchy);
|
|
151303
151303
|
|
|
151304
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
151304
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Popup/components/RelationAccessory.vue?vue&type=template&id=e67476aa&scoped=true
|
|
151305
151305
|
var RelationAccessoryvue_type_template_id_e67476aa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-spin',{attrs:{"spinning":_vm.loading}},[_c('div',{staticClass:"accessory-detail-title"},[_c('h3',[_vm._v("附件")]),_c('mapgis-ui-radio-group',{attrs:{"button-style":"solid","size":"small"},model:{value:(_vm.isList),callback:function ($$v) {_vm.isList=$$v},expression:"isList"}},[_c('mapgis-ui-radio-button',{attrs:{"value":true}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-unorderedlist"}})],1),_c('mapgis-ui-radio-button',{attrs:{"value":false}},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-table"}})],1)],1)],1),_c('mapgis-ui-file-preview',{attrs:{"isList":_vm.isList,"files":_vm.files,"isrelationShip":_vm.isrelationShip,"videoToType":_vm.videoToType},on:{"project-screen":_vm.projectScreen}})],1)}
|
|
151306
151306
|
var RelationAccessoryvue_type_template_id_e67476aa_scoped_true_staticRenderFns = []
|
|
151307
151307
|
|
|
@@ -204265,7 +204265,7 @@ var RelationshipGraph_component = normalizeComponent(
|
|
|
204265
204265
|
)
|
|
204266
204266
|
|
|
204267
204267
|
/* harmony default export */ var RelationshipGraph = (RelationshipGraph_component.exports);
|
|
204268
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
204268
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Popup/components/PopupFeatureDetail.vue?vue&type=template&id=3a02998e&scoped=true
|
|
204269
204269
|
var PopupFeatureDetailvue_type_template_id_3a02998e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-window-wrapper',{attrs:{"visible":_vm.showDetail}},[_c('mapgis-ui-window',{ref:"popupDetailWindow",staticClass:"popup-detail-wrapper",attrs:{"visible":_vm.showDetail,"min-width":320,"min-height":90,"max-height":_vm.getMaxHeight,"anchor":"top-right","verticalOffset":100,"horizontalOffset":50,"fullScreenAction":false,"dragRange":false,"zIndex":9999,"title":"详细信息"},on:{"window-size":_vm.onResize,"update:visible":[_vm.closePopup,function($event){_vm.showDetail=$event}]}},[(_vm.showPopupContent)?_c('mapgis-3d-popup-iot',{attrs:{"properties":_vm.properties,"dataStoreIp":_vm.dataStoreIp,"dataStorePort":_vm.dataStorePort,"dataStoreDataset":_vm.dataStoreDataset,"getProjectorStatus":_vm.getProjectorStatus,"showAccessory":false}}):_vm._e(),(_vm.Euid && _vm.showAccessoryInfo)?_c('div',{staticClass:"popup-accessory-content"},[_c('div',{staticClass:"accessory-title"},[_vm._v("附件")]),_vm._l((_vm.fileData),function(accessory,index){return _c('div',{key:index,staticClass:"accessory-content"},[(accessory.list.length > 0)?_c('div',{staticClass:"accessory-title second-title"},[_vm._v("\n "+_vm._s(accessory.title)+"\n ")]):_vm._e(),(accessory.list.length > 0)?_c('mapgis-ui-file-preview',{staticClass:"accessory-preview-list",attrs:{"isList":true,"files":accessory.list,"isPopupFeatureDetail":true,"bordered":false},on:{"project-screen":_vm.projectScreen}}):_vm._e()],1)})],2):_vm._e()],1)],1)}
|
|
204270
204270
|
var PopupFeatureDetailvue_type_template_id_3a02998e_scoped_true_staticRenderFns = []
|
|
204271
204271
|
|
|
@@ -204621,7 +204621,7 @@ var PopupFeatureDetail_component = normalizeComponent(
|
|
|
204621
204621
|
)
|
|
204622
204622
|
|
|
204623
204623
|
/* harmony default export */ var PopupFeatureDetail = (PopupFeatureDetail_component.exports);
|
|
204624
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
204624
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/Marker/Marker.vue?vue&type=template&id=78934844
|
|
204625
204625
|
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)}
|
|
204626
204626
|
var Markervue_type_template_id_78934844_staticRenderFns = []
|
|
204627
204627
|
|
|
@@ -205466,7 +205466,7 @@ var Marker_component = normalizeComponent(
|
|
|
205466
205466
|
)
|
|
205467
205467
|
|
|
205468
205468
|
/* harmony default export */ var Marker = (Marker_component.exports);
|
|
205469
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205469
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/Marker/Marker3dPro.vue?vue&type=template&id=3b9d9b70
|
|
205470
205470
|
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":{
|
|
205471
205471
|
longitude: _vm.popupPosition.longitude,
|
|
205472
205472
|
latitude: _vm.popupPosition.latitude,
|
|
@@ -205762,7 +205762,7 @@ var Marker3dPro_component = normalizeComponent(
|
|
|
205762
205762
|
)
|
|
205763
205763
|
|
|
205764
205764
|
/* harmony default export */ var Marker3dPro = (Marker3dPro_component.exports);
|
|
205765
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205765
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/Marker/Marker3dSetPro.vue?vue&type=template&id=2406040c
|
|
205766
205766
|
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)}
|
|
205767
205767
|
var Marker3dSetProvue_type_template_id_2406040c_staticRenderFns = []
|
|
205768
205768
|
|
|
@@ -205909,7 +205909,7 @@ var Marker3dSetPro_component = normalizeComponent(
|
|
|
205909
205909
|
)
|
|
205910
205910
|
|
|
205911
205911
|
/* harmony default export */ var Marker3dSetPro = (Marker3dSetPro_component.exports);
|
|
205912
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
205912
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/Marker/DynamicMarkerLayer.vue?vue&type=template&id=090adf49
|
|
205913
205913
|
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)}
|
|
205914
205914
|
var DynamicMarkerLayervue_type_template_id_090adf49_staticRenderFns = []
|
|
205915
205915
|
|
|
@@ -206493,7 +206493,7 @@ var DynamicMarkerLayer_component = normalizeComponent(
|
|
|
206493
206493
|
)
|
|
206494
206494
|
|
|
206495
206495
|
/* harmony default export */ var DynamicMarkerLayer = (DynamicMarkerLayer_component.exports);
|
|
206496
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
206496
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Overlay/Mapv3dLayer.vue?vue&type=template&id=94d43a1a
|
|
206497
206497
|
var Mapv3dLayervue_type_template_id_94d43a1a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
206498
206498
|
var Mapv3dLayervue_type_template_id_94d43a1a_staticRenderFns = []
|
|
206499
206499
|
|
|
@@ -208211,7 +208211,7 @@ var Mapv3dLayer_component = normalizeComponent(
|
|
|
208211
208211
|
)
|
|
208212
208212
|
|
|
208213
208213
|
/* harmony default export */ var Mapv3dLayer = (Mapv3dLayer_component.exports);
|
|
208214
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
208214
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Overlay/themeLayer/custer/CesiumCusterLayer.vue?vue&type=template&id=57bca1f4
|
|
208215
208215
|
var CesiumCusterLayervue_type_template_id_57bca1f4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
208216
208216
|
var CesiumCusterLayervue_type_template_id_57bca1f4_staticRenderFns = []
|
|
208217
208217
|
|
|
@@ -208642,7 +208642,7 @@ var CesiumCusterLayer_component = normalizeComponent(
|
|
|
208642
208642
|
)
|
|
208643
208643
|
|
|
208644
208644
|
/* harmony default export */ var CesiumCusterLayer = (CesiumCusterLayer_component.exports);
|
|
208645
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
208645
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Overlay/Echarts.vue?vue&type=template&id=257c81f6
|
|
208646
208646
|
var Echartsvue_type_template_id_257c81f6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
208647
208647
|
var Echartsvue_type_template_id_257c81f6_staticRenderFns = []
|
|
208648
208648
|
|
|
@@ -257186,7 +257186,7 @@ var MapvHeater_component = normalizeComponent(
|
|
|
257186
257186
|
)
|
|
257187
257187
|
|
|
257188
257188
|
/* harmony default export */ var MapvHeater = (MapvHeater_component.exports);
|
|
257189
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
257189
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Overlay/themeLayer/GraphThemeLayer.vue?vue&type=template&id=da8c1bb2
|
|
257190
257190
|
var GraphThemeLayervue_type_template_id_da8c1bb2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
257191
257191
|
var GraphThemeLayervue_type_template_id_da8c1bb2_staticRenderFns = []
|
|
257192
257192
|
|
|
@@ -264161,7 +264161,7 @@ var ThemeLayerCustom_component = normalizeComponent(
|
|
|
264161
264161
|
)
|
|
264162
264162
|
|
|
264163
264163
|
/* harmony default export */ var ThemeLayerCustom = (ThemeLayerCustom_component.exports);
|
|
264164
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264164
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Overlay/themeLayer/M3DSubSectionLayer.vue?vue&type=template&id=c1425ef8&scoped=true
|
|
264165
264165
|
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')}
|
|
264166
264166
|
var M3DSubSectionLayervue_type_template_id_c1425ef8_scoped_true_staticRenderFns = []
|
|
264167
264167
|
|
|
@@ -264433,7 +264433,7 @@ var IgsTerrainProvider_component = normalizeComponent(
|
|
|
264433
264433
|
)
|
|
264434
264434
|
|
|
264435
264435
|
/* harmony default export */ var IgsTerrainProvider = (IgsTerrainProvider_component.exports);
|
|
264436
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264436
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Provider/TerrainProvider/TerrainProvider.vue?vue&type=template&id=7ed4d1da
|
|
264437
264437
|
var TerrainProvidervue_type_template_id_7ed4d1da_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
264438
264438
|
var TerrainProvidervue_type_template_id_7ed4d1da_staticRenderFns = []
|
|
264439
264439
|
|
|
@@ -264534,7 +264534,7 @@ var TerrainProvider_component = normalizeComponent(
|
|
|
264534
264534
|
)
|
|
264535
264535
|
|
|
264536
264536
|
/* harmony default export */ var TerrainProvider = (TerrainProvider_component.exports);
|
|
264537
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264537
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataSource/Geojson/GeoJsonDataSource.vue?vue&type=template&id=6e91f634
|
|
264538
264538
|
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)}
|
|
264539
264539
|
var GeoJsonDataSourcevue_type_template_id_6e91f634_staticRenderFns = []
|
|
264540
264540
|
|
|
@@ -264843,7 +264843,7 @@ var GeoJsonDataSource_component = normalizeComponent(
|
|
|
264843
264843
|
)
|
|
264844
264844
|
|
|
264845
264845
|
/* harmony default export */ var GeoJsonDataSource = (GeoJsonDataSource_component.exports);
|
|
264846
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
264846
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/DataSource/Czml/CzmlDataSource.vue?vue&type=template&id=3bb3c582
|
|
264847
264847
|
var CzmlDataSourcevue_type_template_id_3bb3c582_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
264848
264848
|
var CzmlDataSourcevue_type_template_id_3bb3c582_staticRenderFns = []
|
|
264849
264849
|
|
|
@@ -265135,7 +265135,7 @@ var CzmlDataSource_component = normalizeComponent(
|
|
|
265135
265135
|
)
|
|
265136
265136
|
|
|
265137
265137
|
/* harmony default export */ var CzmlDataSource = (CzmlDataSource_component.exports);
|
|
265138
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
265138
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Viewshed.vue?vue&type=template&id=01c6d842&scoped=true
|
|
265139
265139
|
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)}
|
|
265140
265140
|
var Viewshedvue_type_template_id_01c6d842_scoped_true_staticRenderFns = []
|
|
265141
265141
|
|
|
@@ -265981,7 +265981,7 @@ var Viewshed_component = normalizeComponent(
|
|
|
265981
265981
|
)
|
|
265982
265982
|
|
|
265983
265983
|
/* harmony default export */ var Viewshed = (Viewshed_component.exports);
|
|
265984
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
265984
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Sightline.vue?vue&type=template&id=33086ac0&scoped=true
|
|
265985
265985
|
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)}
|
|
265986
265986
|
var Sightlinevue_type_template_id_33086ac0_scoped_true_staticRenderFns = []
|
|
265987
265987
|
|
|
@@ -266589,7 +266589,7 @@ var Sightline_component = normalizeComponent(
|
|
|
266589
266589
|
)
|
|
266590
266590
|
|
|
266591
266591
|
/* harmony default export */ var Sightline = (Sightline_component.exports);
|
|
266592
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
266592
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/SkyLine.vue?vue&type=template&id=7b95a538&scoped=true
|
|
266593
266593
|
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)}
|
|
266594
266594
|
var SkyLinevue_type_template_id_7b95a538_scoped_true_staticRenderFns = []
|
|
266595
266595
|
|
|
@@ -267031,7 +267031,7 @@ var SkyLine_component = normalizeComponent(
|
|
|
267031
267031
|
)
|
|
267032
267032
|
|
|
267033
267033
|
/* harmony default export */ var SkyLine = (SkyLine_component.exports);
|
|
267034
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
267034
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/ModelFlatten.vue?vue&type=template&id=75d539b0&scoped=true
|
|
267035
267035
|
var ModelFlattenvue_type_template_id_75d539b0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"模型图层"}},[_c('mapgis-ui-select',{on:{"change":_vm.$_chooseM3D},model:{value:(_vm.selectDefaultValue),callback:function ($$v) {_vm.selectDefaultValue=$$v},expression:"selectDefaultValue"}},_vm._l((_vm.dataSource),function(data,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":data.key}},[_vm._v("\n "+_vm._s(data.value)+"\n ")])}),1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"是否贴模型"}},[_c('mapgis-ui-select',{on:{"change":_vm.$_chooseMode},model:{value:(_vm.mode),callback:function ($$v) {_vm.mode=$$v},expression:"mode"}},_vm._l((_vm.classify),function(data,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":data.key}},[_vm._v("\n "+_vm._s(data.value)+"\n ")])}),1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"压平高度"}},[_c('mapgis-ui-input-number',{attrs:{"autoWidth":""},on:{"change":_vm.$_change},model:{value:(_vm.flattenHeight),callback:function ($$v) {_vm.flattenHeight=$$v},expression:"flattenHeight"}})],1),_c('mapgis-ui-switch-row-left',{staticClass:"flatten-switch",attrs:{"title":"根据ID压平"},model:{value:(_vm.flattenWithId),callback:function ($$v) {_vm.flattenWithId=$$v},expression:"flattenWithId"}})],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":function($event){return _vm.clearModelFlatten(true)}}},[_vm._v("还原")]),_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.startModelFlatten}},[_vm._v("开始")])],1)],1)]})],2)}
|
|
267036
267036
|
var ModelFlattenvue_type_template_id_75d539b0_scoped_true_staticRenderFns = []
|
|
267037
267037
|
|
|
@@ -267370,7 +267370,7 @@ var ModelFlatten_component = normalizeComponent(
|
|
|
267370
267370
|
)
|
|
267371
267371
|
|
|
267372
267372
|
/* harmony default export */ var ModelFlatten = (ModelFlatten_component.exports);
|
|
267373
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
267373
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/HeightLimited.vue?vue&type=template&id=0accc2f4&scoped=true
|
|
267374
267374
|
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)}
|
|
267375
267375
|
var HeightLimitedvue_type_template_id_0accc2f4_scoped_true_staticRenderFns = []
|
|
267376
267376
|
|
|
@@ -267977,7 +267977,7 @@ var HeightLimited_component = normalizeComponent(
|
|
|
267977
267977
|
)
|
|
267978
267978
|
|
|
267979
267979
|
/* harmony default export */ var HeightLimited = (HeightLimited_component.exports);
|
|
267980
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
267980
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Shadow.vue?vue&type=template&id=2628f38e&scoped=true
|
|
267981
267981
|
var Shadowvue_type_template_id_2628f38e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mp-widget-shadow-analysis"},[_c('mapgis-ui-setting-form',{attrs:{"model":_vm.formData,"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-model-item',{attrs:{"label":"日期"}},[_c('mapgis-ui-date-picker',{staticStyle:{"width":"100%"},attrs:{"autoWidth":"","default-value":_vm.startDate},on:{"change":_vm.changeDate}})],1),_c('div',[_c('mapgis-ui-form-model-item',{attrs:{"label":"开始时间"}},[_c('mapgis-ui-time-picker',{staticStyle:{"width":"100%"},attrs:{"default-value":_vm.startTime},on:{"change":function($event){return _vm.changeTime($event, 'startTime')}}})],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"结束时间"}},[_c('mapgis-ui-time-picker',{staticStyle:{"width":"100%"},attrs:{"default-value":_vm.endTime},on:{"change":function($event){return _vm.changeTime($event, 'endTime')}}})],1)],1)],1),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"底部高程(米)","range":[0],"rangeShow":false,"slider":false},model:{value:(_vm.formData.minHeight),callback:function ($$v) {_vm.$set(_vm.formData, "minHeight", $$v)},expression:"formData.minHeight"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"拉伸高度(米)","range":[0, 100],"rangeShow":true,"slider":true},model:{value:(_vm.formData.stretchHeight),callback:function ($$v) {_vm.$set(_vm.formData, "stretchHeight", $$v)},expression:"formData.stretchHeight"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"插值间隔","range":[3, 20],"rangeShow":true,"slider":true},model:{value:(_vm.formData.spacing),callback:function ($$v) {_vm.$set(_vm.formData, "spacing", $$v)},expression:"formData.spacing"}}),_c('mapgis-ui-color-pick-panel',{attrs:{"label":"阴影颜色","labelCol":24,"wrapperCol":24,"color":_vm.formData.shadowColor,"disableAlpha":true},on:{"update:color":function($event){return _vm.$set(_vm.formData, "shadowColor", $event)},"input":function (val) { return (_vm.formData.shadowColor = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}}),_c('mapgis-ui-color-pick-panel',{attrs:{"label":"非阴影颜色","labelCol":24,"wrapperCol":24,"color":_vm.formData.sunColor,"disableAlpha":true},on:{"update:color":function($event){return _vm.$set(_vm.formData, "sunColor", $event)},"input":function (val) { return (_vm.formData.sunColor = "rgba(" + (val.rgba.r) + ", " + (val.rgba.g) + ", " + (val.rgba.b) + ", " + (val.rgba.a) + ")"); }}}),_c('mapgis-ui-setting-footer',{staticClass:"settingButton"},[_c('mapgis-ui-button',{attrs:{"disabled":_vm.maskShow,"type":"primary"},on:{"click":_vm.shadow}},[_vm._v("阴影分析\n ")]),_c('mapgis-ui-button',{attrs:{"disabled":_vm.maskShow,"type":"primary"},on:{"click":_vm.sun}},[_vm._v("日照效果\n ")]),_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.removeAll}},[_vm._v("\n 清除\n ")])],1),_c('span',[_c('Popup',{attrs:{"position":_vm.position,"forceRender":""},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('PopupContent',{attrs:{"currentLayerInfo":_vm.currentClickInfo}})],1)],1)],1)]})],2)}
|
|
267982
267982
|
var Shadowvue_type_template_id_2628f38e_scoped_true_staticRenderFns = []
|
|
267983
267983
|
|
|
@@ -270108,7 +270108,7 @@ var Shadow_component = normalizeComponent(
|
|
|
270108
270108
|
)
|
|
270109
270109
|
|
|
270110
270110
|
/* harmony default export */ var Analysis_Shadow = (Shadow_component.exports);
|
|
270111
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
270111
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/DynamicCutting.vue?vue&type=template&id=18e1026a&scoped=true
|
|
270112
270112
|
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)}
|
|
270113
270113
|
var DynamicCuttingvue_type_template_id_18e1026a_scoped_true_staticRenderFns = []
|
|
270114
270114
|
|
|
@@ -270363,7 +270363,7 @@ var DynamicCutting_component = normalizeComponent(
|
|
|
270363
270363
|
)
|
|
270364
270364
|
|
|
270365
270365
|
/* harmony default export */ var DynamicCutting = (DynamicCutting_component.exports);
|
|
270366
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
270366
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/DynamicSection.vue?vue&type=template&id=1fc3da68&scoped=true
|
|
270367
270367
|
var DynamicSectionvue_type_template_id_1fc3da68_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('mapgis-ui-group-tab',{attrs:{"title":"模型"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"tip","placement":"top"},slot:"tip"},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.info))])]),_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-info"}})],2)],1),_c('mapgis-ui-row',{staticClass:"model"},[(_vm.checkboxOptions.length > 0)?_c('mapgis-ui-checkbox-group',{on:{"change":_vm._onCheckboxGroupChange}},_vm._l((_vm.checkboxOptions),function(option,index){return _c('mapgis-ui-row',{key:("model-" + index)},[_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"value":option.value}},[_vm._v("\n "+_vm._s(option.label)+"\n ")])],1)}),1):_c('div',[_vm._v("暂无数据!")])],1),_c('mapgis-ui-group-tab',{attrs:{"title":"剖切方向"}},[_c('mapgis-ui-checkbox',{staticClass:"checkbox",attrs:{"slot":"handle","placement":"bottomRight","checked":_vm.reverse},on:{"change":_vm._onCheckboxChange},slot:"handle"},[_vm._v("\n 逆向\n ")])],1),_c('mapgis-ui-row',{staticClass:"axis"},[_c('mapgis-ui-radio-group',{attrs:{"size":"small"},model:{value:(_vm.axisCopy),callback:function ($$v) {_vm.axisCopy=$$v},expression:"axisCopy"}},[_c('mapgis-ui-radio',{attrs:{"value":"X"}},[_vm._v(" X轴 ")]),_c('mapgis-ui-radio',{attrs:{"value":"Y"}},[_vm._v(" Y轴 ")]),_c('mapgis-ui-radio',{attrs:{"value":"Z"}},[_vm._v(" Z轴 ")])],1)],1),_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}}),_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"动画时间"}},[_c('mapgis-ui-input-number',{staticStyle:{"width":"100%"},attrs:{"min":0},model:{value:(_vm.timeCopy),callback:function ($$v) {_vm.timeCopy=$$v},expression:"timeCopy"}})],1)],1),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"剖切距离","range":[_vm.min, _vm.max],"disabled":_vm.readonly},on:{"change":_vm.setDistance},model:{value:(_vm.distanceCopy),callback:function ($$v) {_vm.distanceCopy=$$v},expression:"distanceCopy"}}),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"显示辅助面"},on:{"changeChecked":_vm.changePlaneVisible},model:{value:(_vm.showCuttingPlaneCopy),callback:function ($$v) {_vm.showCuttingPlaneCopy=$$v},expression:"showCuttingPlaneCopy"}},[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"剖面颜色"}},[_c('mapgis-ui-sketch-color-picker',{staticClass:"colorCopy-picker",attrs:{"color":_vm.colorCopy,"disableAlpha":false},on:{"update:color":function($event){_vm.colorCopy=$event}}})],1)],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.startClipping}},[_vm._v("\n 分析\n ")]),_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.animation}},[_vm._v("\n 动态效果\n ")]),_c('mapgis-ui-button',{on:{"click":_vm.stopClipping}},[_vm._v(" 清除 ")])],1)]})],2)}
|
|
270368
270368
|
var DynamicSectionvue_type_template_id_1fc3da68_scoped_true_staticRenderFns = []
|
|
270369
270369
|
|
|
@@ -271089,7 +271089,7 @@ var DynamicSection_component = normalizeComponent(
|
|
|
271089
271089
|
)
|
|
271090
271090
|
|
|
271091
271091
|
/* harmony default export */ var DynamicSection = (DynamicSection_component.exports);
|
|
271092
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271092
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Fill.vue?vue&type=template&id=0ec35788&scoped=true
|
|
271093
271093
|
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)}
|
|
271094
271094
|
var Fillvue_type_template_id_0ec35788_scoped_true_staticRenderFns = []
|
|
271095
271095
|
|
|
@@ -271430,7 +271430,7 @@ var Fill_component = normalizeComponent(
|
|
|
271430
271430
|
)
|
|
271431
271431
|
|
|
271432
271432
|
/* harmony default export */ var Fill = (Fill_component.exports);
|
|
271433
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271433
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Aspect.vue?vue&type=template&id=e8c82cf6
|
|
271434
271434
|
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)}
|
|
271435
271435
|
var Aspectvue_type_template_id_e8c82cf6_staticRenderFns = []
|
|
271436
271436
|
|
|
@@ -271808,7 +271808,7 @@ var Aspect_component = normalizeComponent(
|
|
|
271808
271808
|
)
|
|
271809
271809
|
|
|
271810
271810
|
/* harmony default export */ var Aspect = (Aspect_component.exports);
|
|
271811
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
271811
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Slope.vue?vue&type=template&id=5086b7dc
|
|
271812
271812
|
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)}
|
|
271813
271813
|
var Slopevue_type_template_id_5086b7dc_staticRenderFns = []
|
|
271814
271814
|
|
|
@@ -272165,7 +272165,7 @@ var Slope_component = normalizeComponent(
|
|
|
272165
272165
|
)
|
|
272166
272166
|
|
|
272167
272167
|
/* harmony default export */ var Slope = (Slope_component.exports);
|
|
272168
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
272168
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/AspectSlope.vue?vue&type=template&id=22cb1c29&scoped=true
|
|
272169
272169
|
var AspectSlopevue_type_template_id_22cb1c29_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"aspect-slope-analysis"},[_c('mapgis-ui-switch-panel',{staticClass:"paddingStyle",attrs:{"size":"default","label":"坡度分析"},model:{value:(_vm.slopeFill),callback:function ($$v) {_vm.slopeFill=$$v},expression:"slopeFill"}},[_c('mapgis-ui-group-tab',{staticClass:"slope-parameter-title",attrs:{"title":"坡度图例设置","hasTopMargin":false,"hasBottomMargin":false}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"tip","placement":"top"},slot:"tip"},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.info))])]),_c('mapgis-ui-iconfont',{staticStyle:{"right":"0"},attrs:{"type":"mapgis-info"}})],2)],1),_c('mapgis-ui-colors-setting',{attrs:{"rangeField":'坡度范围'},model:{value:(_vm.rampColorsCopy),callback:function ($$v) {_vm.rampColorsCopy=$$v},expression:"rampColorsCopy"}})],1),_vm._m(0),_c('mapgis-ui-switch-panel',{staticClass:"paddingStyle",attrs:{"size":"default","label":"坡向分析"},model:{value:(_vm.aspectArrow),callback:function ($$v) {_vm.aspectArrow=$$v},expression:"aspectArrow"}},[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","slider":true,"range":[1, 10],"label":"箭头密度"},model:{value:(_vm.arrowRepeat),callback:function ($$v) {_vm.arrowRepeat=$$v},expression:"arrowRepeat"}})],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary","disabled":!_vm.displayOption},on:{"click":_vm.analysis}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1),_c('span',[_c('Popup',{attrs:{"position":_vm.position,"forceRender":""},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('PopupContent',{attrs:{"currentLayerInfo":_vm.currentClickInfo}})],1)],1)],1)}
|
|
272170
272170
|
var AspectSlopevue_type_template_id_22cb1c29_scoped_true_staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"dividerWrapper"},[_c('div',{staticClass:"divider"})])}]
|
|
272171
272171
|
|
|
@@ -272524,7 +272524,7 @@ var AspectSlope_component = normalizeComponent(
|
|
|
272524
272524
|
)
|
|
272525
272525
|
|
|
272526
272526
|
/* harmony default export */ var AspectSlope = (AspectSlope_component.exports);
|
|
272527
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
272527
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Contour.vue?vue&type=template&id=0b5ed0ad&scoped=true
|
|
272528
272528
|
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)}
|
|
272529
272529
|
var Contourvue_type_template_id_0b5ed0ad_scoped_true_staticRenderFns = []
|
|
272530
272530
|
|
|
@@ -273214,7 +273214,7 @@ var Contour_component = normalizeComponent(
|
|
|
273214
273214
|
)
|
|
273215
273215
|
|
|
273216
273216
|
/* harmony default export */ var Contour = (Contour_component.exports);
|
|
273217
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
273217
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/CutFill.vue?vue&type=template&id=bd1b7f86&scoped=true
|
|
273218
273218
|
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)}
|
|
273219
273219
|
var CutFillvue_type_template_id_bd1b7f86_scoped_true_staticRenderFns = []
|
|
273220
273220
|
|
|
@@ -273797,7 +273797,7 @@ var CutFill_component = normalizeComponent(
|
|
|
273797
273797
|
)
|
|
273798
273798
|
|
|
273799
273799
|
/* harmony default export */ var CutFill = (CutFill_component.exports);
|
|
273800
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
273800
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Profile.vue?vue&type=template&id=d4fb7a34
|
|
273801
273801
|
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)}
|
|
273802
273802
|
var Profilevue_type_template_id_d4fb7a34_staticRenderFns = []
|
|
273803
273803
|
|
|
@@ -274360,7 +274360,7 @@ var Profile_component = normalizeComponent(
|
|
|
274360
274360
|
)
|
|
274361
274361
|
|
|
274362
274362
|
/* harmony default export */ var Profile = (Profile_component.exports);
|
|
274363
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
274363
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Overlay/particle/ParticleEffects.vue?vue&type=template&id=1df1cf84&scoped=true
|
|
274364
274364
|
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:{
|
|
274365
274365
|
'list-active': _vm.activeIndex === index,
|
|
274366
274366
|
},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:{
|
|
@@ -275409,7 +275409,7 @@ var ParticleEffects_component = normalizeComponent(
|
|
|
275409
275409
|
)
|
|
275410
275410
|
|
|
275411
275411
|
/* harmony default export */ var ParticleEffects = (ParticleEffects_component.exports);
|
|
275412
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
275412
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Flood.vue?vue&type=template&id=771baa92&scoped=true
|
|
275413
275413
|
var Floodvue_type_template_id_771baa92_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-flood-analysis"},[_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}},[_c('mapgis-ui-toolbar',{attrs:{"slot":"handle","bordered":false},slot:"handle"},[_c('mapgis-ui-toolbar-command',{attrs:{"icon":"mapgis-redo","title":"重新计算","disabled":!_vm.recalculate},on:{"click":_vm.refresh}})],1)],1),_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"淹没最低高度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"addon-after":"米"},model:{value:(_vm.minHeightCopy),callback:function ($$v) {_vm.minHeightCopy=_vm._n($$v)},expression:"minHeightCopy"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"淹没最高高度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"addon-after":"米"},model:{value:(_vm.maxHeightCopy),callback:function ($$v) {_vm.maxHeightCopy=_vm._n($$v)},expression:"maxHeightCopy"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"洪水上涨速度"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米/秒"},model:{value:(_vm.floodSpeedCopy),callback:function ($$v) {_vm.floodSpeedCopy=_vm._n($$v)},expression:"floodSpeedCopy"}})],1),_c('mapgis-ui-form-item',{attrs:{"label":"颜色"}},[_c('mapgis-ui-sketch-color-picker',{attrs:{"color":_vm.floodColorCopy,"disableAlpha":false},on:{"update:color":function($event){_vm.floodColorCopy=$event}}})],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.analysis}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.remove}},[_vm._v("清除")])],1)],1)]})],2)}
|
|
275414
275414
|
var Floodvue_type_template_id_771baa92_scoped_true_staticRenderFns = []
|
|
275415
275415
|
|
|
@@ -275933,7 +275933,7 @@ var Flood_component = normalizeComponent(
|
|
|
275933
275933
|
)
|
|
275934
275934
|
|
|
275935
275935
|
/* harmony default export */ var Flood = (Flood_component.exports);
|
|
275936
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
275936
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/buffer/Buffer.vue?vue&type=template&id=4f2dd8fa&scoped=true
|
|
275937
275937
|
var Buffervue_type_template_id_4f2dd8fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-buffer-analysis"},[_vm._t("selectLayer"),_c('mapgis-ui-group-tab',{attrs:{"title":"缓冲区参数设置","id":"title-space"}}),(_vm.srcType == 'Feature')?_c('mapgis-ui-form-model',_vm._b({attrs:{"layout":_vm.layout,"labelAlign":"left","colon":false}},'mapgis-ui-form-model',_vm.formItemLayout,false),[_c('mapgis-ui-form-model-item',{attrs:{"label":"分析方式"}},[_c('mapgis-ui-radio-group',{attrs:{"options":[
|
|
275938
275938
|
{ label: '客户端分析', value: 'client' },
|
|
275939
275939
|
{ label: '服务端分析', value: 'server' } ]},model:{value:(_vm.bufferMethod),callback:function ($$v) {_vm.bufferMethod=$$v},expression:"bufferMethod"}})],1)],1):_vm._e(),(
|
|
@@ -277178,7 +277178,7 @@ var Buffer_component = normalizeComponent(
|
|
|
277178
277178
|
)
|
|
277179
277179
|
|
|
277180
277180
|
/* harmony default export */ var Buffer = (Buffer_component.exports);
|
|
277181
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
277181
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/buffer/ModelBuffer.vue?vue&type=template&id=7564985e&scoped=true
|
|
277182
277182
|
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":[
|
|
277183
277183
|
{ label: '指定半径', value: false },
|
|
277184
277184
|
{ 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":[
|
|
@@ -277728,7 +277728,7 @@ var ModelBuffer_component = normalizeComponent(
|
|
|
277728
277728
|
)
|
|
277729
277729
|
|
|
277730
277730
|
/* harmony default export */ var ModelBuffer = (ModelBuffer_component.exports);
|
|
277731
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
277731
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/overlay/Overlay.vue?vue&type=template&id=ea079cc2&scoped=true
|
|
277732
277732
|
var Overlayvue_type_template_id_ea079cc2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("default",function(){return [_c('div',{staticClass:"mapgis-widget-overlay-analysis"},[_vm._t("selectLayer"),_c('mapgis-ui-group-tab',{attrs:{"title":"叠加参数设置","id":"title-space"}}),_c('mapgis-ui-form-model',_vm._b({attrs:{"layout":_vm.layout,"labelAlign":"left","colon":false}},'mapgis-ui-form-model',_vm.formItemLayout,false),[_c('mapgis-ui-form-model-item',{attrs:{"label":"叠加方式"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.overType[1].name},on:{"change":function($event){return _vm.selectCurrentMethod($event)}},model:{value:(_vm.selectedOverType),callback:function ($$v) {_vm.selectedOverType=$$v},expression:"selectedOverType"}},_vm._l((_vm.overType),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.typeValue}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"容差半径"}},[_c('mapgis-ui-input-number',{attrs:{"autoWidth":""},model:{value:(_vm.radius),callback:function ($$v) {_vm.radius=$$v},expression:"radius"}})],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"容差半径单位"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.unit[0].name},on:{"change":function($event){return _vm.selectCurrentUnit($event)}},model:{value:(_vm.selectedUnit),callback:function ($$v) {_vm.selectedUnit=$$v},expression:"selectedUnit"}},_vm._l((_vm.unit),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.unitParam}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('mapgis-ui-form-model-item',{attrs:{"label":"图层样式"}},[_c('mapgis-ui-select',{attrs:{"placeholder":_vm.infoOptType[1].name},on:{"change":function($event){return _vm.selectCurrentPar($event)}},model:{value:(_vm.selectedInfoOptType),callback:function ($$v) {_vm.selectedInfoOptType=$$v},expression:"selectedInfoOptType"}},_vm._l((_vm.infoOptType),function(item,index){return _c('mapgis-ui-select-option',{key:index,attrs:{"value":item.typeValue}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"default-checked":_vm.attOptType},model:{value:(_vm.attOptType),callback:function ($$v) {_vm.attOptType=$$v},expression:"attOptType"}},[_vm._v("进行属性操作")]),_c('br'),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"default-checked":_vm.isValidReg},model:{value:(_vm.isValidReg),callback:function ($$v) {_vm.isValidReg=$$v},expression:"isValidReg"}},[_vm._v("检查区合法性")]),_c('mapgis-ui-group-tab',{attrs:{"title":"输出结果","isTitleBold":false,"hasTopMargin":false,"hasBottomMargin":false}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"handle","title":"导出"},on:{"click":_vm.exportResult},slot:"handle"},[_c('mapgis-ui-iconfont',{staticClass:"iconfont-btn",attrs:{"type":"mapgis-daochu"}})],1),_c('mapgis-ui-tooltip',{attrs:{"slot":"handle","title":"删除"},on:{"click":_vm.deleteResult},slot:"handle"},[_c('mapgis-ui-iconfont',{staticClass:"iconfont-btn",attrs:{"type":"mapgis-shanchu"}})],1)],1),_c('mapgis-ui-form-model-item',[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":24}},[_c('mapgis-ui-input',{model:{value:(_vm.destLayer),callback:function ($$v) {_vm.destLayer=$$v},expression:"destLayer"}})],1)],1),_c('mapgis-ui-checkbox',{staticStyle:{"line-height":"32px"},attrs:{"default-checked":_vm.overlayAdd},on:{"change":_vm.sendOverlayAdd}},[_vm._v("将结果图层添加到视图中")])],1)],1)],2),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.run}},[_vm._v("分析")]),_c('mapgis-ui-button',{on:{"click":_vm.cancel}},[_vm._v("重置")])],1),(_vm.useMask)?_c('mapgis-ui-mask',{attrs:{"parentDivClass":'map-wrapper',"loading":_vm.maskShow,"text":_vm.maskText}}):_vm._e()]})],2)}
|
|
277733
277733
|
var Overlayvue_type_template_id_ea079cc2_scoped_true_staticRenderFns = []
|
|
277734
277734
|
|
|
@@ -278220,7 +278220,7 @@ var Overlay_component = normalizeComponent(
|
|
|
278220
278220
|
)
|
|
278221
278221
|
|
|
278222
278222
|
/* harmony default export */ var Overlay = (Overlay_component.exports);
|
|
278223
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278223
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/overlay/ModelOverlay.vue?vue&type=template&id=bac413f0&scoped=true
|
|
278224
278224
|
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)}
|
|
278225
278225
|
var ModelOverlayvue_type_template_id_bac413f0_scoped_true_staticRenderFns = []
|
|
278226
278226
|
|
|
@@ -278692,7 +278692,7 @@ var ModelOverlay_component = normalizeComponent(
|
|
|
278692
278692
|
)
|
|
278693
278693
|
|
|
278694
278694
|
/* harmony default export */ var ModelOverlay = (ModelOverlay_component.exports);
|
|
278695
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278695
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/StratifiedHousehold.vue?vue&type=template&id=333257dc
|
|
278696
278696
|
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){
|
|
278697
278697
|
var title = ref.title;
|
|
278698
278698
|
var icon = ref.icon;
|
|
@@ -278722,7 +278722,7 @@ var StratifiedHouseholdvue_type_template_id_333257dc_staticRenderFns = []
|
|
|
278722
278722
|
|
|
278723
278723
|
// CONCATENATED MODULE: ./src/components/Analysis/StratifiedHousehold.vue?vue&type=template&id=333257dc
|
|
278724
278724
|
|
|
278725
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
278725
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/StratifiedHouseholdMenus.vue?vue&type=template&id=35bf116d
|
|
278726
278726
|
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)}
|
|
278727
278727
|
var StratifiedHouseholdMenusvue_type_template_id_35bf116d_staticRenderFns = []
|
|
278728
278728
|
|
|
@@ -280278,7 +280278,7 @@ var StratifiedHousehold_component = normalizeComponent(
|
|
|
280278
280278
|
)
|
|
280279
280279
|
|
|
280280
280280
|
/* harmony default export */ var StratifiedHousehold = (StratifiedHousehold_component.exports);
|
|
280281
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
280281
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/scene-projector/ProjectorManager.vue?vue&type=template&id=59325ecd&scoped=true
|
|
280282
280282
|
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),(
|
|
280283
280283
|
_vm.currentProjectorOverlayLayer &&
|
|
280284
280284
|
Object.keys(_vm.currentProjectorOverlayLayer).length > 0
|
|
@@ -280291,7 +280291,7 @@ var ProjectorManagervue_type_template_id_59325ecd_scoped_true_staticRenderFns =
|
|
|
280291
280291
|
|
|
280292
280292
|
// CONCATENATED MODULE: ./src/components/Analysis/scene-projector/ProjectorManager.vue?vue&type=template&id=59325ecd&scoped=true
|
|
280293
280293
|
|
|
280294
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
280294
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/scene-projector/components/OperationsItem.vue?vue&type=template&id=40cb7a4b&scoped=true
|
|
280295
280295
|
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
|
|
280296
280296
|
? 'operations-row-action show-operations'
|
|
280297
280297
|
: '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)}
|
|
@@ -280497,14 +280497,14 @@ var OperationsItem_component = normalizeComponent(
|
|
|
280497
280497
|
)
|
|
280498
280498
|
|
|
280499
280499
|
/* harmony default export */ var OperationsItem = (OperationsItem_component.exports);
|
|
280500
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
280500
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/scene-projector/components/ProjectorLayerSelect.vue?vue&type=template&id=f96c7768&scoped=true
|
|
280501
280501
|
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)])}
|
|
280502
280502
|
var ProjectorLayerSelectvue_type_template_id_f96c7768_scoped_true_staticRenderFns = []
|
|
280503
280503
|
|
|
280504
280504
|
|
|
280505
280505
|
// CONCATENATED MODULE: ./src/components/Analysis/scene-projector/components/ProjectorLayerSelect.vue?vue&type=template&id=f96c7768&scoped=true
|
|
280506
280506
|
|
|
280507
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
280507
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/scene-projector/components/EditLayerName.vue?vue&type=template&id=751fccac&scoped=true
|
|
280508
280508
|
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)])}
|
|
280509
280509
|
var EditLayerNamevue_type_template_id_751fccac_scoped_true_staticRenderFns = []
|
|
280510
280510
|
|
|
@@ -282271,7 +282271,7 @@ var ProjectorManager_component = normalizeComponent(
|
|
|
282271
282271
|
)
|
|
282272
282272
|
|
|
282273
282273
|
/* harmony default export */ var ProjectorManager = (ProjectorManager_component.exports);
|
|
282274
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
282274
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/scene-projector/ProjectorSetting.vue?vue&type=template&id=04cf8268&scoped=true
|
|
282275
282275
|
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)}
|
|
282276
282276
|
var ProjectorSettingvue_type_template_id_04cf8268_scoped_true_staticRenderFns = []
|
|
282277
282277
|
|
|
@@ -283527,7 +283527,7 @@ var ProjectorSetting_component = normalizeComponent(
|
|
|
283527
283527
|
)
|
|
283528
283528
|
|
|
283529
283529
|
/* harmony default export */ var ProjectorSetting = (ProjectorSetting_component.exports);
|
|
283530
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
283530
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/BIM.vue?vue&type=template&id=db350d7c
|
|
283531
283531
|
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){
|
|
283532
283532
|
var title = ref.title;
|
|
283533
283533
|
var index = ref.index;
|
|
@@ -284632,7 +284632,7 @@ var BIM_component = normalizeComponent(
|
|
|
284632
284632
|
)
|
|
284633
284633
|
|
|
284634
284634
|
/* harmony default export */ var BIM = (BIM_component.exports);
|
|
284635
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
284635
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Explosion.vue?vue&type=template&id=013f7460&scoped=true
|
|
284636
284636
|
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)}
|
|
284637
284637
|
var Explosionvue_type_template_id_013f7460_scoped_true_staticRenderFns = []
|
|
284638
284638
|
|
|
@@ -291944,7 +291944,7 @@ var Explosion_component = normalizeComponent(
|
|
|
291944
291944
|
)
|
|
291945
291945
|
|
|
291946
291946
|
/* harmony default export */ var Explosion = (Explosion_component.exports);
|
|
291947
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
291947
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Analysis/Excavate.vue?vue&type=template&id=6b26a23e&scoped=true
|
|
291948
291948
|
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)}
|
|
291949
291949
|
var Excavatevue_type_template_id_6b26a23e_scoped_true_staticRenderFns = []
|
|
291950
291950
|
|
|
@@ -292601,7 +292601,7 @@ var Excavate_component = normalizeComponent(
|
|
|
292601
292601
|
)
|
|
292602
292602
|
|
|
292603
292603
|
/* harmony default export */ var Excavate = (Excavate_component.exports);
|
|
292604
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
292604
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/mixComponent/GeojsonCom.vue?vue&type=template&id=532f842c&scoped=true
|
|
292605
292605
|
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')}
|
|
292606
292606
|
var GeojsonComvue_type_template_id_532f842c_scoped_true_staticRenderFns = []
|
|
292607
292607
|
|
|
@@ -293169,7 +293169,7 @@ var GeojsonCom_component = normalizeComponent(
|
|
|
293169
293169
|
)
|
|
293170
293170
|
|
|
293171
293171
|
/* harmony default export */ var GeojsonCom = (GeojsonCom_component.exports);
|
|
293172
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293172
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/UI/mixComponent/Legend.vue?vue&type=template&id=e22dbc94&scoped=true
|
|
293173
293173
|
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:{
|
|
293174
293174
|
'area-tab-name': true,
|
|
293175
293175
|
active: i - 1 === _vm.curindex
|
|
@@ -293704,14 +293704,14 @@ var mixComponent_Legend_component = normalizeComponent(
|
|
|
293704
293704
|
)
|
|
293705
293705
|
|
|
293706
293706
|
/* harmony default export */ var mixComponent_Legend = (mixComponent_Legend_component.exports);
|
|
293707
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293707
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/SceneSetting.vue?vue&type=template&id=4af2b6c7&scoped=true
|
|
293708
293708
|
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)}
|
|
293709
293709
|
var SceneSettingvue_type_template_id_4af2b6c7_scoped_true_staticRenderFns = []
|
|
293710
293710
|
|
|
293711
293711
|
|
|
293712
293712
|
// CONCATENATED MODULE: ./src/components/SceneEffect/SceneSetting.vue?vue&type=template&id=4af2b6c7&scoped=true
|
|
293713
293713
|
|
|
293714
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293714
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/components/BasicSetting.vue?vue&type=template&id=8123aef2&scoped=true
|
|
293715
293715
|
var BasicSettingvue_type_template_id_8123aef2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"basic-setting"},[_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"地球","checked":_vm.basicSetting.earth},on:{"changeChecked":_vm.enableEarth}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{attrs:{"size":"small","label":"大气层","checked":_vm.basicSetting.skyAtmosphere},on:{"changeChecked":_vm.enableSkyAtmosphere}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"阴影效果","checked":_vm.basicSetting.shadow},on:{"changeChecked":_vm.enableShadow}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"深度检测","checked":_vm.basicSetting.depthTest},on:{"changeChecked":_vm.enableDepthTest}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"显示帧率","checked":_vm.basicSetting.FPS},on:{"changeChecked":_vm.enableFPS}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"时间轴","checked":_vm.basicSetting.timeline},on:{"changeChecked":_vm.enableTimeline}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"状态栏","checked":_vm.basicSetting.statebar},on:{"changeChecked":_vm.handleChangeStatebar}})],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"平面模式","checked":_vm.basicSetting.sceneMode},on:{"changeChecked":_vm.handleChangeSceneMode}})],1)],1),_c('mapgis-ui-row',[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"罗盘控件","checked":_vm.basicSetting.compass},on:{"changeChecked":_vm.enableCompass}})],1)],1),_c('compass-position-setting',{directives:[{name:"show",rawName:"v-show",value:(_vm.basicSetting.compass),expression:"basicSetting.compass"}],attrs:{"position":_vm.compassPosition},on:{"updateCompassPosition":_vm.updateCompassPosition}}),_c('mapgis-ui-switch-panel',{staticClass:"odd",attrs:{"size":"small","label":"颜色校正","checked":_vm.basicSetting.colorCorrection},on:{"changeChecked":_vm.enableColorCorrection}}),(_vm.showColorCorrectionSetting)?_c('div',[_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"亮度","value":_vm.basicSetting.brightness,"range":_vm.ColorCorrectionRange,"step":0.1},on:{"change":_vm.brtChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"对比度","value":_vm.basicSetting.contrast,"range":_vm.contrastRange,"step":0.1},on:{"change":_vm.ctrstChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"色相","value":_vm.basicSetting.hue,"range":_vm.ColorCorrectionRange,"step":0.1},on:{"change":_vm.hueChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"饱和度","value":_vm.basicSetting.saturation,"range":_vm.ColorCorrectionRange,"step":0.1},on:{"change":_vm.saturationChange}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"曝光度","value":_vm.basicSetting.exposure,"range":_vm.ColorCorrectionRange,"step":0.1},on:{"change":_vm.exposureChange}})],1):_vm._e(),(_vm.basicSetting.statebar)?_c('mapgis-3d-statebar',{attrs:{"frame":60,"bottomMap":true}}):_vm._e()],1)}
|
|
293716
293716
|
var BasicSettingvue_type_template_id_8123aef2_scoped_true_staticRenderFns = []
|
|
293717
293717
|
|
|
@@ -293721,7 +293721,7 @@ var BasicSettingvue_type_template_id_8123aef2_scoped_true_staticRenderFns = []
|
|
|
293721
293721
|
// EXTERNAL MODULE: ./src/components/SceneEffect/components/navigation-all.css
|
|
293722
293722
|
var navigation_all = __webpack_require__("4015");
|
|
293723
293723
|
|
|
293724
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
293724
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/components/CompassPositionSetting.vue?vue&type=template&id=85bbac22&scoped=true
|
|
293725
293725
|
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),(
|
|
293726
293726
|
_vm.compassPosition.anchor === 'top-left' ||
|
|
293727
293727
|
_vm.compassPosition.anchor === 'bottom-left'
|
|
@@ -294637,7 +294637,7 @@ var BasicSetting_component = normalizeComponent(
|
|
|
294637
294637
|
)
|
|
294638
294638
|
|
|
294639
294639
|
/* harmony default export */ var BasicSetting = (BasicSetting_component.exports);
|
|
294640
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294640
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/components/CameraSetting.vue?vue&type=template&id=26af3c98&scoped=true
|
|
294641
294641
|
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)}
|
|
294642
294642
|
var CameraSettingvue_type_template_id_26af3c98_scoped_true_staticRenderFns = []
|
|
294643
294643
|
|
|
@@ -295169,7 +295169,7 @@ var CameraSetting_component = normalizeComponent(
|
|
|
295169
295169
|
)
|
|
295170
295170
|
|
|
295171
295171
|
/* harmony default export */ var CameraSetting = (CameraSetting_component.exports);
|
|
295172
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295172
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/components/LightSetting.vue?vue&type=template&id=508f31b5&scoped=true
|
|
295173
295173
|
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)}
|
|
295174
295174
|
var LightSettingvue_type_template_id_508f31b5_scoped_true_staticRenderFns = []
|
|
295175
295175
|
|
|
@@ -295357,7 +295357,7 @@ var LightSetting_component = normalizeComponent(
|
|
|
295357
295357
|
)
|
|
295358
295358
|
|
|
295359
295359
|
/* harmony default export */ var LightSetting = (LightSetting_component.exports);
|
|
295360
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
295360
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/components/WeatherSetting.vue?vue&type=template&id=4e8ee64a&scoped=true
|
|
295361
295361
|
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)}
|
|
295362
295362
|
var WeatherSettingvue_type_template_id_4e8ee64a_scoped_true_staticRenderFns = []
|
|
295363
295363
|
|
|
@@ -296061,7 +296061,7 @@ var WeatherSetting_component = normalizeComponent(
|
|
|
296061
296061
|
)
|
|
296062
296062
|
|
|
296063
296063
|
/* harmony default export */ var WeatherSetting = (WeatherSetting_component.exports);
|
|
296064
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296064
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/components/EffectSetting.vue?vue&type=template&id=cb87d5fa&scoped=true
|
|
296065
296065
|
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)}
|
|
296066
296066
|
var EffectSettingvue_type_template_id_cb87d5fa_scoped_true_staticRenderFns = []
|
|
296067
296067
|
|
|
@@ -296275,14 +296275,14 @@ var EffectSetting_component = normalizeComponent(
|
|
|
296275
296275
|
)
|
|
296276
296276
|
|
|
296277
296277
|
/* harmony default export */ var EffectSetting = (EffectSetting_component.exports);
|
|
296278
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296278
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/AutonomousRoaming/AutonomousRoamingSetting.vue?vue&type=template&id=dcc8c176&scoped=true
|
|
296279
296279
|
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()}
|
|
296280
296280
|
var AutonomousRoamingSettingvue_type_template_id_dcc8c176_scoped_true_staticRenderFns = []
|
|
296281
296281
|
|
|
296282
296282
|
|
|
296283
296283
|
// CONCATENATED MODULE: ./src/components/SceneEffect/AutonomousRoaming/AutonomousRoamingSetting.vue?vue&type=template&id=dcc8c176&scoped=true
|
|
296284
296284
|
|
|
296285
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296285
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/AutonomousRoaming/components/AutonomousRoaming.vue?vue&type=template&id=3f5191c5&scoped=true
|
|
296286
296286
|
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)}
|
|
296287
296287
|
var AutonomousRoamingvue_type_template_id_3f5191c5_scoped_true_staticRenderFns = []
|
|
296288
296288
|
|
|
@@ -296932,7 +296932,7 @@ var SceneSetting_component = normalizeComponent(
|
|
|
296932
296932
|
)
|
|
296933
296933
|
|
|
296934
296934
|
/* harmony default export */ var SceneSetting = (SceneSetting_component.exports);
|
|
296935
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296935
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/SceneRoaming.vue?vue&type=template&id=f6b54c84&scoped=true
|
|
296936
296936
|
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) {
|
|
296937
296937
|
_vm.onChangePathName(val, item.id);
|
|
296938
296938
|
}}})}),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) {
|
|
@@ -296943,7 +296943,7 @@ var SceneRoamingvue_type_template_id_f6b54c84_scoped_true_staticRenderFns = []
|
|
|
296943
296943
|
|
|
296944
296944
|
// CONCATENATED MODULE: ./src/components/SceneEffect/SceneRoaming.vue?vue&type=template&id=f6b54c84&scoped=true
|
|
296945
296945
|
|
|
296946
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
296946
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/PathRoaming/PathItem.vue?vue&type=template&id=7f160102&scoped=true
|
|
296947
296947
|
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)])}
|
|
296948
296948
|
var PathItemvue_type_template_id_7f160102_scoped_true_staticRenderFns = []
|
|
296949
296949
|
|
|
@@ -297079,7 +297079,7 @@ var PathItem_component = normalizeComponent(
|
|
|
297079
297079
|
)
|
|
297080
297080
|
|
|
297081
297081
|
/* harmony default export */ var PathItem = (PathItem_component.exports);
|
|
297082
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
297082
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/PathRoaming/PathRoaming.vue?vue&type=template&id=31adf0d2&scoped=true
|
|
297083
297083
|
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)}
|
|
297084
297084
|
var PathRoamingvue_type_template_id_31adf0d2_scoped_true_staticRenderFns = []
|
|
297085
297085
|
|
|
@@ -297679,7 +297679,7 @@ var PathRoaming_component = normalizeComponent(
|
|
|
297679
297679
|
)
|
|
297680
297680
|
|
|
297681
297681
|
/* harmony default export */ var PathRoaming = (PathRoaming_component.exports);
|
|
297682
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
297682
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SceneEffect/PathRoaming/components/PathImport.vue?vue&type=template&id=5019aff6
|
|
297683
297683
|
var PathImportvue_type_template_id_5019aff6_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('mapgis-ui-modal',{staticClass:"path-import-wrapper",attrs:{"visible":_vm.visible,"title":_vm.title,"width":300,"mask":false},on:{"cancel":_vm.onImportCancel,"ok":_vm.onImportOk}},[_c('template',{slot:"footer"},[_c('mapgis-ui-button',{key:"cancel",on:{"click":_vm.onImportCancel}},[_vm._v("\n 取消\n ")]),_c('mapgis-ui-button',{key:"ok",attrs:{"type":"primary","loading":_vm.loading},on:{"click":_vm.onImportOk}},[_vm._v("\n 确定\n ")])],1),_c('div',{staticClass:"path-import-body"},[_c('mapgis-ui-row',[_c('input',{attrs:{"type":"file","id":"file","accept":("." + _vm.importModalType)},on:{"input":_vm.readOrUploadFile}})])],1)],2)}
|
|
297684
297684
|
var PathImportvue_type_template_id_5019aff6_staticRenderFns = []
|
|
297685
297685
|
|
|
@@ -298687,14 +298687,14 @@ var SceneRoaming_component = normalizeComponent(
|
|
|
298687
298687
|
)
|
|
298688
298688
|
|
|
298689
298689
|
/* harmony default export */ var SceneRoaming = (SceneRoaming_component.exports);
|
|
298690
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298690
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/service/comprehensive-query/ComprehensiveQuery.vue?vue&type=template&id=3da9a7c8
|
|
298691
298691
|
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)}
|
|
298692
298692
|
var ComprehensiveQueryvue_type_template_id_3da9a7c8_staticRenderFns = []
|
|
298693
298693
|
|
|
298694
298694
|
|
|
298695
298695
|
// CONCATENATED MODULE: ./src/components/service/comprehensive-query/ComprehensiveQuery.vue?vue&type=template&id=3da9a7c8
|
|
298696
298696
|
|
|
298697
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
298697
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/service/comprehensive-query/PlaceNameCesium.vue?vue&type=template&id=50696ba4
|
|
298698
298698
|
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"}}):(
|
|
298699
298699
|
_vm.geojson &&
|
|
298700
298700
|
_vm.geojson.features &&
|
|
@@ -299059,7 +299059,7 @@ var ComprehensiveQuery_component = normalizeComponent(
|
|
|
299059
299059
|
)
|
|
299060
299060
|
|
|
299061
299061
|
/* harmony default export */ var ComprehensiveQuery = (ComprehensiveQuery_component.exports);
|
|
299062
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299062
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/DataFlow/DataFlow.vue?vue&type=template&id=73f216d5&scoped=true
|
|
299063
299063
|
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":{
|
|
299064
299064
|
longitude: popup.lng,
|
|
299065
299065
|
latitude: popup.lat,
|
|
@@ -299693,7 +299693,7 @@ var DataFlow_component = normalizeComponent(
|
|
|
299693
299693
|
)
|
|
299694
299694
|
|
|
299695
299695
|
/* harmony default export */ var DataFlow = (DataFlow_component.exports);
|
|
299696
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299696
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/Track/Track.vue?vue&type=template&id=a2b54b5c&scoped=true
|
|
299697
299697
|
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))])])])])}
|
|
299698
299698
|
var Trackvue_type_template_id_a2b54b5c_scoped_true_staticRenderFns = []
|
|
299699
299699
|
|
|
@@ -299976,14 +299976,14 @@ var Track_component = normalizeComponent(
|
|
|
299976
299976
|
)
|
|
299977
299977
|
|
|
299978
299978
|
/* harmony default export */ var Track_Track = (Track_component.exports);
|
|
299979
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299979
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/Plotting/PlottingLayer.vue?vue&type=template&id=504a22fc&scoped=true
|
|
299980
299980
|
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)}
|
|
299981
299981
|
var PlottingLayervue_type_template_id_504a22fc_scoped_true_staticRenderFns = []
|
|
299982
299982
|
|
|
299983
299983
|
|
|
299984
299984
|
// CONCATENATED MODULE: ./src/components/Layer/Plotting/PlottingLayer.vue?vue&type=template&id=504a22fc&scoped=true
|
|
299985
299985
|
|
|
299986
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
299986
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/Plotting/PanelOne.vue?vue&type=template&id=61bdcefb&scoped=true
|
|
299987
299987
|
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}})])])}
|
|
299988
299988
|
var PanelOnevue_type_template_id_61bdcefb_scoped_true_staticRenderFns = []
|
|
299989
299989
|
|
|
@@ -300086,7 +300086,7 @@ var PanelOne_component = normalizeComponent(
|
|
|
300086
300086
|
)
|
|
300087
300087
|
|
|
300088
300088
|
/* harmony default export */ var PanelOne = (PanelOne_component.exports);
|
|
300089
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300089
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/Plotting/EditPanel.vue?vue&type=template&id=57ac8662&scoped=true
|
|
300090
300090
|
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()}
|
|
300091
300091
|
var EditPanelvue_type_template_id_57ac8662_scoped_true_staticRenderFns = []
|
|
300092
300092
|
|
|
@@ -300933,35 +300933,35 @@ var PlottingLayer_component = normalizeComponent(
|
|
|
300933
300933
|
)
|
|
300934
300934
|
|
|
300935
300935
|
/* harmony default export */ var PlottingLayer = (PlottingLayer_component.exports);
|
|
300936
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300936
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/MapStory/MapStory.vue?vue&type=template&id=466cdb10&scoped=true
|
|
300937
300937
|
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)}
|
|
300938
300938
|
var MapStoryvue_type_template_id_466cdb10_scoped_true_staticRenderFns = []
|
|
300939
300939
|
|
|
300940
300940
|
|
|
300941
300941
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/MapStory.vue?vue&type=template&id=466cdb10&scoped=true
|
|
300942
300942
|
|
|
300943
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300943
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/MapStory/projectPanel.vue?vue&type=template&id=a03e405a&scoped=true
|
|
300944
300944
|
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)}
|
|
300945
300945
|
var projectPanelvue_type_template_id_a03e405a_scoped_true_staticRenderFns = []
|
|
300946
300946
|
|
|
300947
300947
|
|
|
300948
300948
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/projectPanel.vue?vue&type=template&id=a03e405a&scoped=true
|
|
300949
300949
|
|
|
300950
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300950
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/MapStory/ProjectPanelUI.vue?vue&type=template&id=d96bd522&scoped=true
|
|
300951
300951
|
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)])}
|
|
300952
300952
|
var ProjectPanelUIvue_type_template_id_d96bd522_scoped_true_staticRenderFns = []
|
|
300953
300953
|
|
|
300954
300954
|
|
|
300955
300955
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/ProjectPanelUI.vue?vue&type=template&id=d96bd522&scoped=true
|
|
300956
300956
|
|
|
300957
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300957
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/MapStory/ProjectEdit.vue?vue&type=template&id=6b057ac0&scoped=true
|
|
300958
300958
|
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)}
|
|
300959
300959
|
var ProjectEditvue_type_template_id_6b057ac0_scoped_true_staticRenderFns = []
|
|
300960
300960
|
|
|
300961
300961
|
|
|
300962
300962
|
// CONCATENATED MODULE: ./src/components/Layer/MapStory/ProjectEdit.vue?vue&type=template&id=6b057ac0&scoped=true
|
|
300963
300963
|
|
|
300964
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
300964
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/MapStory/FeatureEdit.vue?vue&type=template&id=4320985c
|
|
300965
300965
|
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){
|
|
300966
300966
|
var commands = ref.commands;
|
|
300967
300967
|
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)])}
|
|
@@ -324626,7 +324626,7 @@ var projectPanel_component = normalizeComponent(
|
|
|
324626
324626
|
)
|
|
324627
324627
|
|
|
324628
324628
|
/* harmony default export */ var projectPanel = (projectPanel_component.exports);
|
|
324629
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
324629
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/MapStory/mapCollection.vue?vue&type=template&id=1fa4305b&scoped=true
|
|
324630
324630
|
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)}
|
|
324631
324631
|
var mapCollectionvue_type_template_id_1fa4305b_scoped_true_staticRenderFns = []
|
|
324632
324632
|
|
|
@@ -325346,7 +325346,7 @@ var MapStory_component = normalizeComponent(
|
|
|
325346
325346
|
)
|
|
325347
325347
|
|
|
325348
325348
|
/* harmony default export */ var MapStory = (MapStory_component.exports);
|
|
325349
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325349
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/MapStory/PreviewMapStory.vue?vue&type=template&id=76fca89a&scoped=true
|
|
325350
325350
|
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)}
|
|
325351
325351
|
var PreviewMapStoryvue_type_template_id_76fca89a_scoped_true_staticRenderFns = []
|
|
325352
325352
|
|
|
@@ -325539,7 +325539,7 @@ var PreviewMapStory_component = normalizeComponent(
|
|
|
325539
325539
|
)
|
|
325540
325540
|
|
|
325541
325541
|
/* harmony default export */ var PreviewMapStory = (PreviewMapStory_component.exports);
|
|
325542
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325542
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/simulation/CityGrow/CityGrow.vue?vue&type=template&id=1c0f10b8&scoped=true
|
|
325543
325543
|
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"}})}
|
|
325544
325544
|
var CityGrowvue_type_template_id_1c0f10b8_scoped_true_staticRenderFns = []
|
|
325545
325545
|
|
|
@@ -325938,7 +325938,7 @@ var CityGrow_component = normalizeComponent(
|
|
|
325938
325938
|
)
|
|
325939
325939
|
|
|
325940
325940
|
/* harmony default export */ var CityGrow = (CityGrow_component.exports);
|
|
325941
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
325941
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/simulation/CityGrow/CityGrowOptions.vue?vue&type=template&id=91fc36a0&scoped=true
|
|
325942
325942
|
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)}
|
|
325943
325943
|
var CityGrowOptionsvue_type_template_id_91fc36a0_scoped_true_staticRenderFns = []
|
|
325944
325944
|
|
|
@@ -326412,7 +326412,7 @@ var CityGrowOptions_component = normalizeComponent(
|
|
|
326412
326412
|
)
|
|
326413
326413
|
|
|
326414
326414
|
/* harmony default export */ var CityGrowOptions = (CityGrowOptions_component.exports);
|
|
326415
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
326415
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/simulation/PondingSimulation.vue?vue&type=template&id=308ee621&scoped=true
|
|
326416
326416
|
var PondingSimulationvue_type_template_id_308ee621_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-ponding-simulation"},[_c('div',{staticClass:"mapgis-3d-ponding-simulation-content"},[_c('mapgis-ui-group-tab',{attrs:{"title":"参数设置"}}),_c('mapgis-ui-input-number-panel',{attrs:{"label":"日降雨量(毫米)","size":"large","range":[0, 2000],"rangeShow":true,"step":10,"slider":true},model:{value:(_vm.rainFall),callback:function ($$v) {_vm.rainFall=$$v},expression:"rainFall"}}),_c('mapgis-ui-form',{attrs:{"layout":_vm.layout}},[_c('mapgis-ui-form-item',{attrs:{"label":"降雨等级"}},[_c('mapgis-ui-select',{model:{value:(_vm.rainOption),callback:function ($$v) {_vm.rainOption=$$v},expression:"rainOption"}},[_c('mapgis-ui-select-option',{attrs:{"value":0}},[_vm._v("\n 小雨\n ")]),_c('mapgis-ui-select-option',{attrs:{"value":1}},[_vm._v("\n 中雨\n ")]),_c('mapgis-ui-select-option',{attrs:{"value":2}},[_vm._v("\n 大雨\n ")]),_c('mapgis-ui-select-option',{attrs:{"value":3}},[_vm._v("\n 暴雨\n ")])],1)],1)],1),_c('mapgis-3d-draw',{attrs:{"drawStyle":_vm.drawStyleCopy,"enableControl":_vm.enableControl},on:{"drawCreate":_vm.handleDrawCreate,"load":_vm.handleDrawLoad}},[_c('mapgis-ui-group-tab',{attrs:{"title":"仿真区域"}}),_c('mapgis-ui-radio-group',{staticClass:"padding",model:{value:(_vm.radioValue),callback:function ($$v) {_vm.radioValue=$$v},expression:"radioValue"}},[_c('mapgis-ui-radio',{attrs:{"value":1}},[_vm._v("绘制区域")]),_c('mapgis-ui-radio',{attrs:{"value":2}},[_vm._v("输入区域")])],1),(_vm.radioValue === 1)?_c('div',{staticClass:"padding"},_vm._l((_vm.draws),function(item,i){return _c('mapgis-ui-tooltip',{key:i,attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_c('span',[_vm._v(_vm._s(item.tip))])]),_c('mapgis-ui-button',{class:item.className,staticStyle:{"margin":"0 8px"},attrs:{"shape":"circle","type":item.type},on:{"click":item.click}},[_c('mapgis-ui-iconfont',{class:item.className,attrs:{"type":item.icon,"theme":"filled"}})],1)],2)}),1):_vm._e(),(_vm.radioValue === 2)?_c('div',[_c('mapgis-ui-setting-form',{attrs:{"layout":_vm.layout,"size":"default"}},[_c('mapgis-ui-form-item',{attrs:{"label":"圆心"}},[_c('mapgis-ui-row',{attrs:{"gutter":8}},[_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"placeholder":"经度","allow-clear":""},model:{value:(_vm.circleCenter.longitude),callback:function ($$v) {_vm.$set(_vm.circleCenter, "longitude", _vm._n($$v))},expression:"circleCenter.longitude"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"经度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-xzhouyidong"}})],1)],1)],1),_c('mapgis-ui-col',{attrs:{"span":12}},[_c('mapgis-ui-input-number-addon',{attrs:{"placeholder":"纬度","allow-clear":""},model:{value:(_vm.circleCenter.latitude),callback:function ($$v) {_vm.$set(_vm.circleCenter, "latitude", _vm._n($$v))},expression:"circleCenter.latitude"}},[_c('mapgis-ui-tooltip',{attrs:{"slot":"addonBefore","title":"纬度"},slot:"addonBefore"},[_c('mapgis-ui-iconfont',{attrs:{"type":"mapgis-yzhouyidong"}})],1)],1)],1)],1)],1),_c('mapgis-ui-form-item',{attrs:{"label":"半径"}},[_c('mapgis-ui-input-number-addon',{attrs:{"min":0,"addon-after":"米"},model:{value:(_vm.radius),callback:function ($$v) {_vm.radius=_vm._n($$v)},expression:"radius"}})],1)],1)],1):_vm._e()],1),_c('mapgis-ui-switch-panel',{attrs:{"size":"default","label":"详细参数"},model:{value:(_vm.showDetailPara),callback:function ($$v) {_vm.showDetailPara=$$v},expression:"showDetailPara"}},[_c('mapgis-ui-group-tab',{attrs:{"title":"积水参数设置"}}),_c('mapgis-ui-color-pick-panel',{attrs:{"label":"积水颜色","color":_vm.floodColorCopy,"disableAlpha":false,"labelCol":24,"wrapperCol":24},on:{"input":function (val) { return (_vm.floodColorCopy = "rgba(" + (val.rgba.r) + "," + (val.rgba.g) + "," + (val.rgba.b) + "," + (val.rgba.a) + ")"); }}}),_c('mapgis-ui-input-number-panel',{attrs:{"label":"排水体积(m³)","size":"large","range":[0, _vm.drainageVolMax],"rangeShow":true,"step":1,"slider":true},model:{value:(_vm.drainageVol),callback:function ($$v) {_vm.drainageVol=$$v},expression:"drainageVol"}}),_c('mapgis-ui-group-tab',{attrs:{"title":"雨参数设置"}}),_c('mapgis-ui-input-number-panel',{attrs:{"size":"large","label":"雨角度","range":[-30, 30],"step":10,"slider":true},model:{value:(_vm.angle),callback:function ($$v) {_vm.angle=$$v},expression:"angle"}})],1)],1),_c('mapgis-ui-setting-footer',[_c('mapgis-ui-tooltip',{attrs:{"placement":"bottom"}},[_c('template',{slot:"title"},[_c('span',[_vm._v("重现积水上涨效果")])]),_c('mapgis-ui-iconfont',{directives:[{name:"show",rawName:"v-show",value:(_vm.isSimulation),expression:"isSimulation"}],staticClass:"redo-button-style",attrs:{"type":"mapgis-revision"},on:{"click":_vm.addSimulation}})],2),_c('mapgis-ui-button',{attrs:{"type":"primary"},on:{"click":_vm.simulation}},[_vm._v("开始")]),_c('mapgis-ui-button',{on:{"click":_vm.stopSimulation}},[_vm._v("清除")])],1),_c('mapgis-ui-mask',{attrs:{"loading":_vm.maskShow,"parentDivClass":'cesium-map-wrapper',"text":_vm.maskText}})],1)}
|
|
326417
326417
|
var PondingSimulationvue_type_template_id_308ee621_scoped_true_staticRenderFns = []
|
|
326418
326418
|
|
|
@@ -327398,7 +327398,7 @@ var PondingSimulation_component = normalizeComponent(
|
|
|
327398
327398
|
)
|
|
327399
327399
|
|
|
327400
327400
|
/* harmony default export */ var PondingSimulation = (PondingSimulation_component.exports);
|
|
327401
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
327401
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/simulation/PondingSimulation/PondingSimulationTimeline.vue?vue&type=template&id=35739fb2
|
|
327402
327402
|
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)}
|
|
327403
327403
|
var PondingSimulationTimelinevue_type_template_id_35739fb2_staticRenderFns = []
|
|
327404
327404
|
|
|
@@ -327598,7 +327598,7 @@ var PondingSimulationTimeline_component = normalizeComponent(
|
|
|
327598
327598
|
)
|
|
327599
327599
|
|
|
327600
327600
|
/* harmony default export */ var PondingSimulationTimeline = (PondingSimulationTimeline_component.exports);
|
|
327601
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
327601
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/simulation/BuildingGrow.vue?vue&type=template&id=4d1b9edf&scoped=true
|
|
327602
327602
|
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)}
|
|
327603
327603
|
var BuildingGrowvue_type_template_id_4d1b9edf_scoped_true_staticRenderFns = []
|
|
327604
327604
|
|
|
@@ -328269,7 +328269,7 @@ var BuildingGrow_component = normalizeComponent(
|
|
|
328269
328269
|
)
|
|
328270
328270
|
|
|
328271
328271
|
/* harmony default export */ var BuildingGrow = (BuildingGrow_component.exports);
|
|
328272
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328272
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/simulation/Wind3D/Wind3D.vue?vue&type=template&id=595e4983
|
|
328273
328273
|
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)}
|
|
328274
328274
|
var Wind3Dvue_type_template_id_595e4983_staticRenderFns = []
|
|
328275
328275
|
|
|
@@ -328678,7 +328678,7 @@ var Wind3D_component = normalizeComponent(
|
|
|
328678
328678
|
)
|
|
328679
328679
|
|
|
328680
328680
|
/* harmony default export */ var Wind3D = (Wind3D_component.exports);
|
|
328681
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
328681
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/3DPlot/Plot.vue?vue&type=template&id=5b11fb10&scoped=true
|
|
328682
328682
|
var Plotvue_type_template_id_5b11fb10_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-plot"},[_vm._t("symbol",function(){return [(_vm.symbolData)?_c('mapgis-ui-plot-symbol',{staticClass:"mapgis-3d-plot-panel",attrs:{"data":_vm.symbolData,"format":true,"baseUrl":_vm.baseUrl,"useIGS":_vm.useIGS},on:{"click":_vm.clickIcon,"search":_vm.searchIcon}}):_vm._e()]},{"data":_vm.symbolData,"format":true,"click":_vm.clickIcon,"search":_vm.searchIcon,"baseUrl":_vm.baseUrl}),(_vm.showStylePanel)?_c('mapgis-ui-plot-attribute',{class:['plot-panel-attribute', 'mapgis-3d-plot-panel'],attrs:{"baseUrl":_vm.baseUrl,"symbolType":_vm.symbolType,"attributeConfig":_vm.styleAttributesUIConfig},on:{"changeComponentStyle":_vm.changeStyle,"changeStyle":_vm.changeStyle},model:{value:(_vm.styleData),callback:function ($$v) {_vm.styleData=$$v},expression:"styleData"}}):_vm._e()],2)}
|
|
328683
328683
|
var Plotvue_type_template_id_5b11fb10_scoped_true_staticRenderFns = []
|
|
328684
328684
|
|
|
@@ -329216,7 +329216,7 @@ var Plot_component = normalizeComponent(
|
|
|
329216
329216
|
)
|
|
329217
329217
|
|
|
329218
329218
|
/* harmony default export */ var Plot = (Plot_component.exports);
|
|
329219
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
329219
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/3DPlot/Plot3DLink.vue?vue&type=template&id=0b8a9147&scoped=true
|
|
329220
329220
|
var Plot3DLinkvue_type_template_id_0b8a9147_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
329221
329221
|
var Plot3DLinkvue_type_template_id_0b8a9147_scoped_true_staticRenderFns = []
|
|
329222
329222
|
|
|
@@ -329332,7 +329332,7 @@ var Plot3DLink_component = normalizeComponent(
|
|
|
329332
329332
|
)
|
|
329333
329333
|
|
|
329334
329334
|
/* harmony default export */ var Plot3DLink = (Plot3DLink_component.exports);
|
|
329335
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
329335
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/3DPlot/PlotLayer.vue?vue&type=template&id=78564baa
|
|
329336
329336
|
var PlotLayervue_type_template_id_78564baa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span')}
|
|
329337
329337
|
var PlotLayervue_type_template_id_78564baa_staticRenderFns = []
|
|
329338
329338
|
|
|
@@ -329648,7 +329648,7 @@ var PlotLayer_component = normalizeComponent(
|
|
|
329648
329648
|
)
|
|
329649
329649
|
|
|
329650
329650
|
/* harmony default export */ var PlotLayer = (PlotLayer_component.exports);
|
|
329651
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
329651
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"62e34203-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Layer/3DPlot/PlotAnimation.vue?vue&type=template&id=77878d42&scoped=true
|
|
329652
329652
|
var PlotAnimationvue_type_template_id_77878d42_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"mapgis-3d-plot-animation"},[(_vm.scriptListCopy && _vm.showScriptList)?_c('mapgis-ui-plot-script-list',{staticClass:"mapgis-3d-plot-animation-panel",attrs:{"scriptList":_vm.scriptListCopy},on:{"play":_vm.playScript,"click":_vm.clickList,"edit":_vm.editList,"addScript":_vm.addList,"remove":_vm.removeList,"import":_vm.importList,"export":_vm.exportList,"save":_vm.saveList}}):_vm._e(),(!_vm.showScriptList)?_c('mapgis-ui-plot-script',{staticClass:"mapgis-3d-plot-animation-panel",attrs:{"script":_vm.scriptListCopy[_vm.activeIndex],"plotId":_vm.plotId,"attrsItemOptions":_vm.attrsItemOptions,"attrsItemColorOptions":_vm.attrsItemColorOptions,"vueKey":_vm.vueKey,"vueIndex":_vm.vueIndex,"is3dLayer":true},on:{"return":function (e) {
|
|
329653
329653
|
_vm.showScriptList = e;
|
|
329654
329654
|
_vm.$emit('save', _vm.scriptListCopy[_vm.activeIndex]);
|