@maptiler/geocoding-control 0.0.53 → 0.0.55
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/LICENSE +29 -0
- package/README.md +1 -1
- package/dist/leaflet.js +2 -2
- package/dist/leaflet.umd.js +1 -1
- package/dist/maplibregl.js +2 -2
- package/dist/maplibregl.umd.js +1 -1
- package/package.json +1 -1
- package/src/lib/GeocodingControl.svelte +0 -2
package/dist/maplibregl.js
CHANGED
|
@@ -714,7 +714,7 @@ function Bl(r, t, e) {
|
|
|
714
714
|
Ks = Fr, Ar == null || Ar.abort(), e(17, Ar = new AbortController());
|
|
715
715
|
let ve;
|
|
716
716
|
try {
|
|
717
|
-
|
|
717
|
+
ve = await fetch(Fr, { signal: Ar.signal }).finally(() => {
|
|
718
718
|
e(17, Ar = void 0);
|
|
719
719
|
});
|
|
720
720
|
} catch (Br) {
|
|
@@ -785,7 +785,7 @@ function Bl(r, t, e) {
|
|
|
785
785
|
O && Yu(x.coordinates);
|
|
786
786
|
break;
|
|
787
787
|
case "proximityChange":
|
|
788
|
-
|
|
788
|
+
e(22, g = v ? x.proximity : void 0);
|
|
789
789
|
break;
|
|
790
790
|
case "markerClick":
|
|
791
791
|
{
|