@vidro/map-handler 1.2.104 → 1.2.105

Sign up to get free protection for your applications and to get access to all the features.
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.104",
3
+ "version": "1.2.105",
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
@@ -243,7 +243,7 @@ class Communicator extends EventEmitter {
243
243
  this.com.sendMessageToMap({
244
244
  type: "removeGeometry",
245
245
  layer,
246
- _id,
246
+ id: _id,
247
247
  });
248
248
  };
249
249