| | |
| | | point.name = point.hdName; // 隐患点名称 |
| | | point.className = "district"; |
| | | } else if (route.path === "/zhjc") { |
| | | point.name = point.deviceForShort; // 设备简称 |
| | | point.name = point.deviceName; // 设备简称 |
| | | point.className = "device"; |
| | | } |
| | | |
| | |
| | | addCityPolygon(); |
| | | initHandler(); |
| | | // initView() |
| | | loadAreaPolygon("/json/nsl_area.geojson"); |
| | | loadAreaPolygonAll("/json/geometry.json", true); |
| | | // loadAreaPolygon("/json/nsl_area.geojson"); |
| | | // loadAreaPolygonAll("/json/geometry.json", true); |
| | | flyToHomeView(); |
| | | // 页面加载时初始化 |
| | | initAllDistrictCounts(); |