maplibre-gl-geo-editor 0.3.1 → 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 +1 -1
- package/dist/types/react.d.ts +2 -2
- package/package.json +1 -1
|
@@ -17755,6 +17755,7 @@ class GeoEditor {
|
|
|
17755
17755
|
/**
|
|
17756
17756
|
* Set the Geoman instance for integration
|
|
17757
17757
|
*/
|
|
17758
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
17758
17759
|
setGeoman(geoman) {
|
|
17759
17760
|
this.geoman = geoman;
|
|
17760
17761
|
this.setupGeomanEvents();
|
|
@@ -19894,4 +19895,4 @@ exports.safeUnion = safeUnion;
|
|
|
19894
19895
|
exports.selectFeaturesWithinLasso = selectFeaturesWithinLasso;
|
|
19895
19896
|
exports.toSelectedFeatures = toSelectedFeatures;
|
|
19896
19897
|
exports.toggleInSelection = toggleInSelection;
|
|
19897
|
-
//# sourceMappingURL=geo-editor-
|
|
19898
|
+
//# sourceMappingURL=geo-editor-CLcapXe7.cjs.map
|