egovamap 0.35.47 → 0.35.48

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.
@@ -737,7 +737,7 @@ var EGovaGISMap = function (
737
737
  layerTag,
738
738
  cb
739
739
  );
740
- if (options.animatedLinesEnable) {
740
+ if (options && options.animatedLinesEnable) {
741
741
  for (var i = 0; i < geometries.length; i++) {
742
742
  if (geometries[i].geometry == undefined && geometries[i].paths) {
743
743
  geometries[i].geometry = {type: "polyline", paths: geometries[i].paths}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.47",
3
+ "version": "0.35.48",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {