egovamap 0.31.9 → 0.31.11
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
|
@@ -633,7 +633,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
|
|
|
633
633
|
const layerName = queryParam.layerName;
|
|
634
634
|
const keyField = null;
|
|
635
635
|
const keyValue = null;
|
|
636
|
-
const clearMap = queryParam.clearMap
|
|
636
|
+
const clearMap = queryParam.clearMap;
|
|
637
637
|
let inStyle = queryParam.style || {
|
|
638
638
|
color: "blue",
|
|
639
639
|
};
|
|
@@ -707,6 +707,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
|
|
|
707
707
|
const geometry = null;
|
|
708
708
|
const where = queryParam.where || "1=1";
|
|
709
709
|
const opts = {
|
|
710
|
+
...queryParam.options,
|
|
710
711
|
layerId: layerName,
|
|
711
712
|
mouseOverCallback: queryParam.mouseOverCallback,
|
|
712
713
|
};
|