gis-map-universal 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gismap.umd.js +3 -3
- package/package.json +1 -1
package/gismap.umd.js
CHANGED
|
@@ -262446,7 +262446,7 @@ var scratch = __webpack_require__("c1ec");
|
|
|
262446
262446
|
deviceLayers: [],
|
|
262447
262447
|
weatherLayers: ["地市天气", "地市降雨量", "下穿涵洞"],
|
|
262448
262448
|
constructLayers: ["公路建设", "铁路建设", "机场建设", "水运"],
|
|
262449
|
-
trafficFlowtLayers: ["地市交通量", "高速货运量", "
|
|
262449
|
+
trafficFlowtLayers: ["地市交通量", "高速货运量", "出口流量", "网约车订单", "公路路况", "飞机架次"],
|
|
262450
262450
|
majorEventLayers: ["活动地点", "客流量", "路况"],
|
|
262451
262451
|
siteTrafficLayers: ["热门站点", "客流量"],
|
|
262452
262452
|
shipPassGateLayers: ["过闸平均用时"],
|
|
@@ -262794,7 +262794,7 @@ var scratch = __webpack_require__("c1ec");
|
|
|
262794
262794
|
if (!this.echartslayer) {
|
|
262795
262795
|
this.showRadarCloud();
|
|
262796
262796
|
}
|
|
262797
|
-
} else if (value.includes("
|
|
262797
|
+
} else if (value.includes("出口流量")) {
|
|
262798
262798
|
if (!this.echartslayer) {
|
|
262799
262799
|
this.showRadarCloud();
|
|
262800
262800
|
}
|
|
@@ -263224,7 +263224,7 @@ var scratch = __webpack_require__("c1ec");
|
|
|
263224
263224
|
case "路况":
|
|
263225
263225
|
this.initBaseRoadLayer();
|
|
263226
263226
|
break;
|
|
263227
|
-
case "
|
|
263227
|
+
case "出口流量":
|
|
263228
263228
|
this.showRadarCloud();
|
|
263229
263229
|
break;
|
|
263230
263230
|
case "网约车订单":
|