egovamap 0.24.0 → 0.24.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.
@@ -1019,7 +1019,8 @@ var egovaBI = function(globeMap, gisMap, mapType){
1019
1019
  maxZoom: options.visiblitySetting.endLevel,
1020
1020
  layerId: options.layerName,
1021
1021
  comCallbak: callback,
1022
- order: options.order
1022
+ order: options.order,
1023
+ inverse: options.inverse
1023
1024
  // hLabelStyle: options.hLabelStyle, // 选中文字时效果,没用
1024
1025
  };
1025
1026
  if (options.labelSetting.labelZoomEnabled == 'show') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {