@vidro/map-handler 1.2.113 → 1.2.114

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidro/map-handler",
3
- "version": "1.2.113",
3
+ "version": "1.2.114",
4
4
  "description": "Tool to achieve the easiest way of communication with the map",
5
5
  "homepage": "https://github.com/Vidro-Software-SL/maphandler",
6
6
  "repository": {
package/src/index.js CHANGED
@@ -113,7 +113,7 @@ class Communicator extends EventEmitter {
113
113
  geom: geomtype,
114
114
  texts: options?.texts,
115
115
  style: options?.style,
116
- drawOnEnd: options.drawOnEnd,
116
+ drawOnEnd: options?.drawOnEnd,
117
117
  sessionToken: this.sessionToken,
118
118
  });
119
119
  };