gis-map-universal 0.8.2 → 0.8.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 +20 -0
- package/package.json +1 -1
package/gismap.umd.js
CHANGED
|
@@ -262574,6 +262574,26 @@ var scratch = __webpack_require__("c1ec");
|
|
|
262574
262574
|
break;
|
|
262575
262575
|
case "客流量":
|
|
262576
262576
|
this.initCongestedRoadLayer();
|
|
262577
|
+
case "公交客流量":
|
|
262578
|
+
this.initCongestedRoadLayer();
|
|
262579
|
+
case "地铁线路":
|
|
262580
|
+
this.initCitySubwayLineLayer();
|
|
262581
|
+
case "地铁客流量":
|
|
262582
|
+
this.initSubwayPassFlowLayer();
|
|
262583
|
+
case "网约车":
|
|
262584
|
+
this.initOnlineCarLayer();
|
|
262585
|
+
case "公路客流量":
|
|
262586
|
+
this.initIntercityHighwayPassFlowLayer();
|
|
262587
|
+
case "城际铁路客流量":
|
|
262588
|
+
this.initIntercityRailwayPassFlowLayer();
|
|
262589
|
+
case "城际船舶客流量":
|
|
262590
|
+
this.initIntercityShipPassFlowLayer();
|
|
262591
|
+
case "省际公路客流量":
|
|
262592
|
+
this.initInterProvHighwayPassFlowLayer();
|
|
262593
|
+
case "省际铁路客流量":
|
|
262594
|
+
this.initInterProvRailwayPassFlowLayer();
|
|
262595
|
+
case "省际船舶客流量":
|
|
262596
|
+
this.initInterProvShipPassFlowLayer();
|
|
262577
262597
|
default:
|
|
262578
262598
|
break;
|
|
262579
262599
|
}
|