gis-map-universal 0.2.7 → 0.2.8
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.
- package/demo.html +8 -0
- package/gismap.common.js +471476 -0
- package/gismap.umd.js +1 -1
- package/gismap.umd.min.js +186 -0
- package/package.json +1 -1
package/gismap.umd.js
CHANGED
|
@@ -457332,7 +457332,7 @@ var LatlonPick_component = normalizeComponent(
|
|
|
457332
457332
|
duration: 250,
|
|
457333
457333
|
},
|
|
457334
457334
|
});
|
|
457335
|
-
this.map.addOverlay(this.overlayPopup);
|
|
457335
|
+
// this.map.addOverlay(this.overlayPopup);
|
|
457336
457336
|
this.map.on("click", (e) => {
|
|
457337
457337
|
e.preventDefault();
|
|
457338
457338
|
this.map.getView().animate({
|