@maptiler/sdk 4.0.0-rc.4 → 4.0.0-rc.6
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
|
@@ -11161,7 +11161,7 @@ let Gi = class Hi extends k.Map {
|
|
|
11161
11161
|
const i = () => {
|
|
11162
11162
|
this.getTerrain() && this.getSource(W.terrainSourceId) || a();
|
|
11163
11163
|
};
|
|
11164
|
-
this.once("load", () => {
|
|
11164
|
+
this.once(this.style._loaded ? "render" : "load", () => {
|
|
11165
11165
|
i();
|
|
11166
11166
|
}), this.once("moveend", () => {
|
|
11167
11167
|
i();
|
|
@@ -15176,7 +15176,7 @@ class pf {
|
|
|
15176
15176
|
}
|
|
15177
15177
|
}
|
|
15178
15178
|
function So() {
|
|
15179
|
-
return "4.0.0-rc.
|
|
15179
|
+
return "4.0.0-rc.6";
|
|
15180
15180
|
}
|
|
15181
15181
|
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, {
|
|
15182
15182
|
setRTLTextPlugin: Df,
|