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.
Files changed (2) hide show
  1. package/gismap.umd.js +4 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gis-map-universal",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "GIS通用组件",
5
5
  "main": "gismap.umd.js",
6
6
  "private": false,