egovamap 0.28.6 → 0.28.7

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.
@@ -1147,7 +1147,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
1147
1147
  comCallbak: callback,
1148
1148
  order: options.order,
1149
1149
  inverse: options.inverse,
1150
- // hLabelStyle: options.hLabelStyle, // 选中文字时效果,没用
1150
+ ...options.option, // option的其他参数
1151
1151
  };
1152
1152
  if (options.labelSetting.labelZoomEnabled == "show") {
1153
1153
  lfcOpt.labelMinZoom = options.labelSetting.labelMinZoom;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.28.6",
3
+ "version": "0.28.7",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {