@nika-js/onlymap 0.6.22 → 0.6.24
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 +11 -0
- package/README.md +1 -1
- package/dist/{LercDecode.es-Cm-Ah1Pr.js → LercDecode.es-PAUd5kUg.js} +1 -1
- package/dist/{basemap-BCZ-MbEU.js → basemap-C1PIMe6w.js} +1 -1
- package/dist/elements/om-map.d.ts +2 -0
- package/dist/{geoparquet-BaYtod1j.js → geoparquet-qnW51MKj.js} +1 -1
- package/dist/{index-Qza7MX_l.js → index-BWyoesRG.js} +1 -1
- package/dist/{index-BlUSpugF.js → index-BkNNIgpU.js} +1 -1
- package/dist/{index-GkhsIJWB.js → index-DOIREt79.js} +1 -1
- package/dist/{index-C2DPJtsQ.js → index-DnMzsDeV.js} +2 -2
- package/dist/{index-Ddn4yvyL.js → index-iV6Y0-2_.js} +4945 -4927
- package/dist/{lerc-Dt2MXtZG.js → lerc-Dha6gRi_.js} +2 -2
- package/dist/onlymap.standalone.js +8592 -8574
- package/dist/onlymapjs.js +1 -1
- package/dist/{raster-DBB0kjvs.js → raster-BQV1SPgv.js} +2 -2
- package/dist/{raster-pipeline-C9FDdaMd.js → raster-pipeline-B7G3xvHk.js} +1 -1
- package/dist/runtime-core.d.ts +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/{zarr-9LzdL7Zm.js → zarr-ctrpMZK7.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,17 @@ 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.24 — 2026-09-01
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- **The attribution badge got a brand refresh and is easier to spot.** The lower-left badge on free-plan maps now uses NIKA's colors — a dark plum pill with cream text and a gold outline — instead of grey-on-white, and reads "Built with OnlyMap by NIKA. Free for non-commercial use." The "OnlyMap" and "NIKA" wordmarks are now clickable, leading to the npm package and nikaplanet.com respectively.
|
|
15
|
+
|
|
16
|
+
## 0.6.23 — 2026-08-27
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
- **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).
|
|
20
|
+
- 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.
|
|
21
|
+
|
|
11
22
|
## 0.6.22 — 2026-08-26
|
|
12
23
|
|
|
13
24
|
### Added
|
package/README.md
CHANGED
|
@@ -316,7 +316,7 @@ It is deliberately **not** Navisworks. An axis-aligned box test over-reports any
|
|
|
316
316
|
|
|
317
317
|
## Free tier & licensing
|
|
318
318
|
|
|
319
|
-
**Non-commercial use is free with attribution** (LICENSE.md §3); commercial use requires a license. Without a license key, maps run on the **free plan**: up to **5 layers** and **25,000 rows per layer** (20 MB per data fetch), with a small "OnlyMap by NIKA. Free for non-commercial use." badge in the corner. Exceeding a limit never breaks the map. Past the **layer** cap the extra layer simply doesn't render; past the **row** cap the layer renders its first 25,000 rows (an arbitrary subset, in source order) rather than nothing, with a dismissible on-map notice saying the data is partial — so a capped map is still useful to look at without ever pretending it's complete. Either way the validation stream/error panel tells you exactly which limit, why, and how to lift it. **Limits apply only on hosted http(s) pages** — in a dev context (localhost, `file://`, or any non-web scheme) every cap lifts so you can build without friction; the attribution badge stays in all contexts. The exemption is a technical convenience, not a license grant: commercial deployment — hosted **or** shipped inside a packaged app — requires a commercial key regardless of whether the technical gates fired (LICENSE.md §3).
|
|
319
|
+
**Non-commercial use is free with attribution** (LICENSE.md §3); commercial use requires a license. Without a license key, maps run on the **free plan**: up to **5 layers** and **25,000 rows per layer** (20 MB per data fetch), with a small "Built with OnlyMap by NIKA. Free for non-commercial use." badge in the corner. Exceeding a limit never breaks the map. Past the **layer** cap the extra layer simply doesn't render; past the **row** cap the layer renders its first 25,000 rows (an arbitrary subset, in source order) rather than nothing, with a dismissible on-map notice saying the data is partial — so a capped map is still useful to look at without ever pretending it's complete. Either way the validation stream/error panel tells you exactly which limit, why, and how to lift it. **Limits apply only on hosted http(s) pages** — in a dev context (localhost, `file://`, or any non-web scheme) every cap lifts so you can build without friction; the attribution badge stays in all contexts. The exemption is a technical convenience, not a license grant: commercial deployment — hosted **or** shipped inside a packaged app — requires a commercial key regardless of whether the technical gates fired (LICENSE.md §3).
|
|
320
320
|
|
|
321
321
|
A license key lifts all limits and removes the badge:
|
|
322
322
|
|
|
@@ -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-iV6Y0-2_.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-iV6Y0-2_.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-iV6Y0-2_.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";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as E, j as S, k as R, o as N, p as h, q as w, s as O, t as W, v as x, w as I, x as B, y as _, A as P, B as k, E as $, F as z, H as v, I as F, J as C, K as U, N as p, O as M } from "./index-
|
|
2
|
-
import { P as $e, R as ze, _ as ve, Q as Ce, S as Ue, T as Me, U as je, X as De, Y as Je, Z as qe, $ as He, a0 as Ve, a1 as Ge, a2 as Ke, a3 as Qe, a4 as Xe, a5 as Ye, a6 as Ze, a7 as et, a8 as tt, a9 as nt, aa as rt, ab as at, ac as st, ad as ot } from "./index-
|
|
1
|
+
import { i as E, j as S, k as R, o as N, p as h, q as w, s as O, t as W, v as x, w as I, x as B, y as _, A as P, B as k, E as $, F as z, H as v, I as F, J as C, K as U, N as p, O as M } from "./index-iV6Y0-2_.js";
|
|
2
|
+
import { P as $e, R as ze, _ as ve, Q as Ce, S as Ue, T as Me, U as je, X as De, Y as Je, Z as qe, $ as He, a0 as Ve, a1 as Ge, a2 as Ke, a3 as Qe, a4 as Xe, a5 as Ye, a6 as Ze, a7 as et, a8 as tt, a9 as nt, aa as rt, ab as at, ac as st, ad as ot } from "./index-iV6Y0-2_.js";
|
|
3
3
|
import { g as j, i as D } from "./table-accessors-CYWTzpQI.js";
|
|
4
4
|
async function J(t, e, n = {}, r = {}) {
|
|
5
5
|
const a = E(t), s = S.getWorkerFarm(n), { source: o } = n, c = { name: a, source: o };
|