@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maptiler/geocoding-control",
|
|
3
|
-
"version": "2.1.3-
|
|
3
|
+
"version": "2.1.3-rc2",
|
|
4
4
|
"description": "The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
package/react.js
CHANGED
|
@@ -945,7 +945,7 @@ function _n(i, e, t) {
|
|
|
945
945
|
const h = si();
|
|
946
946
|
let v, y, E, R;
|
|
947
947
|
function T() {
|
|
948
|
-
xe ?? (xe = fetch(`${f}
|
|
948
|
+
xe ?? (xe = fetch(`${f}sprite${Et}.json`).then((g) => g.json()).then((g) => {
|
|
949
949
|
oe = g;
|
|
950
950
|
}).catch(() => {
|
|
951
951
|
oe = null;
|
|
@@ -2233,7 +2233,7 @@ function qn(i, e, t) {
|
|
|
2233
2233
|
const kt = [];
|
|
2234
2234
|
let { reverseGeocodingTypes: Qe = kt } = e, { exhaustiveReverseGeocoding: ot = !1 } = e, { excludeTypes: st = !1 } = e;
|
|
2235
2235
|
const Nt = void 0;
|
|
2236
|
-
let { reverseGeocodingExcludeTypes: Ke = Nt } = e, { zoom: Ve = d } = e, { apiUrl: at = "https://api.maptiler.com/geocoding" } = e, { fetchParameters: lt = {} } = e, { iconsBaseUrl: Mt = "https://cdn.maptiler.com/maptiler-geocoding-control/v2.1.3-
|
|
2236
|
+
let { reverseGeocodingExcludeTypes: Ke = Nt } = e, { zoom: Ve = d } = e, { apiUrl: at = "https://api.maptiler.com/geocoding" } = e, { fetchParameters: lt = {} } = e, { iconsBaseUrl: Mt = "https://cdn.maptiler.com/maptiler-geocoding-control/v2.1.3-rc2/icons/" } = e, { adjustUrlQuery: ut = () => {
|
|
2237
2237
|
} } = e, { adjustUrl: ct = () => {
|
|
2238
2238
|
} } = e;
|
|
2239
2239
|
function di(s) {
|