@nika-js/onlymap 0.6.22 → 0.6.23
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/CHANGELOG.md +6 -0
- package/dist/{LercDecode.es-Cm-Ah1Pr.js → LercDecode.es-D8gAmIiR.js} +1 -1
- package/dist/{basemap-BCZ-MbEU.js → basemap-7kviSfrp.js} +1 -1
- package/dist/elements/om-map.d.ts +2 -0
- package/dist/{geoparquet-BaYtod1j.js → geoparquet-CdNUwBZW.js} +1 -1
- package/dist/{index-BlUSpugF.js → index-CwCSSbZ_.js} +1 -1
- package/dist/{index-GkhsIJWB.js → index-CyKFtivx.js} +1 -1
- package/dist/{index-Qza7MX_l.js → index-Dl2kmfXC.js} +1 -1
- package/dist/{index-Ddn4yvyL.js → index-DncpMROY.js} +1642 -1637
- package/dist/{index-C2DPJtsQ.js → index-DuNFpOy2.js} +2 -2
- package/dist/{lerc-Dt2MXtZG.js → lerc-CGMS_bHf.js} +2 -2
- package/dist/onlymap.standalone.js +9 -4
- package/dist/onlymapjs.js +1 -1
- package/dist/{raster-DBB0kjvs.js → raster-BBShuKWm.js} +2 -2
- package/dist/{raster-pipeline-C9FDdaMd.js → raster-pipeline-GF1IWgfR.js} +1 -1
- package/dist/runtime-core.d.ts +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/{zarr-9LzdL7Zm.js → zarr-i8xFRo88.js} +2 -2
- package/docs/stories.md +2 -0
- package/package.json +1 -1
- package/skills/onlymapjs/SKILL.md +1 -1
- package/skills/onlymapjs/references/syntax.md +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ Note: npm collapsed a few closely-spaced releases — the GPX/FlatGeobuf (0.5.4)
|
|
|
8
8
|
and GeoParquet (0.5.5) work shipped to npm together as **0.5.6**, so npm's
|
|
9
9
|
version list jumps 0.5.3 → 0.5.6. Each logical version is listed here regardless.
|
|
10
10
|
|
|
11
|
+
## 0.6.23 — 2026-08-27
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- **Recorded flyby takes keep their basemap labels.** `onlymapjs record` (and paced story runs generally) captured moving frames before the basemap's place names and road labels had settled — takes came out fully labelled on the first frame and label-less the moment the camera started moving. Every paced frame now also waits for the basemap to settle, and enabling the recording switch after the map has booted now genuinely applies the zero-fade label mode it always claimed (previously that only worked when `data-om-recording` was authored in the markup).
|
|
15
|
+
- For exactly reproducible first frames, the stories guide now recommends authoring a start camera (`center`/`zoom` on `<om-map>`) — without one, the opening pose depends on when the camera is first captured.
|
|
16
|
+
|
|
11
17
|
## 0.6.22 — 2026-08-26
|
|
12
18
|
|
|
13
19
|
### Added
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ny, L as sy, M as oy, m as ay, c as ka, a as Sd, z as oc, G as sm, V as ly, W as cy, b as uy, g as hy, d as Vu, f as Ed, e as dy, l as py, u as fy, D as Qf, h as my } from "./index-
|
|
1
|
+
import { C as ny, L as sy, M as oy, m as ay, c as ka, a as Sd, z as oc, G as sm, V as ly, W as cy, b as uy, g as hy, d as Vu, f as Ed, e as dy, l as py, u as fy, D as Qf, h as my } from "./index-DncpMROY.js";
|
|
2
2
|
const Cd = Math.PI / 180, gy = 180 / Math.PI;
|
|
3
3
|
function em(Pe, J = 0) {
|
|
4
4
|
const me = Math.min(180, Pe) * Cd;
|
|
@@ -299,6 +299,8 @@ export declare class OmMapElement extends HTMLElementBase {
|
|
|
299
299
|
} | undefined;
|
|
300
300
|
/** Live Tileset3D per currently-present 3D-tiles layer — the paced-flyby driver's isLoaded() gate (same surface the warm-tiles action reads). */
|
|
301
301
|
getLiveTilesetsInternal(): Map<string, unknown>;
|
|
302
|
+
/** The basemap's event-latched settle state — the paced driver's per-frame gate consults it beside the tileset loop (remotion §5: MapLibre throttles symbol placement while the camera moves, so a gate that only watches 3D tilesets records moving takes with no labels). True when standalone/headless. */
|
|
303
|
+
basemapIdleInternal(): boolean;
|
|
302
304
|
/** Rendered viewport size — the paced driver's fly-to arc math needs real dims (undefined until the renderer has one). */
|
|
303
305
|
getViewportSizeInternal(): {
|
|
304
306
|
width: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ak as Bt, ax as Xt, ay as Yt, az as Us } from "./index-
|
|
1
|
+
import { ak as Bt, ax as Xt, ay as Yt, az as Us } from "./index-DncpMROY.js";
|
|
2
2
|
import { w as gs, t as Hs, f as Ws, m as Qs } from "./mgrs-BY9bIvp4.js";
|
|
3
3
|
import { c as Xs } from "./convert-arrow-schema-DrAihRf9.js";
|
|
4
4
|
import { y as Ys, A as bt, a as Ks, z as Vs, R as Zs } from "./recordbatch-Bpc0uxFn.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ag as Be, ah as le, ai as ce, aj as De, ak as Oe, al as ke } from "./index-
|
|
1
|
+
import { ag as Be, ah as le, ai as ce, aj as De, ak as Oe, al as ke } from "./index-DncpMROY.js";
|
|
2
2
|
import { y as ve, a as he, z as G, R as J, A as ue, C as Fe, F as je, n as xe, S as Ie, E as Ne } from "./recordbatch-Bpc0uxFn.js";
|
|
3
3
|
import { g as V, a as fe, b as Le, c as Ue, d as Me, e as qe, m as Ve } from "./table-accessors-CYWTzpQI.js";
|
|
4
4
|
import { c as $e } from "./convert-arrow-schema-DrAihRf9.js";
|