@maptiler/sdk 4.0.0-rc.5 → 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 +3 -4
- package/dist/maptiler-sdk.mjs.map +1 -1
- package/dist/src/Map.d.ts +22 -2
- package/dist/src/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/maptiler-sdk.mjs
CHANGED
|
@@ -8448,7 +8448,6 @@ class Fr {
|
|
|
8448
8448
|
...t,
|
|
8449
8449
|
// override any lingering control options
|
|
8450
8450
|
forceNoAttributionControl: !0,
|
|
8451
|
-
attributionControl: !1,
|
|
8452
8451
|
navigationControl: !1,
|
|
8453
8452
|
geolocateControl: !1,
|
|
8454
8453
|
maptilerLogo: !1,
|
|
@@ -10294,7 +10293,7 @@ let Gi = class Hi extends k.Map {
|
|
|
10294
10293
|
t.customAttribution ? s.customAttribution = t.customAttribution : t.attributionControl && typeof t.attributionControl == "object" && (s = {
|
|
10295
10294
|
...s,
|
|
10296
10295
|
...t.attributionControl
|
|
10297
|
-
});
|
|
10296
|
+
}), s.compact === "auto" && (s.compact = void 0);
|
|
10298
10297
|
const l = {
|
|
10299
10298
|
...t,
|
|
10300
10299
|
style: n,
|
|
@@ -11162,7 +11161,7 @@ let Gi = class Hi extends k.Map {
|
|
|
11162
11161
|
const i = () => {
|
|
11163
11162
|
this.getTerrain() && this.getSource(W.terrainSourceId) || a();
|
|
11164
11163
|
};
|
|
11165
|
-
this.once("load", () => {
|
|
11164
|
+
this.once(this.style._loaded ? "render" : "load", () => {
|
|
11166
11165
|
i();
|
|
11167
11166
|
}), this.once("moveend", () => {
|
|
11168
11167
|
i();
|
|
@@ -15177,7 +15176,7 @@ class pf {
|
|
|
15177
15176
|
}
|
|
15178
15177
|
}
|
|
15179
15178
|
function So() {
|
|
15180
|
-
return "4.0.0-rc.
|
|
15179
|
+
return "4.0.0-rc.6";
|
|
15181
15180
|
}
|
|
15182
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, {
|
|
15183
15182
|
setRTLTextPlugin: Df,
|