@panoramax/web-viewer 5.0.0-develop-a52cb723 → 5.0.0-develop-9fd9abe9

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.
@@ -9,7 +9,7 @@ import BasicStyles from "./Basic.css" with { type: "css" };
9
9
  document.adoptedStyleSheets.push(AtkinsonStyles);
10
10
  document.adoptedStyleSheets.push(BasicStyles);
11
11
 
12
- const __COMMIT_HASH__ = "a52cb72";
12
+ const __COMMIT_HASH__ = "9fd9abe";
13
13
  const __PACKAGE_VERSION__ = "5.0.0";
14
14
  const __PACKAGE_ISSUES_URL__ = "https://gitlab.com/panoramax/clients/web-viewer/-/work_items";
15
15
 
@@ -287,7 +287,9 @@
287
287
  "filter_source_local": "Dieser Server",
288
288
  "filter_locked": "Filter deaktiviert",
289
289
  "map_background_more": "Weitere Hintergründe...",
290
- "map_background_default": "Standard"
290
+ "map_background_default": "Standard",
291
+ "semantics_draw_unfinished_annotation": "Der gezeichnete Bereich ist noch nicht fertig. Vergewissere dich vor dem Speichern, dass der Bereich richtig positioniert ist.",
292
+ "semantics_draw_invalid_annotation": "Der gezeichnete Bereich reicht über den Bildrand hinaus. Bitte achte darauf, innerhalb des sichtbaren Bildbereichs zu zeichnen."
291
293
  },
292
294
  "psv": {
293
295
  "twoFingers": "Nutze zwei Finger zum Navigieren",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "5.0.0-develop-a52cb723",
3
+ "version": "5.0.0-develop-9fd9abe9",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/esm/index.js",