egovamap 0.24.9 → 0.26.0

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.
@@ -914,6 +914,7 @@ var EGovaGISMap = function ($container, pScene, prefix, gisParams, mapConfig,con
914
914
  }
915
915
  graphics.push(graphic);
916
916
  }
917
+ options = options || {};
917
918
  var lineStyle = options.lineStyle || {};
918
919
  var arrowStyle = options.arrowStyle || {};
919
920
  var style = { color : [ 255, 0, 0, 150 ], width : 6 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.24.9",
3
+ "version": "0.26.0",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {