RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@vidro/map-handler
Versions diffs
1.2.114 → 1.2.115
@vidro/map-handler 1.2.114 → 1.2.115
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/index.js
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@vidro/map-handler",
3
-
"version": "1.2.
114
",
3
+
"version": "1.2.
115
",
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
Viewed
@@ -108,6 +108,7 @@ class Communicator extends EventEmitter {
108
108
};
109
109
110
110
AddGeom = (geomtype, options) => {
111
+
console.log("debug", options);
111
112
this.com.sendMessageToMap({
112
113
type: "AddGeom",
113
114
geom: geomtype,