@vidro/map-handler 1.1.0-b → 1.1.1-b
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
@@ -179,7 +179,7 @@ class Communicator extends EventEmitter {
|
|
179
179
|
: null,
|
180
180
|
transparent: properties.transparent,
|
181
181
|
singletile: properties.singletile,
|
182
|
-
layerType: properties.layerType
|
182
|
+
layerType: properties.layerType,
|
183
183
|
sessionToken: this.sessionToken,
|
184
184
|
});
|
185
185
|
};
|