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