@edugis-org/webmapx 0.1.1 → 0.1.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.
package/README.md CHANGED
@@ -19,7 +19,7 @@ Config-driven web map UI with adapters for MapLibre, OpenLayers, Leaflet, and Ce
19
19
 
20
20
  ```html
21
21
  <script type="module">
22
- import { WebMapX } from 'https://cdn.jsdelivr.net/npm/@edugis-org/webmapx@0.1.0/dist-lib/webmapx.js'
22
+ import { WebMapX } from 'https://cdn.jsdelivr.net/npm/@edugis-org/webmapx@latest/dist-lib/webmapx.js'
23
23
  WebMapX.mount('#map', { config: './mymap.json' })
24
24
  </script>
25
25
  ```
@@ -3,7 +3,7 @@ import { t } from "./webmapx-base-tool-Dm9NAWLD.js";
3
3
  import { i as n, n as r, o as i } from "./decorators-B35AgiCU.js";
4
4
  import { css as a, html as o, nothing as s } from "lit";
5
5
  //#region src/utils/epsg-lookup-manager.ts
6
- var c = "https://cdn.jsdelivr.net/npm/@edugis-org/webmapx@0.1.1/public", l = 6e4, u = new class {
6
+ var c = "https://cdn.jsdelivr.net/npm/@edugis-org/webmapx@0.1.2/public", l = 6e4, u = new class {
7
7
  constructor() {
8
8
  this.worker = null, this.isReady = !1, this.isInitializing = !1, this.initPromise = null, this.pendingRequests = /* @__PURE__ */ new Map(), this.requestCounter = 0, this.idleTimeout = null, this.idleTimeoutMs = l;
9
9
  }
@@ -26,7 +26,7 @@ var i = {
26
26
  "3d": () => import("./webmapx-3d-tool-D4CTD2gB.js"),
27
27
  truearea: () => import("./webmapx-truearea-tool-CMB4Orm-.js"),
28
28
  "view-mode": () => import("./webmapx-view-mode-tool-CUpLNjOj.js"),
29
- coordinates: () => import("./webmapx-coordinates-tool-CNRwc0of.js"),
29
+ coordinates: () => import("./webmapx-coordinates-tool-CffzSBMQ.js"),
30
30
  settings: () => import("./webmapx-settings-DDEJ8aoV.js"),
31
31
  "config-edit": () => import("./webmapx-config-edit-tool-DCTyxqTk.js")
32
32
  };
@@ -1281,7 +1281,7 @@ function ce(e, t) {
1281
1281
  }
1282
1282
  //#endregion
1283
1283
  //#region src/bootstrap/locale-loader.ts
1284
- var le = "https://cdn.jsdelivr.net/npm/@edugis-org/webmapx@0.1.1/src/locales";
1284
+ var le = "https://cdn.jsdelivr.net/npm/@edugis-org/webmapx@0.1.2/src/locales";
1285
1285
  async function $(e) {
1286
1286
  if (Z.hasResourceBundle(e, "webmapx")) {
1287
1287
  await Z.changeLanguage(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edugis-org/webmapx",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A modular web map UI with built-in adapters for MapLibre, OpenLayers, Leaflet, and Cesium.",
5
5
  "license": "ISC",
6
6
  "author": "Anne Blankert",