egovamap 0.24.9 → 0.25.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.
- package/egovamap/egovagis.js +1 -0
- package/package.json +1 -1
package/egovamap/egovagis.js
CHANGED
|
@@ -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 };
|