|
@@ -60,13 +60,12 @@
|
|
|
:amap-manager="amapManager"
|
|
|
:zoom="mapDiyObj.zoom"
|
|
|
:zooms="mapDiyObj.zooms"
|
|
|
-
|
|
|
- >
|
|
|
- <!-- :mapStyle="mapDiyObj.mapStyle"
|
|
|
+ :mapStyle="mapDiyObj.mapStyle"
|
|
|
:center="mapDiyObj.center"
|
|
|
:events="mapEvents"
|
|
|
- :plugin="plugin" -->
|
|
|
- <!-- <template v-if="mapDiyObj.zoom > 13">
|
|
|
+ :plugin="plugin"
|
|
|
+ >
|
|
|
+ <template v-if="mapDiyObj.zoom > 13">
|
|
|
<template v-if="mapDiyObj.isSchoolShow === '1'">
|
|
|
<el-amap-marker class="scoped-m-box" v-for="(marker, index) in schoolList" :key="3000 + index"
|
|
|
icon="https://img2.honglounews.com/20220110041435-6276.png"
|
|
@@ -89,6 +88,8 @@
|
|
|
:label="{content: marker.estate_name, offset: [-10 * marker.estate_name.length / 2, -20]}"
|
|
|
:extData="{id: marker.id}"
|
|
|
>
|
|
|
+ <!-- https://img2.honglounews.com/20220110041534-8330.png -->
|
|
|
+ <!-- https://img2.honglounews.com/20220110041411-6675.png -->
|
|
|
</el-amap-marker>
|
|
|
</template>
|
|
|
<el-amap-marker v-for="(marker, index) in markerData" :key="9000 + index"
|
|
@@ -130,7 +131,7 @@
|
|
|
:strokeOpacity="polygon.strokeOpacity"
|
|
|
:extData="{index}"
|
|
|
:events="polygonEvents">
|
|
|
- </el-amap-polygon> -->
|
|
|
+ </el-amap-polygon>
|
|
|
</el-amap>
|
|
|
<MapTextEdit
|
|
|
:isShow="isMteShow"
|