|
@@ -225,7 +225,7 @@
|
|
|
style="right: 0px;position: absolute;top: 40px;"
|
|
style="right: 0px;position: absolute;top: 40px;"
|
|
|
@click="toggleDrawType"
|
|
@click="toggleDrawType"
|
|
|
>
|
|
>
|
|
|
- <img class="operation-icon" :src="operationAllImg.type" style="margin-right: 0px;"/>
|
|
|
|
|
|
|
+ <img class="operation-icon" :src="isDrawType == false ? operationAllImg.type : operationAllImg.type_check" style="margin-right: 0px;"/>
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="control">
|
|
<div class="control">
|
|
@@ -295,7 +295,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="attributeWindow" ref="attributeWindow">属性弹窗</div>
|
|
<div class="attributeWindow" ref="attributeWindow">属性弹窗</div>
|
|
|
<!-- 右下角功能图标组 -->
|
|
<!-- 右下角功能图标组 -->
|
|
@@ -309,7 +308,7 @@
|
|
|
-->
|
|
-->
|
|
|
<div class="zoom-control-group">
|
|
<div class="zoom-control-group">
|
|
|
<button class="zoom-btn" @click="zoomIn" title="放大地图">+</button>
|
|
<button class="zoom-btn" @click="zoomIn" title="放大地图">+</button>
|
|
|
- <button class="zoom-btn" @click="zoomOut" title="缩小地图">-</button>
|
|
|
|
|
|
|
+ <button class="zoom-btn" @click="zoomOut" title="缩小地图">--</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -385,6 +384,7 @@ export default {
|
|
|
areaColors:['rgba(255, 0, 0, 1)','rgba(192, 0, 0, 1)','rgba(255, 127, 0, 1)'], // 索引 0为商业 1为商办/办公/混合 2为研发
|
|
areaColors:['rgba(255, 0, 0, 1)','rgba(192, 0, 0, 1)','rgba(255, 127, 0, 1)'], // 索引 0为商业 1为商办/办公/混合 2为研发
|
|
|
operationAllImg:{
|
|
operationAllImg:{
|
|
|
type:require("../../public/static/image/type.png"),
|
|
type:require("../../public/static/image/type.png"),
|
|
|
|
|
+ type_check:require("../../public/static/image/type_check.png"),
|
|
|
|
|
|
|
|
cj:require("../../public/static/image/cj.png"),
|
|
cj:require("../../public/static/image/cj.png"),
|
|
|
cj_check:require("../../public/static/image/cj_check.png"),
|
|
cj_check:require("../../public/static/image/cj_check.png"),
|
|
@@ -400,24 +400,6 @@ export default {
|
|
|
|
|
|
|
|
buff:require("../../public/static/image/buff.png"),
|
|
buff:require("../../public/static/image/buff.png"),
|
|
|
buff_check:require("../../public/static/image/buff_check.png"),
|
|
buff_check:require("../../public/static/image/buff_check.png"),
|
|
|
-
|
|
|
|
|
- y1:require("../../public/static/image/y1.png"),
|
|
|
|
|
- y1_check:require("../../public/static/image/y1_check.png"),
|
|
|
|
|
-
|
|
|
|
|
- y2:require("../../public/static/image/y2.png"),
|
|
|
|
|
- y2_check:require("../../public/static/image/y2_check.png"),
|
|
|
|
|
-
|
|
|
|
|
- y3:require("../../public/static/image/y3.png"),
|
|
|
|
|
- y3_check:require("../../public/static/image/y3_check.png"),
|
|
|
|
|
-
|
|
|
|
|
- y4:require("../../public/static/image/y4.png"),
|
|
|
|
|
- y4_check:require("../../public/static/image/y4_check.png"),
|
|
|
|
|
-
|
|
|
|
|
- y5:require("../../public/static/image/y5.png"),
|
|
|
|
|
- y5_check:require("../../public/static/image/y5_check.png"),
|
|
|
|
|
-
|
|
|
|
|
- y6:require("../../public/static/image/y6.png"),
|
|
|
|
|
- y6_check:require("../../public/static/image/y6_check.png"),
|
|
|
|
|
},
|
|
},
|
|
|
checkedArr: [
|
|
checkedArr: [
|
|
|
{"name":"宜居","checked":true,"icon":require("../../public/static/image/y1.png"),"icon2":require("../../public/static/image/y1_check.png")},
|
|
{"name":"宜居","checked":true,"icon":require("../../public/static/image/y1.png"),"icon2":require("../../public/static/image/y1_check.png")},
|