@nika-js/onlymap 0.5.12 → 0.6.0
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 +5 -0
- package/LICENSE.md +2 -0
- package/README.md +1 -1
- package/dist/{LercDecode.es-C97NsRLr.js → LercDecode.es-fbo6h5rt.js} +1 -1
- package/dist/{basemap-kc0aQNqr.js → basemap-CprSan9q.js} +1 -1
- package/dist/{geoparquet-Dn1BypCS.js → geoparquet-Bm8pfxyo.js} +1 -1
- package/dist/{index-aBiHCzy-.js → index-Bz-rbmhj.js} +5178 -5162
- package/dist/{index-DA_aop8u.js → index-CCQttJzO.js} +2 -2
- package/dist/{index-BcG3m2rF.js → index-DSRIZR81.js} +1 -1
- package/dist/{index-BoUIm-jd.js → index-GOwMjqm6.js} +1 -1
- package/dist/{index-Dc-ZLLo8.js → index-UzmNhuS0.js} +1 -1
- package/dist/{lerc-74-SNPeU.js → lerc-CuifOkoA.js} +2 -2
- package/dist/license.d.ts +29 -5
- package/dist/onlymap.standalone.js +9592 -9576
- package/dist/onlymapjs.js +1 -1
- package/dist/{raster-VyHCbPXy.js → raster-dysYIQ_k.js} +2 -2
- package/dist/{raster-pipeline-CGQTOUjw.js → raster-pipeline-ZdCOGfqV.js} +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/{zarr-DddHNVim.js → zarr-OewK7k2K.js} +2 -2
- package/docs/3d-assets.md +3 -3
- package/docs/live-data.md +2 -2
- package/docs/stories.md +1 -1
- package/llms.txt +1 -1
- package/package.json +5 -2
- package/skills/onlymapjs/SKILL.md +1 -1
- package/skills/onlymapjs/references/syntax.md +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,11 @@ 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.0 — unreleased
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- **Licensing gate reworked: free-tier caps apply only on hosted http(s) pages.** In a dev context — localhost/loopback, `file://`, any non-web scheme, or headless — every cap (5 layers / 25k rows / 20 MB) lifts entirely. The attribution badge stays in all contexts. The exemption is a technical convenience, not a license grant: commercial deployment (hosted or packaged) still requires a commercial key — enforcement for shipped apps is legal, not technical (LICENSE.md §3).
|
|
15
|
+
|
|
11
16
|
## 0.5.12 — 2026-08-05
|
|
12
17
|
|
|
13
18
|
### Added
|
package/LICENSE.md
CHANGED
|
@@ -35,6 +35,8 @@ The Software is commercial proprietary software.
|
|
|
35
35
|
|
|
36
36
|
**Commercial use.** Any use other than Non-Commercial Use requires a purchased and maintained valid commercial license from Licensor, unless Licensor has granted Licensee a separate written license.
|
|
37
37
|
|
|
38
|
+
**Technical limits are a convenience, not the grant.** The Software may enforce technical limits in some execution contexts and not others (for example, limits may be inactive during local development, when loaded from local files, or inside application shells). The presence, absence, or failure of any technical limit does not grant, extend, or modify any license right. In particular, distributing the Software inside a packaged or installable application (desktop, mobile, or otherwise), or any other Commercial use, requires a valid commercial license under this Section 3 regardless of whether technical limits were active.
|
|
39
|
+
|
|
38
40
|
Access to an npm package, repository, package tarball, source archive, or build artifact does not by itself grant any rights beyond the rights expressly granted in this Agreement.
|
|
39
41
|
|
|
40
42
|
If an Order Form states usage limits, seat limits, application limits, domain limits, revenue limits, territory limits, term dates, or other license scope terms, Licensee must comply with those terms. If there is a conflict between this Agreement and an Order Form, the Order Form controls only for that conflict.
|
package/README.md
CHANGED
|
@@ -281,7 +281,7 @@ Plus `OmMap.snapshotIR(html)` to lock down what a manifest *means* in a snapshot
|
|
|
281
281
|
|
|
282
282
|
## Free tier & licensing
|
|
283
283
|
|
|
284
|
-
**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
|
|
284
|
+
**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).
|
|
285
285
|
|
|
286
286
|
A license key lifts all limits and removes the badge:
|
|
287
287
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ny, L as sy, M as oy, m as ay, c as ka, z as oc, a as Sd, 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, z as oc, a as Sd, 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-Bz-rbmhj.js";
|
|
2
2
|
const Cd = Math.PI / 180, gy = 180 / Math.PI;
|
|
3
3
|
function em(Pe, Q = 0) {
|
|
4
4
|
const me = Math.min(180, Pe) * Cd;
|