egovamap 0.18.10 → 0.18.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/egovamap.js +1 -1
- package/package.json +1 -1
package/egovamap/egovamap.js
CHANGED
|
@@ -1350,7 +1350,7 @@ var EGovaMap = function (containerID, callback, mapConfig, mapType, mapParam, co
|
|
|
1350
1350
|
var filterNullGeometry = options.filterNullGeometry;//by cp,2020-08-12,空geometry的过滤
|
|
1351
1351
|
var queryWhere = where;
|
|
1352
1352
|
if(keyvalueWhere != ''){
|
|
1353
|
-
queryWhere = where + " AND " + keyvalueWhere
|
|
1353
|
+
queryWhere = where + " AND " + keyvalueWhere;
|
|
1354
1354
|
}
|
|
1355
1355
|
var queryParam = {
|
|
1356
1356
|
layerID: layerID,
|