@maptiler/geocoding-control 2.1.3-rc1 → 2.1.3-rc2
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/leaflet.js +2 -2
- package/leaflet.js.map +1 -1
- package/leaflet.umd.js +1 -1
- package/leaflet.umd.js.map +1 -1
- package/maplibregl.js +2 -2
- package/maplibregl.js.map +1 -1
- package/maplibregl.umd.js +1 -1
- package/maplibregl.umd.js.map +1 -1
- package/maptilersdk.js +3 -3
- package/maptilersdk.js.map +1 -1
- package/maptilersdk.umd.js +1 -1
- package/maptilersdk.umd.js.map +1 -1
- package/openlayers.js +2 -2
- package/openlayers.js.map +1 -1
- package/openlayers.umd.js +1 -1
- package/openlayers.umd.js.map +1 -1
- package/package.json +1 -1
- package/react.js +2 -2
- package/react.js.map +1 -1
- package/react.umd.js +1 -1
- package/react.umd.js.map +1 -1
- package/svelte/FeatureItem.svelte +1 -1
- package/svelte/GeocodingControl.svelte +1 -1
- package/svelte/info.json +1 -1
- package/vanilla.js +2 -2
- package/vanilla.js.map +1 -1
- package/vanilla.umd.js +1 -1
- package/vanilla.umd.js.map +1 -1
package/openlayers.js
CHANGED
|
@@ -960,7 +960,7 @@ function Dr(i, e, t) {
|
|
|
960
960
|
const S = mn();
|
|
961
961
|
let M, k, N, C;
|
|
962
962
|
function O() {
|
|
963
|
-
Rt ?? (Rt = fetch(`${v}
|
|
963
|
+
Rt ?? (Rt = fetch(`${v}sprite${fi}.json`).then((s) => s.json()).then((s) => {
|
|
964
964
|
Oe = s;
|
|
965
965
|
}).catch(() => {
|
|
966
966
|
Oe = null;
|
|
@@ -2248,7 +2248,7 @@ function hs(i, e, t) {
|
|
|
2248
2248
|
const et = [];
|
|
2249
2249
|
let { reverseGeocodingTypes: Ve = et } = e, { exhaustiveReverseGeocoding: tt = !1 } = e, { excludeTypes: be = !1 } = e;
|
|
2250
2250
|
const He = void 0;
|
|
2251
|
-
let { reverseGeocodingExcludeTypes: ge = He } = e, { zoom: ue = g } = e, { apiUrl: $ = "https://api.maptiler.com/geocoding" } = e, { fetchParameters: Zt = {} } = e, { iconsBaseUrl: vi = "https://cdn.maptiler.com/maptiler-geocoding-control/v2.1.3-
|
|
2251
|
+
let { reverseGeocodingExcludeTypes: ge = He } = e, { zoom: ue = g } = e, { apiUrl: $ = "https://api.maptiler.com/geocoding" } = e, { fetchParameters: Zt = {} } = e, { iconsBaseUrl: vi = "https://cdn.maptiler.com/maptiler-geocoding-control/v2.1.3-rc2/icons/" } = e, { adjustUrlQuery: Kt = () => {
|
|
2252
2252
|
} } = e, { adjustUrl: Yt = () => {
|
|
2253
2253
|
} } = e;
|
|
2254
2254
|
function Mn(L) {
|