@panoramax/web-viewer 5.1.1-develop-94fe1cb3 → 5.1.1-develop-c88ffe69

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__ = "94fe1cb";
12
+ const __COMMIT_HASH__ = "c88ffe6";
13
13
  const __PACKAGE_VERSION__ = "5.1.1";
14
14
  const __PACKAGE_ISSUES_URL__ = "https://gitlab.com/panoramax/clients/web-viewer/-/work_items";
15
15
 
@@ -266,7 +266,7 @@
266
266
  "blur_missing": "A person's face or car license plate is visible",
267
267
  "blur_excess": "An unnecessary blur was applied to an object",
268
268
  "inappropriate": "Picture is inappropriate (unrelated, nudity…)",
269
- "privacy": "A private path or property is visible",
269
+ "privacy": "Picture was taken from a private path or property",
270
270
  "picture_low_quality": "Image is low quality",
271
271
  "mislocated": "Picture is poorly positioned on map",
272
272
  "copyright": "Picture infringes copyright",
@@ -266,7 +266,7 @@
266
266
  "blur_missing": "Un visage ou une plaque d'immatriculation est visible",
267
267
  "blur_excess": "Un objet a été sur-flouté",
268
268
  "inappropriate": "L'image est inappropriée (non pertinente, nudité…)",
269
- "privacy": "Un chemin privé ou une propriété privée est visible",
269
+ "privacy": "L'image a été prise depuis une voie ou une propriété privée",
270
270
  "picture_low_quality": "L'image est de mauvaise qualité",
271
271
  "mislocated": "L'image est mal géolocalisée",
272
272
  "copyright": "L'image enfreint les droits d'auteur",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "5.1.1-develop-94fe1cb3",
3
+ "version": "5.1.1-develop-c88ffe69",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/esm/index.js",