gis-map-universal 1.3.0 → 1.3.1
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 +5 -1
- package/package.json +1 -1
package/gismap.umd.js
CHANGED
|
@@ -261084,7 +261084,7 @@ function getTransportationPassengerList() {
|
|
|
261084
261084
|
function getTransportationFreightList() {
|
|
261085
261085
|
return requestEvent({
|
|
261086
261086
|
url: '/business/traffic-transportation/monthly-city-road-freight',
|
|
261087
|
-
method: "
|
|
261087
|
+
method: "get"
|
|
261088
261088
|
});
|
|
261089
261089
|
}
|
|
261090
261090
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/gisMapTianditu/src/component/trafficEventLayers/EmergencyLayer.vue?vue&type=script&lang=js
|
|
@@ -266345,6 +266345,10 @@ var scratch = __webpack_require__("c1ec");
|
|
|
266345
266345
|
break;
|
|
266346
266346
|
case "特大货车":
|
|
266347
266347
|
this.initLargeTruckLayer();
|
|
266348
|
+
case "公路客运(2025年)":
|
|
266349
|
+
this.initHighwayCapacityLayer();
|
|
266350
|
+
case "公路货运(2025年)":
|
|
266351
|
+
this.initHighwayFreightLayer();
|
|
266348
266352
|
break;
|
|
266349
266353
|
default:
|
|
266350
266354
|
break;
|