egovamap 0.17.21 → 0.17.22

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.
@@ -1839,7 +1839,7 @@ var EGovaMap = function (containerID, callback, mapConfig, mapType, mapParam, co
1839
1839
  if (scene == null)
1840
1840
  return;
1841
1841
  if (gisMap != null)
1842
- gismap.getMultiPointBuffer(this, arguments);
1842
+ gisMap.getMultiPointBuffer(this, arguments);
1843
1843
  }
1844
1844
  that.setGraphicStyle = function(id, tag, style){
1845
1845
  if (scene == null){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.17.21",
3
+ "version": "0.17.22",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {