|
@@ -12,7 +12,7 @@
|
|
|
<address-search v-if="toolType=='addressSearch'" />
|
|
|
<space-statistics v-if="toolType=='spaceStatistics'" @setToolType ="setToolType" @setToolDetailType="setToolDetailType" @setLoading = "setLoading" />
|
|
|
<space-statistics-result v-if="toolDetailType=='spaceStatisticsResult'" @setToolDetailType="setToolDetailType" @setLoading = "setLoading" />
|
|
|
-
|
|
|
+ <round-view v-if="toolType=='roundView'" />
|
|
|
|
|
|
<buffer-analysis v-if="toolType=='bufferAnalysis'" @setToolType ="setToolType" @setToolDetailType="setToolDetailType" @setLoading = "setLoading" />
|
|
|
<fly-way v-if="toolType=='flyWay'" @setToolDetailType="setToolDetailType" />
|
|
@@ -70,6 +70,7 @@ import GreenbeltAnalysisDynamicResult from "@/view/show-platform/common/tool-com
|
|
|
import CoordinateTransform from "@/view/show-platform/common/tool-component/coordinateTransform/CoordinateTransform";
|
|
|
import CoordinateTransformResult from "@/view/show-platform/common/tool-component/coordinateTransform/CoordinateTransformResult";
|
|
|
import SpaceStatisticsResult from "@/view/show-platform/common/tool-component/space-statistics/SpaceStatisticsResult";
|
|
|
+import RoundView from "@/view/show-platform/common/tool-component/roundView/RoundView";
|
|
|
import {
|
|
|
addBufferLayer,
|
|
|
calculation3D,
|
|
@@ -86,7 +87,7 @@ export default {
|
|
|
SingleLayerDetailModel,FlyWay,FlyItem,Bookmark,MoreScreen,SingleScreenSelect,
|
|
|
PerspectiveAnalysis,PerspectiveArea,SpaceStatistics,GreenbeltAnalysis,CompositionAnalysis,
|
|
|
CompositionResult,BufferAnalysis,ComposiAna,BaseMapChange,BufferAnalysisResult,Greenbelt,GreenbeltAnalysisDynamic,
|
|
|
- GreenbeltAnalysisDynamicResult,CoordinateTransform,CoordinateTransformResult,SpaceStatisticsResult},
|
|
|
+ GreenbeltAnalysisDynamicResult,CoordinateTransform,CoordinateTransformResult,SpaceStatisticsResult,RoundView},
|
|
|
data(){
|
|
|
return{
|
|
|
loading: false,
|