gis-map-universal 1.0.8 → 1.0.9
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 +4 -0
- package/package.json +1 -1
package/gismap.umd.js
CHANGED
|
@@ -265998,6 +265998,10 @@ var scratch = __webpack_require__("c1ec");
|
|
|
265998
265998
|
case "气象云图":
|
|
265999
265999
|
this.initMeteorologicalCloudLayers();
|
|
266000
266000
|
break;
|
|
266001
|
+
case "台风":
|
|
266002
|
+
this.isTyphoonShow = true;
|
|
266003
|
+
this.initTyphoonLayer('25_na038');
|
|
266004
|
+
break;
|
|
266001
266005
|
case "公路建设":
|
|
266002
266006
|
// this.initHighwayConstructionLayer(0);
|
|
266003
266007
|
break;
|