@edugis-org/webmapx 0.1.6 → 0.1.7

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.
@@ -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.6/public", l = 6e4, u = new class {
6
+ var c = "https://cdn.jsdelivr.net/npm/@edugis-org/webmapx@0.1.7/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-B3cuq_hG.js"),
29
+ coordinates: () => import("./webmapx-coordinates-tool-GMfztOzE.js"),
30
30
  settings: () => import("./webmapx-settings-DDEJ8aoV.js"),
31
31
  "config-edit": () => import("./webmapx-config-edit-tool-BgcSkmmg.js")
32
32
  };
@@ -1298,7 +1298,7 @@ function ve(e, t) {
1298
1298
  }
1299
1299
  //#endregion
1300
1300
  //#region src/bootstrap/locale-loader.ts
1301
- var ye = "https://cdn.jsdelivr.net/npm/@edugis-org/webmapx@0.1.6/src/locales";
1301
+ var ye = "https://cdn.jsdelivr.net/npm/@edugis-org/webmapx@0.1.7/src/locales";
1302
1302
  async function W(e) {
1303
1303
  if (H.hasResourceBundle(e, "webmapx")) {
1304
1304
  await H.changeLanguage(e);
@@ -2540,6 +2540,7 @@ var Ke = {
2540
2540
  function qe(e) {
2541
2541
  return { mainToolbar: {
2542
2542
  type: "toolbar",
2543
+ enabled: !0,
2543
2544
  position: "top-left",
2544
2545
  items: e.map((e) => ({ tool: e }))
2545
2546
  } };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edugis-org/webmapx",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
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",