Parcourir la source

杜总提供UI界面集成

wanger il y a 1 an
Parent
commit
85efbe6b7d

+ 11 - 7
src/common/scss/globe.scss

@@ -8,7 +8,7 @@ div {
 
 .sm-btn {
     display: inline-block;
-    color: #2ec5ad;
+    color: #51E9FF;
     background-color: rgba(38, 38, 38, 0.75);
     margin-bottom: 0;
     text-align: center;
@@ -32,15 +32,19 @@ div {
 .sm-panel {
     // margin-top: 2rem;
     // margin-left: 2rem;
+    width: 340px;
     max-width: 340px;
     min-width: 280px;
     display: inline-block;
     position: absolute;
-    left: 310px;
-    top: 201px;
+    right: 432px;
+    top: 169px;
     z-index: 99;
     cursor: pointer;
-    border: 1px solid #526f82;
+    // border: 1px solid #526f82;
+    background: url(/static/images/bigscreen/site-bg.png) no-repeat;
+    background-size: 100% 100%;
+    background-position: center;
     //overflow: hidden;
     @media (max-width: 750px) {
         margin-top: 2px;
@@ -93,7 +97,7 @@ div {
 .sm-content {
     overflow: hidden;
     transform-origin: top left;
-    background-color: rgba(38, 38, 38, 0.75);
+    // background-color: rgba(38, 38, 38, 0.75);
     transition: transform 0.6s ease;
 }
 
@@ -154,7 +158,7 @@ div {
     padding: 5px 10px;
     overflow: auto;
     max-height: 528px;
-    background-color: rgba(23, 23, 23, 0.5);
+    // background-color: rgba(23, 23, 23, 0.5);
     scrollbar-width: none;
     /* firefox */
     -ms-overflow-style: none;
@@ -290,7 +294,7 @@ label {
 .sm-input-long {
     @extend .sm-input;
     float: right;
-    width: 40%;
+    width: 246px;
 }
 
 .sm-point {

+ 7 - 5
src/components/BigScreen/bigScreen.vue

@@ -325,14 +325,14 @@
 
       <div class="box-center" v-show="navlist2[1].active">
         <div class="center-flex-row">
-          <div class="tree-btn">
+          <div class="tree-btn" style="display: none">
             <img
               src="/static/images/bigscreen/icon-tree-btn.png"
               object-fit="contain"
               @click="tapInitTreeBoard"
             />
           </div>
-          <div class="center-flex-row filter">
+          <div class="center-flex-row filter" style="display: none">
             <div class="center-flex-column">
               <div>三亚市</div>
             </div>
@@ -392,7 +392,7 @@
             </div>
           </div>
         </div>
-        <div v-show="treeBoard" class="tree-wrap">
+        <div v-show="treeBoard" class="tree-wrap" style="display: none">
           <div @click="tapInitTreeBoard"></div>
           <div class="tree">
             <div class="center-flex-row tree-tab">
@@ -579,7 +579,7 @@
           </div>
         </div>
 
-        <div class="site-wrap">
+        <div class="site-wrap" style="display: none">
           <div class="center-flex-row site-header">
             <div>名称定位</div>
             <div></div>
@@ -709,8 +709,9 @@
         </div>
         <!-- 驾驶舱 end-->
       </div>
-    </div>
 
+      <tool-bar v-show="navlist2[1].active"></tool-bar>
+    </div>
     <sm-viewer> </sm-viewer>
   </div>
 </template>
@@ -718,6 +719,7 @@
 <script>
 export default {
   name: "big-screen",
+  comments: {},
   props: {},
   data() {
     return {

+ 13 - 0
src/components/Combinations/LayerManage/LayerManage.scss

@@ -15,6 +15,14 @@
     /* IE 10+ */
 }
 
+.layermanager {
+    background: url(/static/images/bigscreen/tree-bg.png) no-repeat;
+    background-size: 100% 100%;
+    background-position: center;
+    top: 178px !important;
+    left: 433px !important;
+}
+
 .ivu-select-dropdown {
     min-width: 100px;
     background-color: rgb(68, 49, 49);
@@ -35,6 +43,7 @@
     overflow-y: auto;
     overflow-x: hidden;
     height: 460px;
+    padding: 0px 5px 0px 5px;
 }
 
 .listBtn {
@@ -63,4 +72,8 @@
 
 .ivu-tabs-bar {
     margin-bottom: 5px !important;
+}
+
+.ivu-icon {
+    color: white !important;
 }

+ 1 - 2
src/components/Combinations/LayerManage/LayerManage.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="sm-panel" v-if="LayerManageShow">
+  <div class="sm-panel layermanager" v-if="LayerManageShow">
     <Tabs value="">
       <TabPane label="资源目录" name="zyml">
         <div class="zyml">
@@ -93,7 +93,6 @@
 </template>
 
 <script>
-import Config from "@/common/js/webServeConfig.js";
 export default {
   name: "LayerManage",
   data() {

+ 25 - 2
src/components/Combinations/toolBar/toolBar.scss

@@ -25,6 +25,26 @@
     }
 }
 
+.resourceTree {
+    width: 80px;
+    height: 80px;
+    display: -ms-flexbox;
+    display: flex;
+    -ms-flex-wrap: nowrap;
+    flex-wrap: nowrap;
+    -webkit-box-pack: start;
+    -ms-flex-pack: start;
+    justify-content: flex-start;
+    position: absolute;
+    top: 92px;
+    left: 419px;
+    margin: 5px 0 0 5px;
+    background: url(/static/images/bigscreen/icon-tree-btn.png) no-repeat;
+    background-size: cover;
+    background-position: center;
+    cursor: pointer;
+}
+
 .toolBar {
     width: auto;
     display: flex;
@@ -32,9 +52,12 @@
     justify-content: flex-start;
     // background-color: red;
     position: absolute;
-    top: 150px;
-    left: 300px;
+    top: 118px;
+    right: 432px;
     margin: 5px 0 0 5px;
+    background: url(/static/images/bigscreen/filter-bg.png) no-repeat;
+    background-size: cover;
+    background-position: center;
 }
 
 ul {

+ 22 - 19
src/components/Combinations/toolBar/toolBar.vue

@@ -1,35 +1,38 @@
 <template>
   <div v-if="ToolBarShow">
+    <div class="resourceTree" @click="choose(0)"></div>
     <div class="toolBar">
-      <div
+      <li
         class="sm-btn sm-tool-btn"
-        :class="{ 'sm-toggle-btn-only': !show }"
-        title="图层管理"
-        @click="choose(0)"
+        :title="Resource.analysis"
+        @click="choose(6)"
       >
-        <span class="iconfont icontuceng"></span>
-      </div>
+        <span class="iconfont iconsanweifenxi"></span>
+      </li>
       <ul v-if="show">
-        <li
+        <!-- <li
           class="sm-btn sm-tool-btn"
           :title="Resource.addLayer"
           @click="choose(1)"
         >
           <span class="iconfont iconjiazaituceng"></span>
-        </li>
+        </li> -->
         <li class="sm-btn sm-tool-btn" title="点击查询" @click="choose(9)">
-          <Icon type="md-information-circle" />
+          <Icon
+            type="md-information-circle"
+            style="color: #51e9ff !important"
+          />
         </li>
         <li class="sm-btn sm-tool-btn" title="地名地址" @click="choose(10)">
-          <Icon type="logo-xbox" />
+          <Icon type="logo-xbox" style="color: #51e9ff !important" />
         </li>
-        <li
+        <!-- <li
           class="sm-btn sm-tool-btn"
           :title="Resource.setBaseLayer"
           @click="choose(2)"
         >
           <span class="iconfont iconditushezhi"></span>
-        </li>
+        </li> -->
         <li
           class="sm-btn sm-tool-btn"
           :title="Resource.sceneOptions"
@@ -51,13 +54,13 @@
         >
           <span class="iconfont icondixing"></span>
         </li>
-        <li
+        <!-- <li
           class="sm-btn sm-tool-btn"
           :title="Resource.analysis"
           @click="choose(6)"
         >
           <span class="iconfont iconsanweifenxi"></span>
-        </li>
+        </li> -->
         <li
           class="sm-btn sm-tool-btn"
           :title="Resource.measure"
@@ -84,7 +87,7 @@
         <span
           class="iconfont"
           :class="
-            show
+            !show
               ? 'iconiEarth-R8-xiugai_shouqi'
               : 'iconiEarth-R8-xiugai_zhankai'
           "
@@ -155,14 +158,14 @@ export default {
     },
     choose(i) {
       console.log(i);
-      this.clickShow = false;
-      this.plan = false;
       console.log(store.state.toolBar);
       if (i == 9) {
-        this.clickShow = true;
+        this.clickShow = !this.clickShow;
       } else if (i == 10) {
-        this.plan = true;
+        this.plan = !this.plan;
       } else {
+        this.clickShow = false;
+        this.plan = false;
         store.setToolBarAction(i);
       }
       // 验证是否为点击事件,是则继续执行click事件,否则不执行

+ 7 - 6
src/components/Viewer/smViewer.vue

@@ -1,10 +1,10 @@
 <template>
   <div id="cesiumContainer" ref="viewer">
     <!-- 工具选择组件 -->
-    <tool-bar></tool-bar>
+    <!-- <tool-bar></tool-bar>
     <compass></compass>
     <china-epidemic-map></china-epidemic-map>
-    <world-epidemic-map></world-epidemic-map>
+    <world-epidemic-map></world-epidemic-map> -->
   </div>
 </template>
 
@@ -64,12 +64,12 @@ export default {
           infoBox: false,
           geocoder: false,
           // skyBox: false, // 关闭天空盒会一同关闭太阳,场景会变暗
-          navigation: true,
+          navigation: false,
           contextOptions: {
             requestWebgl2: true,
           },
         });
-        viewer.scene.globe.enableLighting = true;
+        // viewer.scene.globe.enableLighting = true;
         // document.getElementsByClassName(
         //   "cesium-viewer-timelineContainer"
         // )[0].style.visibility = "hidden"; //隐藏时间线控件
@@ -84,7 +84,7 @@ export default {
           }),
           homeButton: false,
           skyBox: true,
-          navigation: true,
+          navigation: false,
           contextOptions: {
             requestWebgl2: true,
           },
@@ -112,7 +112,7 @@ export default {
         0.65,
         1
       );
-      viewer.scene.globe.enableLighting = true;
+      // viewer.scene.globe.enableLighting = true;
 
       if (Config.baseImgLayer) {
         viewer.imageryLayers.addImageryProvider(
@@ -121,6 +121,7 @@ export default {
           })
         );
       }
+      viewer.scene.fog.enabled = false;
       viewer.scene.debugShowFramesPerSecond = false;
       window.viewer = viewer;
       window.scene = viewer.scene;

+ 37 - 32
src/components/sceneAtttribute/basicOptions/basicOptions.vue

@@ -1,33 +1,32 @@
 <template>
   <div class="sm-function-module-content" v-show="basicOptions">
     <div class="flexbox">
-      <label >{{Resource.earth}}</label>
+      <label>{{ Resource.earth }}</label>
       <input type="checkbox" v-model="earthShow" />
-      <label >{{Resource.shadowMap}}</label>
+      <label>{{ Resource.shadowMap }}</label>
       <input type="checkbox" v-model="shadowMap" />
-      <label >{{Resource.sun}}</label>
+      <label>{{ Resource.sun }}</label>
       <input type="checkbox" v-model="sunShow" />
-      <label >{{Resource.timeline}}</label>
+      <label>{{ Resource.timeline }}</label>
       <input type="checkbox" v-model="timeline" />
     </div>
     <div class="flexbox">
-      <label>{{Resource.depthAgainst}}</label>
+      <label>{{ Resource.depthAgainst }}</label>
       <input type="checkbox" v-model="depthAgainst" />
-      <label>{{Resource.skyAtmosphereEffect}}</label>
+      <label>{{ Resource.skyAtmosphereEffect }}</label>
       <input type="checkbox" v-model="atomsphereRender" />
-      <label>{{Resource.fogEffect}}</label>
+      <label>{{ Resource.fogEffect }}</label>
       <input type="checkbox" v-model="fogEffect" />
-
     </div>
     <div class="sm-function-module-sub-section">
-      <label class="label-container">{{Resource.brightness}}</label>
+      <label class="label-container">{{ Resource.brightness }}</label>
       <div class="sm-solider-input-box">
         <input
           class="min-solider"
           min="0"
           max="3"
           step="0.02"
-          style="width:63%"
+          style="width: 63%"
           type="range"
           v-model="brightness"
         />
@@ -36,21 +35,21 @@
           min="0"
           max="3"
           step="0.02"
-          style="width:34%"
+          style="width: 34%"
           type="number"
           v-model="brightness"
         />
       </div>
     </div>
     <div class="sm-function-module-sub-section">
-      <label class="label-container">{{Resource.contrast}}</label>
+      <label class="label-container">{{ Resource.contrast }}</label>
       <div class="sm-solider-input-box">
         <input
           class="min-solider"
           min="0"
           max="3"
           step="0.02"
-          style="width:63%"
+          style="width: 63%"
           type="range"
           v-model="contrast"
         />
@@ -59,21 +58,21 @@
           min="0"
           max="3"
           step="0.02"
-          style="width:34%"
+          style="width: 34%"
           type="number"
           v-model="contrast"
         />
       </div>
     </div>
     <div class="sm-function-module-sub-section">
-      <label class="label-container">{{Resource.hue}}</label>
+      <label class="label-container">{{ Resource.hue }}</label>
       <div class="sm-solider-input-box">
         <input
           class="min-solider"
           min="0"
           max="3"
           step="0.02"
-          style="width:63%"
+          style="width: 63%"
           type="range"
           v-model="hue"
         />
@@ -82,21 +81,21 @@
           min="0"
           max="3"
           step="0.02"
-          style="width:34%"
+          style="width: 34%"
           type="number"
           v-model="hue"
         />
       </div>
     </div>
     <div class="sm-function-module-sub-section">
-      <label class="label-container">{{Resource.saturation}}</label>
+      <label class="label-container">{{ Resource.saturation }}</label>
       <div class="sm-solider-input-box">
         <input
           class="min-solider"
           min="0"
           max="3"
           step="0.02"
-          style="width:63%"
+          style="width: 63%"
           type="range"
           v-model="saturation"
         />
@@ -105,21 +104,21 @@
           min="0"
           max="3"
           step="0.02"
-          style="width:34%"
+          style="width: 34%"
           type="number"
           v-model="saturation"
         />
       </div>
     </div>
     <div class="sm-function-module-sub-section">
-      <label class="label-container">{{Resource.gamma}}</label>
+      <label class="label-container">{{ Resource.gamma }}</label>
       <div class="sm-solider-input-box">
         <input
           class="min-solider"
           min="0"
           max="3"
           step="0.02"
-          style="width:63%"
+          style="width: 63%"
           type="range"
           v-model="gamma"
         />
@@ -128,25 +127,29 @@
           min="0"
           max="3"
           step="0.02"
-          style="width:34%"
+          style="width: 34%"
           type="number"
           v-model="gamma"
         />
       </div>
     </div>
     <div class="sm-function-module-sub-section">
-      <label class="label-container">{{Resource.queryCoordinates}}</label>
+      <label class="label-container">{{ Resource.queryCoordinates }}</label>
       <input
         class="middle-input"
         disabled
         type="text"
-        style="width: 100%;background: #333333;color:white"
+        style="width: 100%; background: #333333; color: white"
         v-model="queryCoordinates"
       />
     </div>
     <div class="boxchild">
-      <button class="tbtn tbn1" type="button" @click="onQueryCoordinatesClk">{{Resource.StartQuery}}</button>
-      <button class="tbtn" type="button" @click="clear">{{Resource.eliminate}}</button>
+      <button class="tbtn tbn1" type="button" @click="onQueryCoordinatesClk">
+        {{ Resource.StartQuery }}
+      </button>
+      <button class="tbtn" type="button" @click="clear">
+        {{ Resource.eliminate }}
+      </button>
     </div>
   </div>
 </template>
@@ -161,11 +164,11 @@ export default {
       //base
       earthShow: true,
       shadowMap: false,
-      sunShow: true,
+      sunShow: false,
       timeline: false,
       depthAgainst: true,
       atomsphereRender: true,
-      fogEffect: true,
+      fogEffect: false,
       brightness: 1,
       contrast: 1,
       hue: 0,
@@ -205,7 +208,9 @@ export default {
       if (layers) {
         return;
       }
-      if(!isPCBroswer){this.sunShow = false};
+      if (!isPCBroswer) {
+        this.sunShow = false;
+      }
       layers = viewer.scene.layers.layerQueue;
       imageryLayers = viewer.imageryLayers;
       handler = new Cesium.ScreenSpaceEventHandler(scene.canvas);
@@ -321,6 +326,6 @@ export default {
 };
 </script>
 
-<style lang="scss"  scoped>
+<style lang="scss" scoped>
 @import "basicOptions";
-</style>
+</style>

+ 392 - 392
src/resource/resourceCN.js

@@ -1,344 +1,344 @@
     var ResourceCN = {
-        longitude : '经度(°)',
-        latitude : '纬度(°)',
-        altitude : '高程(米)',
-        login : '登陆',
-        logout : '登出',
-        account : '我的账户 :',
-        save : '保存',
-        exit : '退出',
-        myMsg : '我的消息 :',
-        uploadData : '上传数据',
-        name : '名称',
-        address : '地址',
-        aqiTitle : 'PM2.5指数实时查询',
-        stkTerrain : 'STK在线地形',
-        title : '标题',
-        confirm : '确定',
-        cancel : '取消',
-        objectEditor : '对象编辑',
-        description : '描述',
-        compass : '罗盘',
-        s3mLayer : 'S3M图层',
-        imageryLayer : '影像图层',
-        terrainLayer : '地形图层',
-        sctTerrainLayer : '地形图层',
-        wmsLayer : 'WMS服务',
-        wmtsLayer : 'WMTS服务',
-        arcgisLayer : 'ArcGIS服务',
-        supermaprestLayer : 'SuperMap地图服务',
-        featureQuery : '属性查询',
-        selDataSource : '请选择数据源',
-        selDataSet : '请选择数据集',
-        urlNotNullMsg : 'URL不能为空,请输入url!',
-        layerNameNotNullMsg : '图层名称不能为空,请输入图层名称!',
-        location : '定位',
-        notSupportLocation : '您的浏览器不支持获取位置信息功能!',
-        layerList : '图层列表',
-        confirmDelLayer : '是否确定删除该图层?',
-        DelLayer:'删除图层',
-        kmlLayer : 'KML图层',
-        markerLayer : 'MARKER图层',
-        selLocalFile : '选择本地文件',
-        measureArea : '测面',
-        measureDis : '测距',
+        longitude: '经度(°)',
+        latitude: '纬度(°)',
+        altitude: '高程(米)',
+        login: '登陆',
+        logout: '登出',
+        account: '我的账户 :',
+        save: '保存',
+        exit: '退出',
+        myMsg: '我的消息 :',
+        uploadData: '上传数据',
+        name: '名称',
+        address: '地址',
+        aqiTitle: 'PM2.5指数实时查询',
+        stkTerrain: 'STK在线地形',
+        title: '标题',
+        confirm: '确定',
+        cancel: '取消',
+        objectEditor: '对象编辑',
+        description: '描述',
+        compass: '罗盘',
+        s3mLayer: 'S3M图层',
+        imageryLayer: '影像图层',
+        terrainLayer: '地形图层',
+        sctTerrainLayer: '地形图层',
+        wmsLayer: 'WMS服务',
+        wmtsLayer: 'WMTS服务',
+        arcgisLayer: 'ArcGIS服务',
+        supermaprestLayer: 'SuperMap地图服务',
+        featureQuery: '属性查询',
+        selDataSource: '请选择数据源',
+        selDataSet: '请选择数据集',
+        urlNotNullMsg: 'URL不能为空,请输入url!',
+        layerNameNotNullMsg: '图层名称不能为空,请输入图层名称!',
+        location: '定位',
+        notSupportLocation: '您的浏览器不支持获取位置信息功能!',
+        layerList: '图层列表',
+        confirmDelLayer: '是否确定删除该图层?',
+        DelLayer: '删除图层',
+        kmlLayer: 'KML图层',
+        markerLayer: 'MARKER图层',
+        selLocalFile: '选择本地文件',
+        measureArea: '测面',
+        measureDis: '测距',
         measureHeight: '测高',
-        pattern : '绘制模式:',
-        spatialMeasuring : '空间量算',
-        StickMeasurement : '贴地量算',
+        pattern: '绘制模式:',
+        spatialMeasuring: '空间量算',
+        StickMeasurement: '贴地量算',
         heightInterval: '等高距(米):',
-        SingleContour : '单等高线',
-        MoreContour : '多等高线',
-        measure : '量算',
-        kmUnit : '千米',
-        mUnit : '米',
-        distance : '距离',
-        sqkmUnit : '平方公里',
-        sqmUnit : '平方米',
-        area : '面积',
-        smOnlineService : '公有数据服务',
-        customService : '自定义服务',
-        localKML : '本地数据',
-        myScenes : '我的场景',
-        skyAtmosphereEffect : '大气渲染',
-        sunEffect : '光照渲染',
-        fogEffect : '雾化效果',
-        expand : '展开',
-        addLayer : '添加图层',
-        setBaseLayer : '底图设置',
-        BaseMapImg : '底图_img',
-        addMarker : '添加MARKER',
-        setEffect : '渲染设置',
-        fold : '收起',
-        publicService : '公共服务',
+        SingleContour: '单等高线',
+        MoreContour: '多等高线',
+        measure: '量算',
+        kmUnit: '千米',
+        mUnit: '米',
+        distance: '距离',
+        sqkmUnit: '平方公里',
+        sqmUnit: '平方米',
+        area: '面积',
+        smOnlineService: '公有数据服务',
+        customService: '自定义服务',
+        localKML: '本地数据',
+        myScenes: '我的场景',
+        skyAtmosphereEffect: '天空盒',
+        sunEffect: '光照渲染',
+        fogEffect: '雾化效果',
+        expand: '展开',
+        addLayer: '添加图层',
+        setBaseLayer: '底图设置',
+        BaseMapImg: '底图_img',
+        addMarker: '添加MARKER',
+        setEffect: '渲染设置',
+        fold: '收起',
+        publicService: '公共服务',
         specialEffects: '特效',
-        HotSpots:'热点',
-        mycontent : '我的内容',
-        imgServiceType : '图片(默认影像)',
-        bingServiceType : 'BingMap全球影像服务',
-        tdtServiceType : '天地图全球影像服务',
-        osmServiceType : 'openstreetmap地图',
-        tianditu : '天地图',
-        layerExistMsg : '该图层已经存在,请勿重复加载!',
-        imgUrlErrorMsg : '影像服务URL错误,影像加载失败!',
-        scpUrlErrorMsg : 'SCP URL地址错误,S3M图层加载失败!',
-        visualization:'可视化',
-        splitSrc:'卷帘对比',
-        animationLand:'陆地温度异常变化',
-        workspaceSaveOK : '工作空间保存成功!',
-        workspaceSaveFail : '工作空间保存失败',
-        depthAgainst : '深度检测',
-        analysis : '三维分析',
-        viewShed : '可视域',
-        skyline : '天际线分析',
-        sightline : '通视',
-        startingInformation : '起点信息',
-        endInformation : '终点信息',
-        projectImage : '视频投放',
-        shadowAnalysis : '阴影',
+        HotSpots: '热点',
+        mycontent: '我的内容',
+        imgServiceType: '图片(默认影像)',
+        bingServiceType: 'BingMap全球影像服务',
+        tdtServiceType: '天地图全球影像服务',
+        osmServiceType: 'openstreetmap地图',
+        tianditu: '天地图',
+        layerExistMsg: '该图层已经存在,请勿重复加载!',
+        imgUrlErrorMsg: '影像服务URL错误,影像加载失败!',
+        scpUrlErrorMsg: 'SCP URL地址错误,S3M图层加载失败!',
+        visualization: '可视化',
+        splitSrc: '卷帘对比',
+        animationLand: '陆地温度异常变化',
+        workspaceSaveOK: '工作空间保存成功!',
+        workspaceSaveFail: '工作空间保存失败',
+        depthAgainst: '深度检测',
+        analysis: '三维分析',
+        viewShed: '可视域',
+        skyline: '天际线分析',
+        sightline: '通视',
+        startingInformation: '起点信息',
+        endInformation: '终点信息',
+        projectImage: '视频投放',
+        shadowAnalysis: '阴影',
         spacing: '间距(米)',
-        profile : '剖面',
-        profileInformation : '剖面信息',
-        ObserverInformation : '观察者信息',
-        sceneOptions : '场景属性',
-        otherOptions : '其他属性',
-        sceneColor : '场景颜色',
-        flood : '泛光',
-        camera : '相机',
-        about : '关于',
-        close : '关闭',
-        basicOptions : '基本属性',
-        styleSetting : '风格设置',
-        Setting : '设置',
-        sceneName : '场景名称',
-        viewMode : '视图模式',
-        multiViewport : '分屏显示',
-        onePort : '不使用分屏',
-        horizontalSnap : '水平分屏',
-        verticalSnap : '垂直分屏',
-        tripeSnap : '三视口',
-        quadSnap : '四视口',
-        split : '卷帘效果',
-        splitNONE : '禁用卷帘',
-        splitLEFT : '屏蔽卷帘左侧',
-        splitRIGHT : '屏蔽卷帘右侧',
-        splitTop : '屏蔽卷帘上侧',
-        splitBOTTOM : '屏蔽卷帘下侧',
-        coordinates : '查询坐标值',
+        profile: '剖面',
+        profileInformation: '剖面信息',
+        ObserverInformation: '观察者信息',
+        sceneOptions: '场景属性',
+        otherOptions: '其他属性',
+        sceneColor: '场景颜色',
+        flood: '泛光',
+        camera: '相机',
+        about: '关于',
+        close: '关闭',
+        basicOptions: '基本属性',
+        styleSetting: '风格设置',
+        Setting: '设置',
+        sceneName: '场景名称',
+        viewMode: '视图模式',
+        multiViewport: '分屏显示',
+        onePort: '不使用分屏',
+        horizontalSnap: '水平分屏',
+        verticalSnap: '垂直分屏',
+        tripeSnap: '三视口',
+        quadSnap: '四视口',
+        split: '卷帘效果',
+        splitNONE: '禁用卷帘',
+        splitLEFT: '屏蔽卷帘左侧',
+        splitRIGHT: '屏蔽卷帘右侧',
+        splitTop: '屏蔽卷帘上侧',
+        splitBOTTOM: '屏蔽卷帘下侧',
+        coordinates: '查询坐标值',
         queryCoordinates: '坐标查询(经度,纬度,高程)',
-        underground : '地下',
+        underground: '地下',
         openUnderground: '开启地下',
-        sceneFlood : '场景泛光',
+        sceneFlood: '场景泛光',
         openSceneFlood: '开启泛光',
-        threshold : '亮度阈值',
-        bloomIntensity : '泛光强度',
-        flyRoute : '飞行线路',
-        startFly : '开始',
-        pauseFly : '暂停',
-        stopFly : '停止',
-        observe : '观察',
-        rotate : '旋转(度)',
-        rotateSpeed : '旋转速度',
-        rotatePoint : '绕点旋转',
+        threshold: '亮度阈值',
+        bloomIntensity: '泛光强度',
+        flyRoute: '飞行线路',
+        startFly: '开始',
+        pauseFly: '暂停',
+        stopFly: '停止',
+        observe: '观察',
+        rotate: '旋转(度)',
+        rotateSpeed: '旋转速度',
+        rotatePoint: '绕点旋转',
         cancelRotatePoint: '停止旋转',
-        rotateCirculation : '循环',
-        interactive : '交互',
-        enableWebcam : '启用摄像头',
-        newContent : '更新内容',
-        earth : '地球',
-        shadowMap : '阴影',
-        sun : '太阳',
-        timeline : '时间轴',
-        brightness : '亮度',
-        contrast : '对比度',
-        hue : '色调',
-        saturation : '饱和度',
-        gamma : '伽马',
-        RightClickSetLayerProperties:'点击右键设置图层属性',
-        MoveUpOneLevel:'上移一层',
-        MoveDownOneLevel:'下移一层',
-        MoveToTheTop:'移动到最顶层',
-        MoveToTheBottom:'移动到最底层',
-        layerOptions : '图层属性',
-        visibility : '可见性',
-        layerName : '图层名称',
+        rotateCirculation: '循环',
+        interactive: '交互',
+        enableWebcam: '启用摄像头',
+        newContent: '更新内容',
+        earth: '地球',
+        shadowMap: '阴影',
+        sun: '太阳',
+        timeline: '时间轴',
+        brightness: '亮度',
+        contrast: '对比度',
+        hue: '色调',
+        saturation: '饱和度',
+        gamma: '伽马',
+        RightClickSetLayerProperties: '点击右键设置图层属性',
+        MoveUpOneLevel: '上移一层',
+        MoveDownOneLevel: '下移一层',
+        MoveToTheTop: '移动到最顶层',
+        MoveToTheBottom: '移动到最底层',
+        layerOptions: '图层属性',
+        visibility: '可见性',
+        layerName: '图层名称',
         shadow: '阴影',
-        shadowMode : '阴影模式',
-        noShadow : '无阴影',
-        meter : '米',
-        degree : '度',
-        setSelectionShadow : '显示选中对象阴影',
-        setShadow :'显示所有对象阴影',
-        shadowDarkness : '阴影明暗度',
-        display : '可显示',
-        multiSelection : '多选择',
-        cullEnabled : '双面渲染',
-        bReleaseColor :'释放颜色内存',
-        visibleDistanceMin : '最小可见高度(米)',
-        visibleDistanceMax : '最大可见高度(米)',
+        shadowMode: '阴影模式',
+        noShadow: '无阴影',
+        meter: '米',
+        degree: '度',
+        setSelectionShadow: '显示选中对象阴影',
+        setShadow: '显示所有对象阴影',
+        shadowDarkness: '阴影明暗度',
+        display: '可显示',
+        multiSelection: '多选择',
+        cullEnabled: '双面渲染',
+        bReleaseColor: '释放颜色内存',
+        visibleDistanceMin: '最小可见高度(米)',
+        visibleDistanceMax: '最大可见高度(米)',
         selectEffect: '选中效果',
-        selectColorType : '选中颜色模式',
-        mix : '混合',
-        replace : '替换',
-        selectColor : '选中颜色',
-        onlyShowSlection : '仅选中对象可见',
-        onlyHideSlection : '仅选中对象隐藏',
-        showAll : '显示全部',
-        bottomAltitude : '底部高程(米)',
-        fillStyle : '填充风格',
-        fillMode : '填充模式',
-        lineMode : '线框模式',
-        fillAndLine : '填充和线框模式',
-        foreColor : '前景色',
-        lineColor : '线颜色',
-        direction : '方向',
-        roll : '翻转',
-        distance : '距离',
-        horizontalFov : '水平视角(度)',
-        verticalFov : '垂直视角(°)',
-        colorSetting : '颜色设置',
+        selectColorType: '选中颜色模式',
+        mix: '混合',
+        replace: '替换',
+        selectColor: '选中颜色',
+        onlyShowSlection: '仅选中对象可见',
+        onlyHideSlection: '仅选中对象隐藏',
+        showAll: '显示全部',
+        bottomAltitude: '底部高程(米)',
+        fillStyle: '填充风格',
+        fillMode: '填充模式',
+        lineMode: '线框模式',
+        fillAndLine: '填充和线框模式',
+        foreColor: '前景色',
+        lineColor: '线颜色',
+        direction: '方向',
+        roll: '翻转',
+        distance: '距离',
+        horizontalFov: '水平视角(度)',
+        verticalFov: '垂直视角(°)',
+        colorSetting: '颜色设置',
         promptLineColor: '提示线颜色',
-        visibleColor : '可见区域颜色',
-        invisibleColor : '不可见区域颜色',
-        displayVisualsBody : '显示可视体',
-        displayInvisibleBody : '显示不可视体',
-        addViewshed : '添加可视域',
-        clear : '清除',
-        date : '日期选择',
-        time : '时间',
-        timeInterval: '时间间隔' ,
-        length :'长度(米)',
-        width : '宽度(米)',
-        height : '高度(米)',
-        firstPoint : '第一点',
-        secondPoint : '第二点',
-        thirdPoint : '第三点',
-        startTime : '开始时间',
-        endTime : '结束时间',
+        visibleColor: '可见区域颜色',
+        invisibleColor: '不可见区域颜色',
+        displayVisualsBody: '显示可视体',
+        displayInvisibleBody: '显示不可视体',
+        addViewshed: '添加可视域',
+        clear: '清除',
+        date: '日期选择',
+        time: '时间',
+        timeInterval: '时间间隔',
+        length: '长度(米)',
+        width: '宽度(米)',
+        height: '高度(米)',
+        firstPoint: '第一点',
+        secondPoint: '第二点',
+        thirdPoint: '第三点',
+        startTime: '开始时间',
+        endTime: '结束时间',
         extrude: '拉伸(米)',
-        extrudeHeight : '拉伸高度(米)',
-        sunlight : '日照效果',
-        viewPosition : '观察点位置',
-        additionalHeight : '附加高度(米)',
-        visualRange : '可视距离(米)',
-        directionAngle : '方向角(°)',
-        ElevationAngle : '俯仰角(°)',
-        hideenColor : '不可视颜色',
-        addViewPoint : '添加观察点',
-        addTarget : '添加目标点',
-        displayMode : '显示模式',
-        polyline : '线显示',
-        polygon : '面显示',
-        skylinesectorbody : '闭合体',
-        noOcclusor : '无闭合体',
-        visibleVolume : '可视体',
+        extrudeHeight: '拉伸高度(米)',
+        sunlight: '日照效果',
+        viewPosition: '观察点位置',
+        additionalHeight: '附加高度(米)',
+        visualRange: '可视距离(米)',
+        directionAngle: '方向角(°)',
+        ElevationAngle: '俯仰角(°)',
+        hideenColor: '不可视颜色',
+        addViewPoint: '添加观察点',
+        addTarget: '添加目标点',
+        displayMode: '显示模式',
+        polyline: '线显示',
+        polygon: '面显示',
+        skylinesectorbody: '闭合体',
+        noOcclusor: '无闭合体',
+        visibleVolume: '可视体',
         novisibleVolume: '不可视体',
-        skylineColor : '天际线颜色',
-        skylineWidth : '天际线宽度',
+        skylineColor: '天际线颜色',
+        skylineWidth: '天际线宽度',
         skylineRadius: '分析半径',
-        skyline : '天际线',
-        graphDisplay : '二维显示',
-        BoxClip : 'Box裁剪',
-        PlaneClip : '平面裁剪',
-        CrossClip : 'Cross裁剪',
-        ClipModel : '裁剪模式',
-        CutInsideBoxFrame : '带线框盒内裁剪',
-        CutOutBoxFrame : '带线框盒外裁剪',
-        CutInsideBoxNOFrame : '不带线框盒内裁剪',
-        CutOutBoxNOFrame : '不带线框盒外裁剪',
-        terrainSlope : '坡度坡向',
-        isoline : '等值线',
-        submergeAnalyze : '淹没分析',
-        TerrainOperation : '地形操作',
-        TilesetEditor : '地形修改',
-        modify : '修改',
-        Excavation : '开挖',
-        analyze : '分析',
-        eliminate : '清除',
-        EditingTips:'注:点击选中再改变属性或清除',
-        TerrainMining : '地形开挖',
-        TerrainMiningDepth : '开挖深度(米)',
-        analysisArea : '分析区域',
-        SpecifyPolygon : '指定多边形区域',
-        AllRegionsAnalysis : '全部区域参与分析',
-        AllRegionsNOAnalysis : '全部区域不参与分析',
-        SlopeRange : '坡度区间',
-        minimumGrade : '最小坡度(度)',
-        maximumGrade : '最大坡度(度)',
-        displayStyle : '显示样式',
-        fill : '填充',
-        ShowFillColor : '显示填充颜色',
-        ShowSlopeArrow : '显示坡向箭头',
-        ShowColorArrow : '显示颜色和坡向箭头',
-        transparency : '透明度',
+        skyline: '天际线',
+        graphDisplay: '二维显示',
+        BoxClip: 'Box裁剪',
+        PlaneClip: '平面裁剪',
+        CrossClip: 'Cross裁剪',
+        ClipModel: '裁剪模式',
+        CutInsideBoxFrame: '带线框盒内裁剪',
+        CutOutBoxFrame: '带线框盒外裁剪',
+        CutInsideBoxNOFrame: '不带线框盒内裁剪',
+        CutOutBoxNOFrame: '不带线框盒外裁剪',
+        terrainSlope: '坡度坡向',
+        isoline: '等值线',
+        submergeAnalyze: '淹没分析',
+        TerrainOperation: '地形操作',
+        TilesetEditor: '地形修改',
+        modify: '修改',
+        Excavation: '开挖',
+        analyze: '分析',
+        eliminate: '清除',
+        EditingTips: '注:点击选中再改变属性或清除',
+        TerrainMining: '地形开挖',
+        TerrainMiningDepth: '开挖深度(米)',
+        analysisArea: '分析区域',
+        SpecifyPolygon: '指定多边形区域',
+        AllRegionsAnalysis: '全部区域参与分析',
+        AllRegionsNOAnalysis: '全部区域不参与分析',
+        SlopeRange: '坡度区间',
+        minimumGrade: '最小坡度(度)',
+        maximumGrade: '最大坡度(度)',
+        displayStyle: '显示样式',
+        fill: '填充',
+        ShowFillColor: '显示填充颜色',
+        ShowSlopeArrow: '显示坡向箭头',
+        ShowColorArrow: '显示颜色和坡向箭头',
+        transparency: '透明度',
         modelTransparency: '模型透明度',
-        SlopeExplain : '(坡度坡向分析需要带法线地形)',
-        parameterSetting : '参数设置',
-        MaximumVisibleElevation : '最大可见高程(米)',
-        MinimumVisibleElevation : '最小可见高程(米)',
-        PlayerSettings : '播放设置',
-        TheCurrentLevel : '当前高程(米)',
-        speed : '速度(m/s):',
-        isolineInterval : '等值距(米)',
-        ContourFilling : '等高线填充',
-        panelFilling : '等高面填充',
-        ContourPanelFilling : '等高线面填充',
-        noColorTable : '无颜色表',
-        Add : '添加',
-        AddPoint : '添加点',
-        AddLine : '添加线',
-        AddFaces : '添加面',
-        Thematicmap : '专题图',
-        symbolicLibrary : '符号库',
-        conversion : '变换',
-        Xrotation : '绕X轴旋转(度)',
-        Yrotation : '绕Y轴旋转(度)',
-        Zrotation : '绕Z轴旋转(度)',
-        zoom : '缩放',
+        SlopeExplain: '(坡度坡向分析需要带法线地形)',
+        parameterSetting: '参数设置',
+        MaximumVisibleElevation: '最大可见高程(米)',
+        MinimumVisibleElevation: '最小可见高程(米)',
+        PlayerSettings: '播放设置',
+        TheCurrentLevel: '当前高程(米)',
+        speed: '速度(m/s):',
+        isolineInterval: '等值距(米)',
+        ContourFilling: '等高线填充',
+        panelFilling: '等高面填充',
+        ContourPanelFilling: '等高线面填充',
+        noColorTable: '无颜色表',
+        Add: '添加',
+        AddPoint: '添加点',
+        AddLine: '添加线',
+        AddFaces: '添加面',
+        Thematicmap: '专题图',
+        symbolicLibrary: '符号库',
+        conversion: '变换',
+        Xrotation: '绕X轴旋转(度)',
+        Yrotation: '绕Y轴旋转(度)',
+        Zrotation: '绕Z轴旋转(度)',
+        zoom: '缩放',
         Xmobile: 'X移动',
         Ymobile: 'Y移动',
         Zmobile: 'Z移动',
-        delete : '删除',
-        edit : '编辑',
-        editZ : '编辑Z轴',
-        polylineSymbolLineColor : '线条颜色',
-        fulline : '实线',
-        Virtuallinear : '虚线型',
-        contourline : '轮廓线',
-        arrowline : '箭头线',
-        Haloline : '光晕线',
-        Wakeline : '尾迹线',
-        pureColor : '纯色',
-        ThematicmapColor : '颜色',
-        ThematicmapImage : '图片',
-        gridding : '网格',        
-        stripe : '条纹',
-        serverURl : '数据服务URL',
-        serverExplain : '(与模型同步发布的iserver REST-数据服务地址)',
-        dataset : '数据源数据集',
-        DataSourceName : '-----选择数据源名称------',
-        DataSetName : '-----选择数据集名称------',
-        TheSpaceField : '空间字段',
-        Spacelongitude : '经度(°)',
-        Spacelatitude : '纬度(°)',
-        Spacealtitude : '高程(米)',
-        StartQuery : '启动查询',
-        CleanCharts : '清理图表',
-        home : '重置',
-        storage : '存储',
-        share : '分享',
-        sceneSave : '场景保存',
-        storeDate : '存储日期:',
-        scenetag : '场景标签',
-        author : '作者',
-        KMLData : '本地KML数据',
-        ImageData : '本地图片',
-        OpenLayer : '打开图层',
-        OpenScene : '打开场景',
-        scene : '场景',
-        clip : '裁剪',
-        terrain : '地形',
-        onlineEditing : '在线编辑',
+        delete: '删除',
+        edit: '编辑',
+        editZ: '编辑Z轴',
+        polylineSymbolLineColor: '线条颜色',
+        fulline: '实线',
+        Virtuallinear: '虚线型',
+        contourline: '轮廓线',
+        arrowline: '箭头线',
+        Haloline: '光晕线',
+        Wakeline: '尾迹线',
+        pureColor: '纯色',
+        ThematicmapColor: '颜色',
+        ThematicmapImage: '图片',
+        gridding: '网格',
+        stripe: '条纹',
+        serverURl: '数据服务URL',
+        serverExplain: '(与模型同步发布的iserver REST-数据服务地址)',
+        dataset: '数据源数据集',
+        DataSourceName: '-----选择数据源名称------',
+        DataSetName: '-----选择数据集名称------',
+        TheSpaceField: '空间字段',
+        Spacelongitude: '经度(°)',
+        Spacelatitude: '纬度(°)',
+        Spacealtitude: '高程(米)',
+        StartQuery: '启动查询',
+        CleanCharts: '清理图表',
+        home: '重置',
+        storage: '存储',
+        share: '分享',
+        sceneSave: '场景保存',
+        storeDate: '存储日期:',
+        scenetag: '场景标签',
+        author: '作者',
+        KMLData: '本地KML数据',
+        ImageData: '本地图片',
+        OpenLayer: '打开图层',
+        OpenScene: '打开场景',
+        scene: '场景',
+        clip: '裁剪',
+        terrain: '地形',
+        onlineEditing: '在线编辑',
         interspaceQuery: '空间查询',
         cameraMinimumZoomDistance: '最小缩放距离(米)',
         highlightBarrier: '高亮障碍物',
@@ -399,15 +399,15 @@
         UnNamed: '未命名',
         SurfaceTransparency: '地表透明度',
         Version: '版本',
-        WhatsNew: "1、增加多边形裁剪功能模块\n"+
-        "2、增加Cross裁剪功能模块\n"+
-        "3、S3M图层支持填充风格和线框模式选择\n"+
-        "4、S3M图层支持选中偏移功能\n"+
-        "5、S3M图层支持模型颜色控制\n"+
-        "6、S3M图层支持模型上的淹没分析\n"+
-        "7、S3M图层支持多边形偏移功能\n"+
-        "8、增加线形符号轮廓宽度、虚线分量长度、尾迹线周期、尾迹线占比参数设置\n"+
-        "9、支持面符号设置颜色\n",
+        WhatsNew: "1、增加多边形裁剪功能模块\n" +
+            "2、增加Cross裁剪功能模块\n" +
+            "3、S3M图层支持填充风格和线框模式选择\n" +
+            "4、S3M图层支持选中偏移功能\n" +
+            "5、S3M图层支持模型颜色控制\n" +
+            "6、S3M图层支持模型上的淹没分析\n" +
+            "7、S3M图层支持多边形偏移功能\n" +
+            "8、增加线形符号轮廓宽度、虚线分量长度、尾迹线周期、尾迹线占比参数设置\n" +
+            "9、支持面符号设置颜色\n",
         baseLayerSource: '底图来源',
         localImage: '本地图片',
         bingMaps: '必应底图',
@@ -464,8 +464,8 @@
         fullScreenToggle: '全屏切换',
         light: '灯光',
         ParticleSystem: '粒子',
-        Fire:'火焰',
-        Fountain:'喷泉',
+        Fire: '火焰',
+        Fountain: '喷泉',
         pointLight: '点光源',
         spotLight: '聚光灯',
         directionalLight: '平行光',
@@ -477,72 +477,72 @@
         addToken: '添加token',
         loadException: '加载异常,请检查数据或token',
         obliqueLightWarning: '注:倾斜摄影数据没有灯光效果',
-        clickToConfirmThePositionOfTheLightSource:'点击确定光源位置',
-        clickLightChangeAttributes:'点击选中光源可进行更改属性',
-        ClickLineDirectionLightSource:'点击划线确定光源方向',
+        clickToConfirmThePositionOfTheLightSource: '点击确定光源位置',
+        clickLightChangeAttributes: '点击选中光源可进行更改属性',
+        ClickLineDirectionLightSource: '点击划线确定光源方向',
         hdr: '高动态范围',
-        emissionRate:'数量',
-        particleSize:'粒子大小',
-        minimumParticleLife:'最小生命周期',
-        maximumParticleLife:'最大生命周期',
-        imumParticleLife:'生命周期',
-        minimumSpeed:'最小速度',
-        maximumSpeed:'最大速度',
-        startScale:'初始比例',
-        endScale:'终止比例',
-        gravity:'重力',
-        LaunchType:'发射类型',
-        CircularRadiation:'圆形放射',
-        SpheroidRadiation:'球体放射',
-        ConicalRadiation:'圆锥体放射',
-        BoxedRadiation:'盒状放射',
-        TwoDimensionalSkyline:'二维天际线',
-        SpatialDistance:'空间距离',
-        SpaceArea:'空间面积',
+        emissionRate: '数量',
+        particleSize: '粒子大小',
+        minimumParticleLife: '最小生命周期',
+        maximumParticleLife: '最大生命周期',
+        imumParticleLife: '生命周期',
+        minimumSpeed: '最小速度',
+        maximumSpeed: '最大速度',
+        startScale: '初始比例',
+        endScale: '终止比例',
+        gravity: '重力',
+        LaunchType: '发射类型',
+        CircularRadiation: '圆形放射',
+        SpheroidRadiation: '球体放射',
+        ConicalRadiation: '圆锥体放射',
+        BoxedRadiation: '盒状放射',
+        TwoDimensionalSkyline: '二维天际线',
+        SpatialDistance: '空间距离',
+        SpaceArea: '空间面积',
         GroundDistance: '依地距离',
         FloorArea: '依地面积',
         shadowArea: '投影面积',
-        ellipsoid:'椭球',
-        VerticalHeight:'垂直高度',
-        HorizontalDistance:'水平距离',
+        ellipsoid: '椭球',
+        VerticalHeight: '垂直高度',
+        HorizontalDistance: '水平距离',
         RoundBall: '圆球',
-        height:'高度',
+        height: '高度',
         ShowContour: '显示等高线',
-        LayerRepeat:'该图层已经存在,请勿重复加载!',
-        SCTFailed:'SCT URL 错误,地形加载失败!',
-        ClickConfirmPoint:'点击确定操作区域中间点',
-        RightClickEndDrawing:'右键单击结束绘制',
-        DrawThreePoints:'绘制三点即可',
-        ClickStartDrawing:'点击开始绘制',
-        PleaseDrawCorrectPolygon:'请绘制正确的多边形',
+        LayerRepeat: '该图层已经存在,请勿重复加载!',
+        SCTFailed: 'SCT URL 错误,地形加载失败!',
+        ClickConfirmPoint: '点击确定操作区域中间点',
+        RightClickEndDrawing: '右键单击结束绘制',
+        DrawThreePoints: '绘制三点即可',
+        ClickStartDrawing: '点击开始绘制',
+        PleaseDrawCorrectPolygon: '请绘制正确的多边形',
 
-        FloodlightTrail:'泛光尾迹线',
-        WakelineColor:'尾迹线颜色',
-        airline:'航空公司',
-        FloodlightScanLine:'泛光扫描线',
-        OpenScan:'开启扫描',
-        CustomScanDirection:'自定义扫描方向',
-        CustomScanCenter:'自定义扫描中心',
-        ScanMode:'扫描模式',
-        LineScan:'线状扫描',
-        CircularScan:'环状扫描',
-        ScanColor:'扫描颜色',
-        ScanTexture:'扫描纹理',
-        LinearTexture1:'线状纹理1',
-        LinearTexture2:'线状纹理2',
-        CircularTexture1:'圆形纹理1',
-        CircularTexture2:'圆形纹理2',
-        HexagonTexture3:'六边形纹理3',
-        ClickSetScanCenter:'点选设置扫描中心',
-        ClickSetScanDirection:'点选设置扫描方向',
-        CurrentPointCannotBeSet:'当前点不可设置',
-        ReSetScanCenter:'重新点选设置扫描中心',
-        No:'无',
-        ParticleDensity:'粒子密度',
-        ParticleVelocity:'Particle velocity',
-        Start:'启动',
-        SwitchData:'切换数据',
-        PleaseDrawCorrectPolygon:'扫描纹理',
+        FloodlightTrail: '泛光尾迹线',
+        WakelineColor: '尾迹线颜色',
+        airline: '航空公司',
+        FloodlightScanLine: '泛光扫描线',
+        OpenScan: '开启扫描',
+        CustomScanDirection: '自定义扫描方向',
+        CustomScanCenter: '自定义扫描中心',
+        ScanMode: '扫描模式',
+        LineScan: '线状扫描',
+        CircularScan: '环状扫描',
+        ScanColor: '扫描颜色',
+        ScanTexture: '扫描纹理',
+        LinearTexture1: '线状纹理1',
+        LinearTexture2: '线状纹理2',
+        CircularTexture1: '圆形纹理1',
+        CircularTexture2: '圆形纹理2',
+        HexagonTexture3: '六边形纹理3',
+        ClickSetScanCenter: '点选设置扫描中心',
+        ClickSetScanDirection: '点选设置扫描方向',
+        CurrentPointCannotBeSet: '当前点不可设置',
+        ReSetScanCenter: '重新点选设置扫描中心',
+        No: '无',
+        ParticleDensity: '粒子密度',
+        ParticleVelocity: 'Particle velocity',
+        Start: '启动',
+        SwitchData: '切换数据',
+        PleaseDrawCorrectPolygon: '扫描纹理',
 
     };
     export default ResourceCN;

BIN
static/images/bigscreen/site-bg.png


BIN
static/images/bigscreen/tree-bg.png