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.
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.18.10",
3
+ "version": "0.18.11",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {