@maptiler/sdk 4.0.0-rc.3 → 4.0.0-rc.5
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/maptiler-sdk.mjs
CHANGED
|
@@ -409,9 +409,9 @@ function Zn(r, e) {
|
|
|
409
409
|
};
|
|
410
410
|
}
|
|
411
411
|
function Xn(r) {
|
|
412
|
-
return (e, t) => {
|
|
412
|
+
return async (e, t) => {
|
|
413
413
|
if (r != null) {
|
|
414
|
-
const n = r(e, t), a = Zn((n == null ? void 0 : n.url) ?? "", t);
|
|
414
|
+
const n = await r(e, t), a = Zn((n == null ? void 0 : n.url) ?? "", t);
|
|
415
415
|
return {
|
|
416
416
|
...n,
|
|
417
417
|
...a
|
|
@@ -15177,7 +15177,7 @@ class pf {
|
|
|
15177
15177
|
}
|
|
15178
15178
|
}
|
|
15179
15179
|
function So() {
|
|
15180
|
-
return "4.0.0-rc.
|
|
15180
|
+
return "4.0.0-rc.5";
|
|
15181
15181
|
}
|
|
15182
15182
|
const ff = k.Map, df = k.Marker, hf = k.Popup, mf = k.Style, yf = k.CanvasSource, gf = k.GeoJSONSource, vf = k.ImageSource, bf = k.RasterTileSource, wf = k.RasterDEMTileSource, Sf = k.VectorTileSource, xf = k.VideoSource, kf = k.NavigationControl, Ef = k.GeolocateControl, Lf = k.AttributionControl, Cf = k.LogoControl, Af = k.ScaleControl, Tf = k.FullscreenControl, If = k.TerrainControl, _f = k.BoxZoomHandler, Mf = k.ScrollZoomHandler, Pf = k.CooperativeGesturesHandler, Rf = k.KeyboardHandler, Of = k.TwoFingersTouchPitchHandler, zf = k.MapWheelEvent, Ff = k.MapTouchEvent, $f = k.MapMouseEvent, Nf = k.config, jf = k.getVersion, {
|
|
15183
15183
|
setRTLTextPlugin: Df,
|