@nika-js/onlymap 0.3.0 → 0.3.2

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.
Files changed (47) hide show
  1. package/.vscode/onlymap.code-snippets +13 -0
  2. package/LICENSE.md +4 -0
  3. package/README.md +11 -6
  4. package/THIRD-PARTY-LICENSES.md +7874 -0
  5. package/dist/{Arrow.dom-7AXne1TU.js → Arrow.dom-BNjbQ9jb.js} +23 -23
  6. package/dist/LercDecode.es-BMi87Jez.js +303 -0
  7. package/dist/assets/LercDecode.es-BJb2dZu5.js +305 -0
  8. package/dist/assets/__vite-browser-external-DDArsqdc.js +29 -0
  9. package/dist/assets/lerc-wasm.wasm +0 -0
  10. package/dist/assets/lzw-BY5a_5nb.js +83 -0
  11. package/dist/assets/worker-DtIrTJB7.js +305 -0
  12. package/dist/assets/zstd-QGAv3PMm.js +383 -0
  13. package/dist/{basemap-DrK6zcu8.js → basemap-D_BgGpIa.js} +6228 -6247
  14. package/dist/{convert-arrow-schema-CvZ3cT5m.js → convert-arrow-schema-DrAihRf9.js} +31 -31
  15. package/dist/ctx.d.ts +3 -0
  16. package/dist/index-CDvm17M5.js +1446 -0
  17. package/dist/index-C_zLohC_.js +3108 -0
  18. package/dist/{index-C9tgnPNw.js → index-CaLhpYyz.js} +4 -4
  19. package/dist/{index-CsicbycJ.js → index-DYtODPDb.js} +21383 -21872
  20. package/dist/index-idvzm9MK.js +594 -0
  21. package/dist/index.d.ts +2 -0
  22. package/dist/ir.d.ts +3 -0
  23. package/dist/layer-registry.d.ts +15 -1
  24. package/dist/legend-spec.d.ts +66 -0
  25. package/dist/lerc-DgHmuuRe.js +30 -0
  26. package/dist/lerc-wasm.wasm +0 -0
  27. package/dist/lzw-BY5a_5nb.js +83 -0
  28. package/dist/mgrs-BY9bIvp4.js +799 -0
  29. package/dist/onlymap.standalone.js +133480 -0
  30. package/dist/onlymapjs.css +1 -1
  31. package/dist/onlymapjs.js +24 -23
  32. package/dist/raster-D-MVtlA7.js +8843 -0
  33. package/dist/raster.d.ts +61 -0
  34. package/dist/{recordbatch-HRu0SMKp.js → recordbatch-Bpc0uxFn.js} +200 -200
  35. package/dist/style.css +1 -0
  36. package/dist/{table-accessors-DBjWgN0C.js → table-accessors-CYWTzpQI.js} +71 -76
  37. package/dist/version.d.ts +1 -1
  38. package/dist/zstd-jXobGRcq.js +14 -0
  39. package/llms.txt +10 -3
  40. package/onlymapjs.html-data.json +23 -0
  41. package/package.json +27 -15
  42. package/skills/onlymapjs/SKILL.md +3 -1
  43. package/skills/onlymapjs/references/syntax.md +32 -4
  44. package/dist/index-CiuGqS0i.js +0 -605
  45. package/dist/index-DXoRERAy.js +0 -1457
  46. package/dist/index-Ztkd30f8.js +0 -3907
  47. package/dist/onlymapjs.umd.cjs +0 -8708
@@ -1,4 +1,4 @@
1
- import { a2 as _t, a3 as Ct } from "./index-CsicbycJ.js";
1
+ import { ac as _t, ad as Ct } from "./index-DYtODPDb.js";
2
2
  function Yt(e, r, t = 2, i, o = "xy") {
3
3
  const s = r && r.length, l = s ? r[0] * t : e.length;
4
4
  let c = Ut(e, 0, l, t, !0, i && i[0], o);
@@ -4774,7 +4774,7 @@ const $u = "4.4.3", Wu = `<?xml version="1.0" encoding="UTF-8"?>
4774
4774
  }
4775
4775
  };
4776
4776
  function qt(e, r) {
4777
- const t = new ft.DOMParser().parseFromString(e, "text/xml"), i = Bu(t), o = { ...Yu.options.gpx, ...r == null ? void 0 : r.gpx };
4777
+ const t = new ft.DOMParser().parseFromString(e, "text/xml"), i = Bu(t), o = { ...Yu.options.gpx, ...r?.gpx };
4778
4778
  switch (o.shape) {
4779
4779
  case "object-row-table":
4780
4780
  return {
@@ -4813,7 +4813,7 @@ const Ku = "4.4.3", Qu = `<?xml version="1.0" encoding="UTF-8"?>
4813
4813
  }
4814
4814
  };
4815
4815
  function Lt(e, r) {
4816
- const t = new ft.DOMParser().parseFromString(e, "text/xml"), i = ju(t), o = { ...Ju.options.kml, ...r == null ? void 0 : r.kml };
4816
+ const t = new ft.DOMParser().parseFromString(e, "text/xml"), i = ju(t), o = { ...Ju.options.kml, ...r?.kml };
4817
4817
  switch (o.shape) {
4818
4818
  case "geojson-table":
4819
4819
  return {
@@ -4856,7 +4856,7 @@ const er = "4.4.3", tr = `<?xml version="1.0" encoding="UTF-8"?>
4856
4856
  }
4857
4857
  };
4858
4858
  function Ot(e, r) {
4859
- const t = new ft.DOMParser().parseFromString(e, "text/xml"), i = Lu(t), o = { ...ur.options.tcx, ...r == null ? void 0 : r.tcx };
4859
+ const t = new ft.DOMParser().parseFromString(e, "text/xml"), i = Lu(t), o = { ...ur.options.tcx, ...r?.tcx };
4860
4860
  switch (o.shape) {
4861
4861
  case "object-row-table":
4862
4862
  return {