@maptiler/sdk 3.10.0-rc.2 → 3.10.1-rc.1
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 +12 -3
- package/dist/maptiler-sdk.mjs.map +1 -1
- package/package.json +3 -3
package/dist/maptiler-sdk.mjs
CHANGED
|
@@ -10000,8 +10000,17 @@ function Aa(r) {
|
|
|
10000
10000
|
return typeof r.scale != "number" && e.push("Halo `scale` property is not a number."), (!r.stops || r.stops.length === 0) && e.push("Halo `stops` property is not an array."), (t = r.stops) != null && t.some((n) => typeof n[0] != "number" || typeof n[1] != "string") && e.push("Halo `stops` property is not an array of [number, string]"), e;
|
|
10001
10001
|
}
|
|
10002
10002
|
function rc() {
|
|
10003
|
-
const r = "color: #3A1888; background: white; padding: 5px 0; font-weight: bold;", e = "color: #FBC935; background: white; padding: 5px
|
|
10004
|
-
console.info(
|
|
10003
|
+
const r = "color: #3A1888; background: white; padding: 5px 0; font-weight: bold;", e = "color: #FBC935; background: white; padding: 5px; font-weight: bold;", t = "color: #F1175D; background: white; padding: 5px 0; font-weight: bold;";
|
|
10004
|
+
console.info(
|
|
10005
|
+
`%c❖%c❖%c❖ %cMapTiler SDK JS v${oi()} %c❖%c❖%c❖`,
|
|
10006
|
+
e + "padding-right: 0;",
|
|
10007
|
+
r,
|
|
10008
|
+
t,
|
|
10009
|
+
"color: #333; background: white; padding: 5px 0; font-weight: bold;",
|
|
10010
|
+
t,
|
|
10011
|
+
r,
|
|
10012
|
+
e + "padding-left: 0;"
|
|
10013
|
+
);
|
|
10005
10014
|
}
|
|
10006
10015
|
const nc = {
|
|
10007
10016
|
POINT: "POINT",
|
|
@@ -14043,7 +14052,7 @@ const vp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
14043
14052
|
takeScreenshot: Oc
|
|
14044
14053
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
14045
14054
|
function oi() {
|
|
14046
|
-
return "3.10.
|
|
14055
|
+
return "3.10.1-rc.1";
|
|
14047
14056
|
}
|
|
14048
14057
|
const bp = L.Map, wp = L.Marker, Sp = L.Popup, xp = L.Style, kp = L.CanvasSource, Lp = L.GeoJSONSource, Cp = L.ImageSource, Ep = L.RasterTileSource, Ap = L.RasterDEMTileSource, Tp = L.VectorTileSource, _p = L.VideoSource, Ip = L.NavigationControl, Mp = L.GeolocateControl, Pp = L.AttributionControl, Rp = L.LogoControl, zp = L.ScaleControl, Op = L.FullscreenControl, Fp = L.TerrainControl, $p = L.BoxZoomHandler, Np = L.ScrollZoomHandler, jp = L.CooperativeGesturesHandler, Dp = L.KeyboardHandler, Up = L.TwoFingersTouchPitchHandler, Bp = L.MapWheelEvent, qp = L.MapTouchEvent, Vp = L.MapMouseEvent, Gp = L.config, Hp = L.getVersion, {
|
|
14049
14058
|
setRTLTextPlugin: Zp,
|