maplibre-gl-geo-editor 0.3.0 → 0.3.2
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/dist/{geo-editor-CYjgQaA9.js → geo-editor-Brzafmnh.js} +2 -1
- package/dist/{geo-editor-CYjgQaA9.js.map → geo-editor-Brzafmnh.js.map} +1 -1
- package/dist/{geo-editor-BuiaF8-T.cjs → geo-editor-CLcapXe7.cjs} +2 -1
- package/dist/{geo-editor-BuiaF8-T.cjs.map → geo-editor-CLcapXe7.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.mjs +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/react.d.ts +4 -4
- package/package.json +1 -1
|
@@ -17754,6 +17754,7 @@ class GeoEditor {
|
|
|
17754
17754
|
/**
|
|
17755
17755
|
* Set the Geoman instance for integration
|
|
17756
17756
|
*/
|
|
17757
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
17757
17758
|
setGeoman(geoman) {
|
|
17758
17759
|
this.geoman = geoman;
|
|
17759
17760
|
this.setupGeomanEvents();
|
|
@@ -19895,4 +19896,4 @@ export {
|
|
|
19895
19896
|
createLine as y,
|
|
19896
19897
|
createPoint as z
|
|
19897
19898
|
};
|
|
19898
|
-
//# sourceMappingURL=geo-editor-
|
|
19899
|
+
//# sourceMappingURL=geo-editor-Brzafmnh.js.map
|