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.
- package/egovamap/egovaBI.js +2 -1
- package/package.json +1 -1
package/egovamap/egovaBI.js
CHANGED
|
@@ -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') {
|