@maptiler/geocoding-control 0.0.53 → 0.0.54
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/leaflet.js
CHANGED
|
@@ -715,7 +715,7 @@ function Bl(r, t, e) {
|
|
|
715
715
|
Qs = Br, Fr == null || Fr.abort(), e(17, Fr = new AbortController());
|
|
716
716
|
let ve;
|
|
717
717
|
try {
|
|
718
|
-
|
|
718
|
+
ve = await fetch(Br, { signal: Fr.signal }).finally(() => {
|
|
719
719
|
e(17, Fr = void 0);
|
|
720
720
|
});
|
|
721
721
|
} catch (Gr) {
|
|
@@ -786,7 +786,7 @@ function Bl(r, t, e) {
|
|
|
786
786
|
O && Yu(N.coordinates);
|
|
787
787
|
break;
|
|
788
788
|
case "proximityChange":
|
|
789
|
-
|
|
789
|
+
e(22, g = m ? N.proximity : void 0);
|
|
790
790
|
break;
|
|
791
791
|
case "markerClick":
|
|
792
792
|
{
|