ggfwjsc/src/view/sy_map.vue

2058 lines
48 KiB
Vue
Raw Normal View History

2024-07-22 10:45:20 +08:00
<template>
2024-07-23 13:25:14 +08:00
<div class="module">
2024-07-24 14:58:07 +08:00
<teleport to="body">
2024-07-24 15:24:39 +08:00
<div id="map" style="width: 100vw; height: 100vh"></div>
<div class="left" style="width: 517px">
2024-07-24 15:11:50 +08:00
<div class="lyx">
<div class="title">
<div class="title_name">{{ title_choose }}</div>
<div class="title_line"></div>
</div>
<div class="content">
2024-07-24 15:24:39 +08:00
<div
class="content_item"
v-for="(item, index) in personTotal"
:class="{ choose: item.id == choose.person }"
@click="changeRs(item.id)"
:key="index"
>
2024-07-24 15:11:50 +08:00
<div class="content_item_name">{{ item.name }}</div>
<div class="content_item_value">{{ item.value }}</div>
</div>
2024-07-23 13:25:14 +08:00
</div>
</div>
2024-07-24 15:11:50 +08:00
<div class="tsbq">
<div class="title">
<div class="title_name">特殊标签</div>
<div class="title_line"></div>
</div>
<div class="content">
2024-07-24 15:24:39 +08:00
<div
class="content_item"
v-for="(item, index) in tsbqTotal"
:class="{ choose: item.id == choose.bq }"
@click="changebq(item.id)"
:key="index"
>
2024-07-24 15:11:50 +08:00
<div class="content_item_name">{{ item.name }}</div>
<div class="content_item_value">{{ item.value }}</div>
</div>
2024-07-23 13:25:14 +08:00
</div>
</div>
</div>
2024-07-24 15:24:39 +08:00
<div class="right" style="width: 517px">
2024-07-24 15:11:50 +08:00
<div class="jbggfwq">
<div class="title">
<div class="title_name">基本公共服务圈</div>
<div class="title_line"></div>
</div>
<div class="jbggfwq_content">
2024-07-24 15:24:39 +08:00
<div
class="jbggfwq_content_item"
v-for="(item, index) in jbfwqTotal"
:key="index"
>
2024-07-24 15:11:50 +08:00
<div class="jbggfwq_content_item_left">{{ item.name }}</div>
<div class="jbggfwq_content_item_right">
2024-07-24 15:24:39 +08:00
<div
class="jbggfwq_content_item_right_item"
v-for="itemm in item.child"
:class="{ choose: itemm.id == choose.fwq }"
@click="changeFwq(itemm.id, itemm.fwqList, itemm.center)"
>
2024-07-24 15:11:50 +08:00
{{ itemm.name }}
</div>
2024-07-23 13:25:14 +08:00
</div>
</div>
</div>
</div>
2024-07-24 15:11:50 +08:00
<div class="zyys">
<div class="title">
<div class="title_name">资源要素</div>
<div class="title_line"></div>
</div>
<div class="zyys_content">
2024-07-24 15:24:39 +08:00
<div
class="zyys_content_item"
v-for="(item, index) in yaosuTotal"
:class="{ choose: item.id == choose.yaosu, wz: item.wz == true }"
@click="changeys(item.id)"
:key="index"
>
2024-07-24 15:11:50 +08:00
<img :src="item.img" class="zyys_content_item_left" />
<div class="zyys_content_item_right">{{ item.name }}</div>
</div>
2024-07-23 13:25:14 +08:00
</div>
</div>
</div>
2024-07-24 15:11:50 +08:00
</teleport>
2024-07-23 13:25:14 +08:00
</div>
2024-07-22 10:45:20 +08:00
</template>
<script setup>
2024-07-23 13:25:14 +08:00
import {
ref,
reactive,
onMounted,
onBeforeMount,
onBeforeUnmount,
computed,
defineProps,
watch,
2024-07-24 09:54:47 +08:00
nextTick,
2024-07-23 13:25:14 +08:00
} from "vue";
import mapTown from "@/assets/json/ly.json";
2024-07-23 16:01:34 +08:00
import xkz from "@/assets/json/xkz.json";
2024-07-23 13:25:14 +08:00
import j0 from "@/assets/images/map/j0.png";
import j1 from "@/assets/images/map/j1.png";
import j2 from "@/assets/images/map/j2.png";
import j3 from "@/assets/images/map/j3.png";
import j4 from "@/assets/images/map/j4.png";
import j5 from "@/assets/images/map/j5.png";
import j6 from "@/assets/images/map/j6.png";
import j7 from "@/assets/images/map/j7.png";
import j8 from "@/assets/images/map/j8.png";
import j9 from "@/assets/images/map/j9.png";
import j10 from "@/assets/images/map/j10.png";
import m1 from "@/assets/images/map/m1.png";
import m2 from "@/assets/images/map/m2.png";
2024-07-23 14:50:59 +08:00
import dwd from "@/assets/images/map/dwd.png";
2024-07-24 09:04:38 +08:00
import fwqbg1 from "@/assets/images/map/qlv.png";
import fwqbg2 from "@/assets/images/map/qlan.png";
import fwqbg3 from "@/assets/images/map/slan.png";
import fwqbg4 from "@/assets/images/map/slv.png";
import fwqbg5 from "@/assets/images/map/shuang.png";
2024-07-24 09:38:17 +08:00
import fwqbg6 from "@/assets/images/map/qqlv.png";
import b1 from "@/assets/images/map/bb1.png";
import b2 from "@/assets/images/map/b2.png";
import b3 from "@/assets/images/map/b3.png";
import b4 from "@/assets/images/map/b4.png";
import b5 from "@/assets/images/map/b5.png";
import b6 from "@/assets/images/map/b6.png";
2024-07-24 15:04:19 +08:00
import xcbg from "@/assets/images/map/xcbg.png";
2024-07-24 16:00:36 +08:00
import AED from "@/assets/images/map/AED.png";
2024-07-24 15:04:19 +08:00
//删除
const jdm_arr = ref([]);
const jdm_number_arr = ref([]);
const fwq_list_arr = ref([]);
const cs_qk_arr = ref([]);
const cs_name_arr = ref([]);
const cs_number_name_arr = ref([]);
//
2024-07-24 09:04:38 +08:00
const title_choose = ref("龙游县");
//村社颜色列表
const colorList = [
{
bg: "RGBA(52, 231, 134, 1)",
},
{
bg: "RGBA(255, 206, 0, 1)",
},
{
bg: "RGBA(186, 232, 128, 1)",
},
{
bg: "RGBA(35, 146, 223, 1)",
},
{
bg: "RGBA(60, 144, 252, 1)",
},
{
bg: "RGBA(255, 142, 0, 1)",
},
{
bg: "RGBA(137, 128, 0, 1)",
},
{
bg: "RGBA(0, 207, 249, 1)",
},
{
bg: "RGBA(27, 91, 55, 1)",
},
];
2024-07-24 15:04:19 +08:00
//中心点坐标
const center_now = ref([]);
const center_center = ref([119.178783, 29.034583]);
2024-07-23 13:25:14 +08:00
//地图设置
2024-07-23 16:01:34 +08:00
const mapTownCount = reactive([
{
name: "龙洲街道",
2024-07-24 09:04:38 +08:00
center: [119.1573083, 28.9799445],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "东华街道",
2024-07-24 09:04:38 +08:00
center: [119.209592, 28.9799445],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "小南海镇",
2024-07-24 09:04:38 +08:00
center: [119.119616, 29.07309],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "湖镇镇",
2024-07-24 09:04:38 +08:00
center: [119.2906892, 29.0386151],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "溪口镇",
2024-07-24 09:04:38 +08:00
center: [119.1859408, 28.8879474],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "詹家镇",
2024-07-24 09:04:38 +08:00
center: [119.1201732, 29.005175],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "塔石镇",
2024-07-24 09:04:38 +08:00
center: [119.1256669, 29.1373072],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "横山镇",
2024-07-24 09:04:38 +08:00
center: [119.1876111, 29.1903275],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "模环乡",
2024-07-24 09:04:38 +08:00
center: [119.237015, 29.120862],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "石佛乡",
2024-07-24 09:04:38 +08:00
center: [119.1002998, 29.2018674],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "沐尘畲族乡",
2024-07-24 09:04:38 +08:00
center: [119.1837169, 28.8014116],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "罗家乡",
2024-07-24 09:04:38 +08:00
center: [119.2453273, 28.9130851],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "庙下乡",
2024-07-24 09:04:38 +08:00
center: [119.1037175, 28.8089885],
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "大街乡",
center: [119.2664362, 28.8432149],
2024-07-24 09:04:38 +08:00
number: "1000",
2024-07-23 16:01:34 +08:00
},
{
name: "社阳乡",
2024-07-24 09:04:38 +08:00
center: [119.3109367, 28.9074754],
number: "1000",
2024-07-23 16:01:34 +08:00
},
]);
2024-07-23 13:25:14 +08:00
//默认龙游县灰色地块
const mapTownDataDK = reactive([]);
2024-07-23 16:29:03 +08:00
//社区地块
const xkzDk = reactive([]);
2024-07-24 11:44:17 +08:00
//社区中心点
const xkzCenter = reactive([
{
name: "溪口村",
2024-07-24 14:23:02 +08:00
center: [119.175728, 28.846981],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "扁石村",
2024-07-24 14:23:02 +08:00
center: [119.158971, 28.856232],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "大垅村",
2024-07-24 14:23:02 +08:00
center: [119.175309, 28.862776],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "枫林村",
center: [119.205442, 28.862981],
number: "50",
},
{
name: "双港口村",
2024-07-24 14:23:02 +08:00
center: [119.211353, 28.872576],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "灵上村",
2024-07-24 14:23:02 +08:00
center: [119.175805, 28.868218],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "灵下村",
2024-07-24 14:23:02 +08:00
center: [119.168797, 28.871674],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "下徐村",
2024-07-24 14:23:02 +08:00
center: [119.175667, 28.878136],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "大沃口村",
center: [119.17661, 28.880171],
number: "50",
},
{
name: "寺下村",
2024-07-24 14:23:02 +08:00
center: [119.1648, 28.90016],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "大阳家村",
center: [119.176573, 28.898746],
number: "50",
},
{
name: "石角村",
2024-07-24 14:23:02 +08:00
center: [119.125078, 28.912612],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "红罗村",
2024-07-24 14:23:02 +08:00
center: [119.184318, 28.913218],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "冷水村",
2024-07-24 14:23:02 +08:00
center: [119.193226, 28.93395],
2024-07-24 11:44:17 +08:00
number: "50",
},
{
name: "新溪社区",
center: [119.184555, 28.853068],
number: "50",
},
]);
2024-07-23 13:25:14 +08:00
var map = null;
2024-07-24 16:00:36 +08:00
// 鼠标点击添加点位
2024-07-24 14:59:07 +08:00
const BMAP = () => {
// 添加鼠标点击事件监听器
map.addEventListener("click", function (e) {
2024-07-24 16:00:36 +08:00
let icons = "";
icons = new BMapGL.Icon(AED, new BMapGL.Size(24, 62));
var marker = new BMapGL.Marker(
new BMapGL.Point(e.latlng.lng, e.latlng.lat),
{
icon: icons,
}
); // 创建点
2024-07-24 14:59:07 +08:00
map.addOverlay(marker); // 将标注添加到地图中
});
};
2024-07-23 13:25:14 +08:00
const initMap = () => {
map = new BMapGL.Map("map", { minZoom: 11, maxZoom: 20 });
2024-07-24 15:04:19 +08:00
map.setMapType(BMAP_SATELLITE_MAP);
2024-07-23 13:25:14 +08:00
map.enableScrollWheelZoom(true);
2024-07-24 15:13:26 +08:00
goMapCenter([119.178783, 29.034583], 11);
2024-07-24 14:58:07 +08:00
2024-07-23 13:25:14 +08:00
//加载乡镇信息
loadTown();
//渲染地块
addPolygonCounty();
2024-07-24 09:04:38 +08:00
//添加街道名
2024-07-24 15:20:37 +08:00
BMAP();
2024-07-24 16:00:36 +08:00
addJd();
2024-07-23 13:25:14 +08:00
};
const loadTown = () => {
for (let v of mapTown.features) {
if (v.geometry.coordinates.length > 1) {
for (let w in v.geometry.coordinates) {
if (v.geometry.coordinates[w][0].length < 60) continue;
mapTownDataDK.push({
name: v.properties.name,
point: v.geometry.coordinates[w][0],
});
}
} else {
mapTownDataDK.push({
name: v.properties.name,
point: v.geometry.coordinates[0],
});
}
}
};
2024-07-22 10:45:20 +08:00
2024-07-23 13:25:14 +08:00
//添加地图区块
const addPolygonCounty = () => {
map.clearOverlays();
let fillColor = "#ffffff";
mapTownDataDK.map((item) => {
2024-07-24 15:50:55 +08:00
item.leg = 0;
2024-07-23 13:25:14 +08:00
//地区的坐标范围
let points = [];
item.point.map((p) => points.push(new BMapGL.Point(...p)));
if (points.length) {
//创建面
let polygon = new BMapGL.Polygon(points, {
strokeColor: "#5E9AD2",
strokeWeight: 2,
strokeOpacity: 0.8,
fillColor: fillColor,
fillOpacity: 0.7,
name: item.name,
2024-07-24 15:50:55 +08:00
zIndex: 92,
2024-07-23 14:50:59 +08:00
});
2024-07-24 14:58:07 +08:00
2024-07-23 13:25:14 +08:00
map.addOverlay(polygon);
2024-07-24 14:58:07 +08:00
polygon.addEventListener("click", () => {
console.log(item.name);
2024-07-24 15:50:55 +08:00
if (title_choose.value.includes("溪口镇")) {
2024-07-24 15:24:39 +08:00
} else {
2024-07-24 15:50:55 +08:00
let jdCenter = [];
if (item.name == "溪口镇") {
if (!title_choose.value.includes("溪口镇")) {
title_choose.value = title_choose.value + `>${item.name}`;
}
loadCs();
addPolygonCountyCs();
mapTownCount.map((item) => {
if (item.name == "溪口镇") {
jdCenter = item.center;
}
});
addCs();
goMapCenter(jdCenter, 13);
} else {
title_choose.value = "龙游县";
cs_qk_arr.value.forEach((item, index) => {
map.removeOverlay(cs_qk_arr.value[index]);
});
cs_name_arr.value.forEach((item, index) => {
map.removeOverlay(cs_name_arr.value[index]);
});
}
2024-07-24 14:58:07 +08:00
}
});
2024-07-23 13:25:14 +08:00
}
});
2024-07-24 09:04:38 +08:00
};
//添加街道名
2024-07-24 15:11:50 +08:00
2024-07-24 09:04:38 +08:00
const addJd = () => {
2024-07-24 15:04:19 +08:00
mapTownCount.map((item, index) => {
createCustomOverlayJd(item, index);
2024-07-23 16:01:34 +08:00
});
};
2024-07-24 09:04:38 +08:00
//添加街道名2含数量
const addJd2 = () => {
2024-07-24 15:04:19 +08:00
if (center_now.value[0] == 119.178783) {
2024-07-24 15:13:26 +08:00
goMapCenter([119.178783, 29.034581], 11);
2024-07-24 15:04:19 +08:00
}
mapTownCount.map((item, index) => {
createCustomOverlayJd2(item, index);
2024-07-24 09:04:38 +08:00
});
2024-07-24 15:04:19 +08:00
if (center_now.value[0] == 119.178783) {
2024-07-24 15:13:26 +08:00
goMapCenter([119.178783, 29.034581], 11);
2024-07-24 15:04:19 +08:00
}
2024-07-24 09:04:38 +08:00
};
2024-07-23 16:29:03 +08:00
//加载村社信息
const loadCs = () => {
for (let v of xkz.features) {
if (v.geometry.coordinates.length > 1) {
for (let w in v.geometry.coordinates) {
if (v.geometry.coordinates[w][0].length < 60) continue;
xkzDk.push({
name: v.properties.name,
point: v.geometry.coordinates[w][0],
});
}
} else {
xkzDk.push({
name: v.properties.name,
point: v.geometry.coordinates[0],
});
}
}
};
//添加村社区块
const addPolygonCountyCs = () => {
2024-07-24 09:04:38 +08:00
xkzDk.map((item, index) => {
let num = index % 9;
let fillColor = colorList[num].bg;
2024-07-23 16:29:03 +08:00
//地区的坐标范围
let points = [];
2024-07-24 09:04:38 +08:00
item.point[0].map((p) => points.push(new BMapGL.Point(...p)));
2024-07-23 16:29:03 +08:00
if (points.length) {
//创建面
2024-07-24 15:04:19 +08:00
cs_qk_arr.value[index] = new BMapGL.Polygon(points, {
2024-07-24 09:04:38 +08:00
strokeColor: fillColor,
2024-07-23 16:29:03 +08:00
strokeWeight: 2,
strokeOpacity: 0.8,
fillColor: fillColor,
fillOpacity: 0.7,
name: item.name,
2024-07-24 15:50:55 +08:00
zIndex: 99,
2024-07-23 16:29:03 +08:00
});
2024-07-24 15:04:19 +08:00
map.addOverlay(cs_qk_arr.value[index]);
2024-07-24 15:50:55 +08:00
cs_qk_arr.value[index].addEventListener("click", () => {
console.log(111);
// let jdCenter = [];
// if (item.name == "溪口镇") {
// if (!title_choose.value.includes("溪口镇")) {
// title_choose.value = title_choose.value + `>${item.name}`;
// }
// loadCs();
// addPolygonCountyCs();
// mapTownCount.map((item) => {
// if (item.name == "溪口镇") {
// jdCenter = item.center;
// }
// });
// addCs();
// goMapCenter(jdCenter, 13);
// } else {
// title_choose.value = "龙游县";
// cs_qk_arr.value.forEach((item, index) => {
// map.removeOverlay(cs_qk_arr.value[index]);
// });
// cs_name_arr.value.forEach((item, index) => {
// map.removeOverlay(cs_name_arr.value[index]);
// });
// }
});
2024-07-23 16:29:03 +08:00
}
});
};
2024-07-24 11:44:17 +08:00
// 添加地图上的街道名
2024-07-24 15:04:19 +08:00
const createCustomOverlayJd = (polygon, indexx) => {
2024-07-23 16:01:34 +08:00
function createLabelDOM() {
var content = document.createElement("div");
content.style.display = "flex";
content.style.flexDirection = "column";
content.style.alignItems = "center";
content.style.zIndex = BMapGL.Overlay.getZIndex(this.point.lat);
var div = document.createElement("div");
div.style.color = "#333";
div.style.whiteSpace = "nowrap";
div.style.MozUserSelect = "none";
div.style.display = "flex";
div.style.justifyContent = "center";
div.style.alignItems = "center";
div.style.cursor = "pointer";
div.setAttribute("name", this.properties.title);
var title = document.createElement("div");
2024-07-24 15:13:26 +08:00
title.style.fontSize = "10px";
2024-07-24 09:04:38 +08:00
title.style.fontWeight = "600";
2024-07-23 16:01:34 +08:00
title.style.color = "#000000";
div.appendChild(title);
title.appendChild(document.createTextNode(this.properties.title));
content.appendChild(div);
2024-07-24 15:24:39 +08:00
// div.onclick = function () {
// let jdCenter = [];
// if (polygon.name == "溪口镇") {
// if (!title_choose.value.includes("溪口镇")) {
// title_choose.value = title_choose.value + `>${polygon.name}`;
// }
// chooseArr.value.push("jd_noNumber");
// loadCs();
// addPolygonCountyCs();
// mapTownCount.map((item) => {
// if (item.name == "溪口镇") {
// jdCenter = item.center;
// }
// });
// center_now.value = jdCenter;
// addCs();
// goMapCenter(jdCenter, 14);
// } else {
// cs_qk_arr.value.forEach((item, index) => {
// map.removeOverlay(cs_qk_arr.value[index]);
// });
// cs_name_arr.value.forEach((item, index) => {
// map.removeOverlay(cs_name_arr.value[index]);
// });
// }
// };
2024-07-23 16:01:34 +08:00
return content;
}
2024-07-24 15:04:19 +08:00
jdm_arr.value[indexx] = new BMapGL.CustomOverlay(createLabelDOM, {
2024-07-23 16:01:34 +08:00
point: new BMapGL.Point(...polygon.center),
opacity: 0.5,
offsetY: -10,
properties: {
title: polygon.name,
type: "customOverlay",
},
});
2024-07-24 15:04:19 +08:00
map.addOverlay(jdm_arr.value[indexx]);
2024-07-23 13:25:14 +08:00
};
2024-07-24 11:44:17 +08:00
// 添加地图上的街道名+(人数,标签)
2024-07-24 15:04:19 +08:00
const createCustomOverlayJd2 = (polygon, indexx) => {
2024-07-24 09:04:38 +08:00
function createLabelDOM() {
var content = document.createElement("div");
content.style.display = "flex";
content.style.flexDirection = "column";
content.style.alignItems = "center";
content.style.zIndex = BMapGL.Overlay.getZIndex(this.point.lat);
var div = document.createElement("div");
div.style.color = "#333";
div.style.whiteSpace = "nowrap";
div.style.MozUserSelect = "none";
div.style.display = "flex";
div.style.flexDirection = "column";
div.style.justifyContent = "center";
div.style.alignItems = "center";
div.style.cursor = "pointer";
div.setAttribute("name", this.properties.title);
var title = document.createElement("div");
2024-07-24 15:13:26 +08:00
title.style.fontSize = "10px";
2024-07-24 09:04:38 +08:00
title.style.fontWeight = "600";
title.style.color = "#000000";
div.appendChild(title);
title.appendChild(document.createTextNode(this.properties.title));
content.appendChild(div);
var number = document.createElement("div");
2024-07-24 15:34:35 +08:00
number.style.fontSize = "9px";
2024-07-24 09:04:38 +08:00
number.style.fontWeight = "600";
number.style.color = "rgba(0, 255, 189, 1)";
div.appendChild(number);
number.appendChild(document.createTextNode(this.properties.number));
content.appendChild(div);
2024-07-24 15:24:39 +08:00
// div.onclick = function () {
// let jdCenter = [];
// if (polygon.name == "溪口镇") {
// title_choose.value = title_choose.value + `>${polygon.name}`;
// loadCs();
// addPolygonCountyCs();
// mapTownCount.map((item) => {
// if (item.name == "溪口镇") {
// jdCenter = item.center;
// }
// });
// addCs2();
// goMapCenter(jdCenter, 14);
// }
// };
2024-07-24 09:04:38 +08:00
return content;
}
2024-07-24 15:04:19 +08:00
jdm_number_arr.value[indexx] = new BMapGL.CustomOverlay(createLabelDOM, {
2024-07-24 09:04:38 +08:00
point: new BMapGL.Point(...polygon.center),
opacity: 0.5,
offsetY: 0,
properties: {
title: polygon.name,
number: polygon.number,
type: "customOverlay",
},
});
2024-07-24 15:04:19 +08:00
map.addOverlay(jdm_number_arr.value[indexx]);
2024-07-24 09:04:38 +08:00
};
2024-07-24 11:44:17 +08:00
//创建村社
const addCs = () => {
2024-07-24 15:04:19 +08:00
xkzCenter.map((item, index) => {
createCs(item, index);
2024-07-24 11:44:17 +08:00
});
};
2024-07-24 15:04:19 +08:00
//创建村社(人数,标签)
2024-07-24 11:44:17 +08:00
const addCs2 = () => {
2024-07-24 15:04:19 +08:00
xkzCenter.map((item, index) => {
createCs2(item, index);
2024-07-24 11:44:17 +08:00
});
};
//添加村社+(人数,标签)
2024-07-24 15:04:19 +08:00
const createCs2 = (polygon, indexx) => {
2024-07-24 11:44:17 +08:00
function createLabelDOM() {
var content = document.createElement("div");
content.style.display = "flex";
content.style.flexDirection = "column";
content.style.alignItems = "center";
content.style.zIndex = BMapGL.Overlay.getZIndex(this.point.lat);
var div = document.createElement("div");
div.style.color = "#333";
div.style.whiteSpace = "nowrap";
div.style.MozUserSelect = "none";
div.style.display = "flex";
2024-07-24 15:04:19 +08:00
div.style.justifyContent = "space-between";
2024-07-24 11:44:17 +08:00
div.style.alignItems = "center";
div.style.cursor = "pointer";
2024-07-24 15:13:26 +08:00
div.style.padding = "5px";
2024-07-24 15:24:39 +08:00
div.style.minWidth = "90px";
2024-07-24 15:04:19 +08:00
div.style.background = `url(${xcbg}) no-repeat 0/100% 100%`;
2024-07-24 11:44:17 +08:00
div.style.transform = "translateY(50px)";
div.setAttribute("name", this.properties.title);
var title = document.createElement("div");
2024-07-24 15:15:11 +08:00
title.style.fontSize = "10px";
2024-07-24 11:44:17 +08:00
title.style.fontWeight = "600";
title.style.color = "#000000";
div.appendChild(title);
title.appendChild(document.createTextNode(this.properties.title));
content.appendChild(div);
var number = document.createElement("div");
2024-07-24 15:15:11 +08:00
number.style.fontSize = "10px";
2024-07-24 11:44:17 +08:00
number.style.fontWeight = "600";
2024-07-24 15:24:39 +08:00
number.style.color = "black";
2024-07-24 11:44:17 +08:00
div.appendChild(number);
number.appendChild(document.createTextNode(this.properties.number));
content.appendChild(div);
let img2 = document.createElement("img");
img2.style.width = "20px";
2024-07-24 15:15:11 +08:00
img2.style.height = "26px";
2024-07-24 11:44:17 +08:00
img2.src = this.properties.imgSrc2;
content.appendChild(div);
content.appendChild(img2);
// div.onclick = function () {
// let jdCenter = [];
// if (polygon.name == "溪口镇") {
// title_choose.value = title_choose.value + `>${polygon.name}`;
// loadCs();
// addPolygonCountyCs();
// mapTownCount.map((item) => {
// if (item.name == "溪口镇") {
// jdCenter = item.center;
// }
// });
// goMapCenter(jdCenter, 14);
// }
// };
return content;
}
2024-07-24 15:04:19 +08:00
cs_number_name_arr.value[indexx] = new BMapGL.CustomOverlay(createLabelDOM, {
2024-07-24 11:44:17 +08:00
point: new BMapGL.Point(...polygon.center),
opacity: 0.5,
offsetY: 0,
properties: {
title: polygon.name,
number: polygon.number,
imgSrc2: dwd,
type: "customOverlay",
},
});
2024-07-24 15:04:19 +08:00
map.addOverlay(cs_number_name_arr.value[indexx]);
2024-07-24 11:44:17 +08:00
};
//添加村社
2024-07-24 15:04:19 +08:00
const createCs = (polygon, indexx) => {
2024-07-24 11:44:17 +08:00
function createLabelDOM() {
var content = document.createElement("div");
content.style.display = "flex";
content.style.flexDirection = "column";
content.style.alignItems = "center";
content.style.zIndex = BMapGL.Overlay.getZIndex(this.point.lat);
var div = document.createElement("div");
div.style.color = "#333";
div.style.whiteSpace = "nowrap";
div.style.MozUserSelect = "none";
div.style.display = "flex";
div.style.justifyContent = "center";
div.style.alignItems = "center";
div.style.cursor = "pointer";
2024-07-24 15:13:26 +08:00
div.style.padding = "5px";
2024-07-24 15:04:19 +08:00
div.style.minWidth = "60px";
div.style.background = `url(${xcbg}) no-repeat 0/100% 100%`;
2024-07-24 15:13:26 +08:00
div.style.transform = "translateY(50px)";
2024-07-24 11:44:17 +08:00
div.setAttribute("name", this.properties.title);
var title = document.createElement("div");
2024-07-24 15:13:26 +08:00
title.style.fontSize = "10px";
2024-07-24 11:44:17 +08:00
title.style.fontWeight = "600";
title.style.color = "#000000";
div.appendChild(title);
title.appendChild(document.createTextNode(this.properties.title));
content.appendChild(div);
let img2 = document.createElement("img");
img2.style.width = "20px";
2024-07-24 15:13:26 +08:00
img2.style.height = "26px";
2024-07-24 11:44:17 +08:00
img2.src = this.properties.imgSrc2;
content.appendChild(div);
content.appendChild(img2);
return content;
}
2024-07-24 15:04:19 +08:00
cs_name_arr.value[indexx] = new BMapGL.CustomOverlay(createLabelDOM, {
2024-07-24 11:44:17 +08:00
point: new BMapGL.Point(...polygon.center),
opacity: 0.5,
offsetY: 0,
properties: {
title: polygon.name,
imgSrc2: dwd,
type: "customOverlay",
},
});
2024-07-24 15:04:19 +08:00
map.addOverlay(cs_name_arr.value[indexx]);
2024-07-24 11:44:17 +08:00
};
2024-07-24 11:08:58 +08:00
//创建公共服务圈
const addggfwq = () => {
2024-07-24 15:04:19 +08:00
fwqList.value.map((item, index) => {
createCustomOverlay(item, index);
2024-07-24 11:08:58 +08:00
});
};
2024-07-24 09:04:38 +08:00
// 添加公共服务圈的图标
2024-07-24 15:04:19 +08:00
const createCustomOverlay = (polygon, indexx) => {
2024-07-23 13:25:14 +08:00
function createLabelDOM() {
var content = document.createElement("div");
content.style.display = "flex";
content.style.flexDirection = "column";
content.style.alignItems = "center";
content.style.zIndex = BMapGL.Overlay.getZIndex(this.point.lat);
var div = document.createElement("div");
2024-07-24 11:43:30 +08:00
div.style.color = "#ddd";
div.style.padding = `${polygon.padding}`;
2024-07-23 13:25:14 +08:00
div.style.whiteSpace = "nowrap";
div.style.MozUserSelect = "none";
div.style.fontSize = "12px";
div.style.borderRadius = "10px";
div.style.display = "flex";
div.style.justifyContent = "center";
div.style.alignItems = "center";
2024-07-24 09:38:17 +08:00
div.style.background = `url(${polygon.img}) no-repeat 0/100% 100%`;
2024-07-23 13:25:14 +08:00
div.style.cursor = "pointer";
2024-07-24 09:38:17 +08:00
div.style.transform = `translate(${polygon.x}px,${polygon.y}px)`;
2024-07-23 13:25:14 +08:00
div.setAttribute("name", this.properties.title);
var title = document.createElement("div");
title.style.fontSize = "14px";
title.style.fontWeight = "700";
2024-07-24 09:04:38 +08:00
title.style.marginLeft = "0px";
2024-07-24 11:43:30 +08:00
title.style.color = `${polygon.textColor}`;
2024-07-23 13:25:14 +08:00
div.appendChild(title);
title.appendChild(document.createTextNode(this.properties.title));
let img2 = document.createElement("img");
2024-07-23 14:50:59 +08:00
img2.style.width = "20px";
img2.style.height = "20px";
2024-07-23 13:25:14 +08:00
img2.src = this.properties.imgSrc2;
2024-07-22 10:45:20 +08:00
2024-07-23 13:25:14 +08:00
content.appendChild(div);
content.appendChild(img2);
// div.onclick = function () {
// addPolygonTown(this.getAttribute('name'))
// removeCustomOverlay()
// addStage(this.getAttribute('name'))
// state.mapStatus = 1
// }
return content;
}
2024-07-24 15:04:19 +08:00
fwq_list_arr.value[indexx] = new BMapGL.CustomOverlay(createLabelDOM, {
2024-07-23 13:25:14 +08:00
point: new BMapGL.Point(...polygon.point),
opacity: 0.5,
2024-07-24 09:04:38 +08:00
offsetY: 0,
2024-07-23 13:25:14 +08:00
properties: {
title: polygon.name,
2024-07-24 09:38:17 +08:00
imgSrc2: polygon.img2,
2024-07-23 13:25:14 +08:00
type: "customOverlay",
},
});
2024-07-24 09:04:38 +08:00
// var labelopts = {
// position: new BMapGL.Point(polygon.point[0], polygon.point[1]), // 指定文本标注所在的地理位置
// offset: new BMapGL.Size(0, -97), // 设置文本偏移量
// };
// var label = new BMapGL.Label(polygon.name, labelopts);
// label.setStyle({
// color: "#fff",
// borderRadius: "1px",
// padding: "5px 13px",
// // background: `url(${b1s}) no-repeat 0/100% 100%`,
// fontSize: "15px",
// lineHeight: "20px",
// border: "0",
// transform: "translateX(-50%)",
// });
2024-07-24 15:04:19 +08:00
map.addOverlay(fwq_list_arr.value[indexx]);
2024-07-23 13:25:14 +08:00
};
2024-07-24 11:44:17 +08:00
2024-07-23 13:25:14 +08:00
//地图中点
const goMapCenter = (point, zoom) => {
map.centerAndZoom(new BMapGL.Point(point[0], point[1]), zoom);
};
2024-07-24 09:04:38 +08:00
const removeAllPolygon = (e) => {
2024-07-23 16:01:34 +08:00
let allOverlay = map.getOverlays();
for (let i = 0; i < allOverlay.length; i++) {
2024-07-23 16:29:03 +08:00
map.removeOverlay(allOverlay[i]);
2024-07-23 16:01:34 +08:00
}
2024-07-24 11:08:58 +08:00
// if (e == "fwq") {
// addPolygonCounty();
// nextTick(() => {
// addJd();
// });
// } else {
// addPolygonCounty();
// nextTick(() => {
// addJd2();
// });
// }
2024-07-23 16:01:34 +08:00
};
2024-07-23 13:25:14 +08:00
//选项设置
//选中
2024-07-24 11:08:58 +08:00
const chooseArr = ref([]);
const xuanran = () => {
addPolygonCounty();
if (chooseArr.value.includes("person")) {
addJd2();
2024-07-24 15:04:19 +08:00
if (chooseArr.value.includes("jd_noNumber")) {
addPolygonCountyCs();
addCs2();
chooseArr.value = chooseArr.value.filter(
(item) => item !== "jd_noNumber"
);
chooseArr.value.push("jd_number");
}
2024-07-24 11:44:17 +08:00
} else {
2024-07-24 11:08:58 +08:00
addJd();
}
if (chooseArr.value.includes("fwq")) {
addggfwq();
}
// if (!chooseArr.value.includes("person")) {
// addJd();
// }
};
2024-07-23 13:25:14 +08:00
const choose = ref({
2024-07-24 09:04:38 +08:00
person: 9999,
bq: 9999,
fwq: 9999,
yaosu: 9999,
2024-07-23 13:25:14 +08:00
});
2024-07-24 09:04:38 +08:00
const changeRs = (id) => {
2024-07-24 11:08:58 +08:00
if (choose.value.person == id) {
2024-07-24 15:04:19 +08:00
// chooseArr.value = chooseArr.value.filter((item) => item !== "person");
2024-07-24 11:08:58 +08:00
choose.value.person = 9999;
2024-07-24 15:04:19 +08:00
jdm_number_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_number_arr.value[index]);
});
2024-07-24 15:34:35 +08:00
if (cs_number_name_arr.value?.length) {
2024-07-24 15:04:19 +08:00
cs_number_name_arr.value.forEach((item, index) => {
map.removeOverlay(cs_number_name_arr.value[index]);
});
cs_number_name_arr.value.length = 0;
addCs();
}
2024-07-24 11:08:58 +08:00
addJd();
2024-07-24 15:04:19 +08:00
// if (chooseArr.value.includes("jd_number")) {
// removeAllPolygon("person");
// xuanran();
// loadCs();
// addPolygonCountyCs();
// addCs();
// } else {
// removeAllPolygon("person");
// xuanran();
// addJd();
// }
2024-07-24 11:08:58 +08:00
} else {
2024-07-24 15:34:35 +08:00
console.log(8888);
2024-07-24 15:04:19 +08:00
// if(chooseArr.value.includes("jd_number")){
// chooseArr.value = chooseArr.value.filter((item) => item !== "jd_number");
// chooseArr.value.push("jd_noNumber");
// }
// chooseArr.value.push("person");
2024-07-24 11:08:58 +08:00
choose.value.person = id;
choose.value.bq = 9999;
2024-07-24 15:04:19 +08:00
jdm_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_arr.value[index]);
});
2024-07-24 15:34:35 +08:00
if (cs_name_arr.value?.length) {
2024-07-24 15:04:19 +08:00
cs_name_arr.value.forEach((item, index) => {
map.removeOverlay(cs_name_arr.value[index]);
});
cs_name_arr.value.length = 0;
addCs2();
}
2024-07-24 15:50:55 +08:00
if (jdm_number_arr.value?.length) {
jdm_number_arr.value.forEach((item, index) => {
map.removeOverlay(jdm_number_arr.value[index]);
});
jdm_number_arr.value.length = 0;
}
2024-07-24 15:04:19 +08:00
addJd2();
// removeAllPolygon("person");
// xuanran();
2024-07-24 11:08:58 +08:00
}
2024-07-24 09:04:38 +08:00
};
const changebq = (id) => {
choose.value.bq = id;
choose.value.person = 9999;
2024-07-23 13:25:14 +08:00
};
2024-07-23 14:50:59 +08:00
const changeFwq = (id, list, center) => {
2024-07-24 11:08:58 +08:00
if (choose.value.fwq == id) {
2024-07-24 15:04:19 +08:00
// chooseArr.value = chooseArr.value.filter((item) => item !== "fwq");
2024-07-24 11:08:58 +08:00
choose.value.fwq = 9999;
2024-07-24 15:04:19 +08:00
// removeAllPolygon("fwq");
fwq_list_arr.value.forEach((item, index) => {
map.removeOverlay(fwq_list_arr.value[index]);
});
// xuanran();
2024-07-24 11:08:58 +08:00
} else {
2024-07-24 15:04:19 +08:00
// chooseArr.value.push("fwq");
2024-07-24 11:08:58 +08:00
choose.value.fwq = id;
fwqList.value = list;
2024-07-24 15:04:19 +08:00
// removeAllPolygon("fwq");
addggfwq();
// xuanran();
2024-07-24 11:08:58 +08:00
setTimeout(() => {
goMapCenter(center, 17);
}, 500);
2024-07-24 11:44:17 +08:00
2024-07-24 11:08:58 +08:00
// addggfwq()
}
// choose.value.fwq = id;
// removeAllPolygon("fwq");
// fwqList.value = list;
// goMapCenter(center, 17);
// fwqList.value.map((item) => {
// createCustomOverlay(item);
// });
2024-07-23 13:25:14 +08:00
};
2024-07-24 09:04:38 +08:00
const changeys = (id) => {
choose.value.yaosu = id;
};
2024-07-23 13:25:14 +08:00
//人口数
const personTotal = ref([
{
id: 0,
name: "总人口",
value: "1724114",
},
{
id: 1,
name: "1岁",
value: "26737",
},
{
id: 2,
name: "2岁",
value: "26737",
},
{
id: 3,
name: "3岁",
value: "26737",
},
{
id: 4,
name: "4岁",
value: "26737",
},
{
id: 5,
name: "5岁",
value: "26737",
},
{
id: 6,
name: "6岁",
value: "26737",
},
{
id: 7,
name: "7岁",
value: "26737",
},
{
id: 8,
name: "8岁",
value: "26737",
},
{
id: 9,
name: "9岁",
value: "26737",
},
{
id: 10,
name: "10岁",
value: "26737",
},
{
id: 11,
name: "11岁",
value: "26737",
},
{
id: 12,
name: "12岁",
value: "26737",
},
{
id: 13,
name: "13岁",
value: "26737",
},
]);
//特殊标签
const tsbqTotal = ref([
2024-07-24 09:04:38 +08:00
{
id: 10,
name: "退役军人",
value: "26737",
},
{
id: 20,
name: "留守",
value: "26737",
},
{
id: 30,
name: "困境儿童",
value: "26737",
},
{
id: 40,
name: "特困",
value: "26737",
},
2024-07-23 13:25:14 +08:00
{
id: 0,
name: "低边",
value: "26737",
},
{
id: 1,
name: "低保",
value: "26737",
},
{
id: 2,
name: "高血压",
value: "26737",
},
{
id: 3,
name: "糖尿病",
value: "26737",
},
{
id: 4,
name: "残疾人",
value: "26737",
},
]);
//基本公共服务圈
const jbfwqTotal = ref([
{
id: 0,
name: "东华街道",
child: [
{
id: 100,
name: "上圩头村",
},
{
id: 200,
name: "官村",
},
{
id: 300,
name: "下杨",
},
{
id: 400,
name: "灵江社区",
},
{
id: 500,
name: "文成社区",
},
{
id: 600,
name: "子鸣社区",
},
],
},
{
id: 1,
name: "社阳乡",
child: [
{
id: 11,
name: "社阳村",
},
],
},
{
id: 2,
name: "小南海镇",
child: [
{
id: 21,
name: "茶圩里村",
},
{
id: 22,
name: "团石村",
},
{
id: 23,
name: "箬塘",
},
],
},
{
id: 3,
name: "庙下乡",
child: [
{
id: 31,
name: "庙下村",
},
],
},
{
id: 4,
name: "溪口镇",
child: [
{
id: 41,
name: "新溪社区",
2024-07-23 14:50:59 +08:00
center: [119.1845892, 28.8540481],
2024-07-23 13:25:14 +08:00
fwqList: [
{
name: "溪口幼儿园",
point: [119.1856806, 28.8509359],
2024-07-23 14:50:59 +08:00
bgColor: "#00b050",
2024-07-24 09:38:17 +08:00
img: fwqbg1,
img2: b2,
2024-07-24 11:44:17 +08:00
x: 33,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "衢州学院附属幼儿园",
point: [119.182056, 28.8566857],
2024-07-23 14:50:59 +08:00
bgColor: "#00b050",
2024-07-24 09:38:17 +08:00
img: fwqbg1,
img2: b2,
2024-07-24 11:44:17 +08:00
x: 55,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "溪口中银小学",
point: [119.1845353, 28.8584533],
2024-07-23 14:50:59 +08:00
bgColor: "#00b050",
2024-07-24 09:38:17 +08:00
img: fwqbg1,
img2: b2,
2024-07-24 11:44:17 +08:00
x: 38,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "溪口初中",
point: [119.180978, 28.8525691],
2024-07-23 14:50:59 +08:00
bgColor: "#00b050",
2024-07-24 09:38:17 +08:00
img: fwqbg1,
img2: b2,
2024-07-24 11:44:17 +08:00
x: 33,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "居家养老中心",
point: [119.186287, 28.8491049],
2024-07-23 14:50:59 +08:00
bgColor: "#f4c243",
2024-07-24 09:38:17 +08:00
img: fwqbg5,
img2: b1,
2024-07-24 11:44:17 +08:00
x: 38,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "共享食堂",
point: [119.184706, 28.8563179],
2024-07-23 14:50:59 +08:00
bgColor: "#f4c243",
2024-07-24 09:38:17 +08:00
img: fwqbg5,
img2: b1,
2024-07-24 11:44:17 +08:00
x: 33,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "老年活动中心",
point: [119.1839065, 28.8566106],
2024-07-23 14:50:59 +08:00
bgColor: "#f4c243",
2024-07-24 09:38:17 +08:00
img: fwqbg5,
img2: b1,
2024-07-24 11:44:17 +08:00
x: 38,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "残疾人之家",
point: [119.1862825, 28.8491207],
2024-07-23 14:50:59 +08:00
bgColor: "#f4c243",
2024-07-24 09:38:17 +08:00
img: fwqbg5,
img2: b1,
2024-07-24 11:44:17 +08:00
x: 35,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "智慧篮球场",
point: [119.1839873, 28.8560886],
2024-07-23 14:50:59 +08:00
bgColor: "#00b0f0",
2024-07-24 09:38:17 +08:00
img: fwqbg2,
img2: b3,
2024-07-24 11:44:17 +08:00
x: 34,
y: 50,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "8px 8px 2px",
2024-07-23 13:25:14 +08:00
},
{
name: "慢行步道",
point: [119.1843107, 28.8510743],
2024-07-23 14:50:59 +08:00
bgColor: "#00b0f0",
2024-07-24 09:38:17 +08:00
img: fwqbg2,
img2: b3,
2024-07-24 11:44:17 +08:00
x: 26,
y: 50,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "8px 8px 2px",
2024-07-23 13:25:14 +08:00
},
{
name: "文化礼堂",
point: [119.1845532, 28.8562072],
2024-07-23 14:50:59 +08:00
bgColor: "#a1ce63",
2024-07-24 09:38:17 +08:00
img: fwqbg6,
img2: b4,
2024-07-24 11:44:17 +08:00
x: 33,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#79B72B",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "综合文化站",
point: [119.1845982, 28.8482348],
2024-07-23 14:50:59 +08:00
bgColor: "#a1ce63",
2024-07-24 09:38:17 +08:00
img: fwqbg6,
img2: b4,
2024-07-24 11:44:17 +08:00
x: 35,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#79B72B",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "共享菜园",
point: [119.1834393, 28.8559858],
2024-07-23 14:50:59 +08:00
bgColor: "#a1ce63",
2024-07-24 09:38:17 +08:00
img: fwqbg6,
img2: b4,
2024-07-24 11:44:17 +08:00
x: 33,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#79B72B",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 2px",
2024-07-23 13:25:14 +08:00
},
{
name: "零工市场",
point: [119.1811487, 28.8614348],
2024-07-23 14:50:59 +08:00
bgColor: "#a1ce63",
2024-07-24 09:38:17 +08:00
img: fwqbg6,
img2: b4,
2024-07-24 11:44:17 +08:00
x: 33,
y: 0,
2024-07-24 11:43:30 +08:00
textColor: "#79B72B",
2024-07-24 14:23:02 +08:00
padding: "4px 8px 10px",
2024-07-23 13:25:14 +08:00
},
{
name: "溪口中心医院",
point: [119.1839334, 28.8516437],
2024-07-23 14:50:59 +08:00
bgColor: "#0070c0",
2024-07-24 09:38:17 +08:00
img: fwqbg3,
img2: b5,
2024-07-24 11:44:17 +08:00
x: 10,
y: 50,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "8px 8px 2px",
2024-07-23 13:25:14 +08:00
},
{
name: "溪口菜市场",
point: [119.1848317, 28.8544673],
2024-07-23 14:50:59 +08:00
bgColor: "#184e32",
2024-07-24 09:38:17 +08:00
img: fwqbg4,
img2: b6,
2024-07-24 11:44:17 +08:00
x: -24,
y: 50,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "8px 8px 2px",
2024-07-23 13:25:14 +08:00
},
{
name: "大型超市",
point: [119.1845892, 28.8540481],
2024-07-23 14:50:59 +08:00
bgColor: "#184e32",
2024-07-24 09:38:17 +08:00
img: fwqbg4,
img2: b6,
2024-07-24 11:44:17 +08:00
x: -24,
y: 50,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "8px 8px 2px",
2024-07-23 13:25:14 +08:00
},
{
name: "智慧停车场",
point: [119.1865654, 28.8555824],
2024-07-23 14:50:59 +08:00
bgColor: "#184e32",
2024-07-24 09:38:17 +08:00
img: fwqbg4,
img2: b6,
2024-07-24 11:44:17 +08:00
x: -28,
y: 50,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "8px 8px 2px",
2024-07-23 13:25:14 +08:00
},
{
name: "溪口镇便民服务中心",
point: [119.1838436, 28.8565473],
2024-07-23 14:50:59 +08:00
bgColor: "#184e32",
2024-07-24 09:38:17 +08:00
img: fwqbg4,
img2: b6,
2024-07-24 11:44:17 +08:00
x: -40,
y: 50,
2024-07-24 11:43:30 +08:00
textColor: "#fff",
2024-07-24 14:23:02 +08:00
padding: "8px 8px 2px",
2024-07-23 13:25:14 +08:00
},
],
},
{
id: 42,
name: "石角村",
},
{
id: 43,
name: "红罗村",
},
],
},
{
id: 5,
name: "罗家乡",
child: [
{
id: 51,
name: "罗家村",
},
],
},
{
id: 6,
name: "模环乡",
child: [
{
id: 61,
name: "模环村",
},
{
id: 62,
name: "金星社区",
},
],
},
{
id: 7,
name: "横山镇",
child: [
{
id: 71,
name: "志棠村",
},
{
id: 72,
name: "横山集镇",
},
{
id: 73,
name: "后徐",
},
],
},
{
id: 8,
name: "石佛乡",
child: [
{
id: 81,
name: "三和村",
},
{
id: 82,
name: "石佛村",
},
{
id: 83,
name: "三门源村",
},
],
},
{
id: 9,
name: "詹家镇",
child: [
{
id: 91,
name: "芝江",
},
{
id: 92,
name: "马叶",
},
{
id: 93,
name: "詹家",
},
],
},
{
id: 10,
name: "龙洲街道",
child: [
{
id: 101,
name: "官潭村",
},
{
id: 102,
name: "田铺村",
},
{
id: 103,
name: "半爿月村",
},
{
id: 104,
name: "寺后村",
},
{
id: 105,
name: "清廉社区",
},
{
id: 106,
name: "莲湖社区",
},
{
id: 107,
name: "河西街社区",
},
{
id: 108,
name: "阳光社区",
},
{
id: 109,
name: "翠光社区",
},
],
},
{
id: 11,
name: "湖镇镇",
child: [
{
id: 111,
name: "新光村",
},
{
id: 112,
name: "七都村",
},
{
id: 113,
name: "下库村",
},
{
id: 114,
name: "下田畈村",
},
],
},
{
id: 12,
name: "塔石镇",
child: [
{
id: 121,
name: "塔石",
},
{
id: 122,
name: "泽随",
},
{
id: 123,
name: "雅村",
},
],
},
{
id: 13,
name: "沐尘畲族乡",
child: [
{
id: 131,
name: "沐尘村",
},
],
},
{
id: 14,
name: "大街乡",
child: [
{
id: 141,
name: "大街村",
},
],
},
2024-07-24 11:44:17 +08:00
]); //存放地图上服务圈数据
2024-07-23 13:25:14 +08:00
const fwqList = ref([]);
//资源要素
const yaosuTotal = ref([
{
id: 0,
name: "体育场所",
img: j0,
wz: false,
},
{
id: 1,
name: "幼儿园",
img: j1,
wz: false,
},
{
id: 2,
name: "小学",
img: j2,
wz: false,
},
{
id: 3,
name: "初中",
img: j3,
wz: false,
},
{
id: 4,
name: "高中",
img: j4,
wz: false,
},
{
id: 5,
name: "医院",
img: j5,
wz: false,
},
{
id: 6,
name: "南孔书院",
img: j6,
wz: false,
},
{
id: 7,
name: "养老机构",
img: j7,
wz: false,
},
{
id: 8,
name: "汽车充电桩",
img: j8,
wz: true,
},
{
id: 9,
name: "卫生服务中心",
img: j9,
wz: true,
},
{
id: 10,
name: "AED",
img: j10,
wz: true,
},
]);
onMounted(() => {
initMap();
});
</script>
2024-07-22 10:45:20 +08:00
<style lang="scss" scoped>
2024-07-23 13:25:14 +08:00
::v-deep .anchorBL {
display: none;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.module {
display: flex;
width: 100%;
height: 100%;
position: relative;
2024-07-24 14:58:07 +08:00
margin-top: 112px;
2024-07-23 13:25:14 +08:00
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
#id {
z-index: 10;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
//左侧弹框
.left {
box-sizing: border-box;
position: absolute;
left: 0;
bottom: 0;
width: 520px;
height: 960px;
2024-07-24 15:24:39 +08:00
background: linear-gradient(
270deg,
2024-07-23 13:25:14 +08:00
rgba(0, 52, 131, 0.69) 0%,
rgba(0, 32, 83, 0.77) 50%,
2024-07-24 15:24:39 +08:00
rgba(0, 60, 131, 0.74) 100%
),
radial-gradient(
128% 99% at 100% 46%,
2024-07-23 13:25:14 +08:00
rgba(0, 48, 125, 0.29) 0%,
2024-07-24 15:24:39 +08:00
rgba(0, 61, 134, 0.42) 100%
);
2024-07-23 13:25:14 +08:00
box-shadow: inset 0px 0px 56px 0px rgba(173, 221, 255, 0.5);
backdrop-filter: blur(3px);
padding: 30px 26px;
display: flex;
flex-direction: column;
z-index: 12;
overflow: hidden;
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
//人口数
.lyx {
.content {
box-sizing: border-box;
margin-top: 20px;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
color: #ffffff;
height: 450px;
overflow: auto;
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content_item {
cursor: pointer;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px;
width: 48%;
height: 57px;
background-image: url(@/assets/images/map/unchoose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-bottom: 12px;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content_item:first-child {
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px;
width: 100%;
height: 57px;
background-image: url(@/assets/images/map/unchoose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-bottom: 12px;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content_item_name {
position: relative;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content_item_name::before {
content: "";
position: absolute;
width: 3px;
height: 3px;
background: #29ffc1;
border: 3px solid rgba(0, 255, 189, 0.31);
border-radius: 6px;
top: 7.5px;
left: -13px;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.choose {
background-image: url(@/assets/images/map/choose.png) !important;
background-repeat: no-repeat !important;
background-size: 100% 100% !important;
}
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content::-webkit-scrollbar {
display: none;
}
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
//特殊标签
.tsbq {
margin-top: 40px;
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content {
box-sizing: border-box;
margin-top: 20px;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
color: #ffffff;
height: 220px;
overflow: auto;
2024-07-24 09:04:38 +08:00
2024-07-23 13:25:14 +08:00
.content_item {
cursor: pointer;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px;
width: 48%;
height: 57px;
background-image: url(@/assets/images/map/unchoose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-bottom: 12px;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content_item:last-child {
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px;
width: 100%;
height: 57px;
background-image: url(@/assets/images/map/unchoose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-bottom: 12px;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content_item_name {
position: relative;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content_item_name::before {
content: "";
position: absolute;
width: 3px;
height: 3px;
background: #ffe229;
border: 3px solid rgba(255, 226, 41, 0.31);
border-radius: 6px;
top: 7.5px;
left: -13px;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.choose {
background-image: url(@/assets/images/map/choose.png) !important;
background-repeat: no-repeat !important;
background-size: 100% 100% !important;
}
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.content::-webkit-scrollbar {
display: none;
}
}
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
//右侧弹框
.right {
box-sizing: border-box;
position: absolute;
right: 0;
bottom: 0;
width: 520px;
height: 960px;
2024-07-24 15:24:39 +08:00
background: linear-gradient(
270deg,
2024-07-23 13:25:14 +08:00
rgba(0, 52, 131, 0.69) 0%,
rgba(0, 32, 83, 0.77) 50%,
2024-07-24 15:24:39 +08:00
rgba(0, 60, 131, 0.74) 100%
),
radial-gradient(
128% 99% at 100% 46%,
2024-07-23 13:25:14 +08:00
rgba(0, 48, 125, 0.29) 0%,
2024-07-24 15:24:39 +08:00
rgba(0, 61, 134, 0.42) 100%
);
2024-07-23 13:25:14 +08:00
box-shadow: inset 0px 0px 56px 0px rgba(173, 221, 255, 0.5);
backdrop-filter: blur(3px);
padding: 30px 26px;
display: flex;
flex-direction: column;
z-index: 12;
overflow: hidden;
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.jbggfwq {
.jbggfwq_content {
height: 550px;
overflow: auto;
margin-top: 15px;
display: flex;
flex-direction: column;
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.jbggfwq_content_item {
margin-bottom: 5px;
display: flex;
// align-items: center;
color: #ffffff;
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.jbggfwq_content_item_left {
margin-right: 10px;
width: 80px;
height: 48px;
line-height: 48px;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.jbggfwq_content_item_right {
2024-07-24 09:04:38 +08:00
width: 370px;
2024-07-23 13:25:14 +08:00
display: flex;
flex-flow: row wrap;
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.jbggfwq_content_item_right_item {
cursor: pointer;
2024-07-24 14:23:02 +08:00
display: flex;
align-items: center;
justify-content: center;
2024-07-23 13:25:14 +08:00
box-sizing: border-box;
2024-07-24 14:23:02 +08:00
width: 92px;
2024-07-23 13:25:14 +08:00
height: 48px;
font-weight: 500;
2024-07-24 14:23:02 +08:00
text-align: center;
2024-07-23 13:25:14 +08:00
font-size: 16px;
line-height: 28px;
background: rgba(124, 151, 180, 0.8);
2024-07-24 14:23:02 +08:00
// padding: 10px;
margin-bottom: 4px;
2024-07-24 15:11:50 +08:00
position: relative;
/* 必须设置 position 属性以便伪元素定位 */
2024-07-24 14:23:02 +08:00
}
2024-07-24 15:11:50 +08:00
2024-07-24 14:23:02 +08:00
.jbggfwq_content_item_right_item::after {
content: "";
display: block;
width: 1px;
height: 18px;
background-color: #fff;
position: absolute;
top: 14px;
right: 0px;
}
2024-07-24 15:11:50 +08:00
2024-07-24 14:23:02 +08:00
:nth-child(4n).jbggfwq_content_item_right_item::after {
opacity: 0;
2024-07-23 13:25:14 +08:00
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.choose {
background-image: url(@/assets/images/map/choose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
}
}
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.jbggfwq_content::-webkit-scrollbar {
display: none;
}
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.zyys {
.zyys_content {
margin-top: 20px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
flex-flow: row wrap;
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.zyys_content_item {
cursor: pointer;
margin-bottom: 15px;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
width: 110px;
height: 42px;
background: rgba(124, 151, 180, 0.8);
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.zyys_content_item_left {
width: 18px;
height: 18px;
margin-right: 3px;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.zyys_content_item_right {
font-weight: 500;
font-size: 16px;
}
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.wz {
width: 150px;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.choose {
background-image: url(@/assets/images/map/choose.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
}
}
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.title {
.title_name {
font-family: YouSheBiaoTiHei;
font-size: 34px;
font-weight: 900;
// line-height: 44px;
letter-spacing: 4px;
margin-bottom: 15px;
background: linear-gradient(180deg, #ffffff 0%, #ffffff 40%, #00ffff 100%);
/* 使文字没有背景颜色的背景 */
background-clip: text;
/* 为了兼容性添加渐变背景到IE */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
2024-07-24 09:54:47 +08:00
2024-07-23 13:25:14 +08:00
.title_line {
height: 4px;
width: 100%;
border-top: 1px solid #ffffff;
border-bottom: 2px dashed #ffffff;
}
}
2024-07-24 11:43:30 +08:00
</style>