@panoramax/web-viewer 5.1.1-develop-5b2aad27 → 5.1.1-develop-8d144053
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/build/cjs/index.js +3 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index_photoviewer.js +2 -2
- package/build/cjs/index_photoviewer.js.map +1 -1
- package/build/esm/components/core/Basic.js +1 -1
- package/build/esm/components/core/Viewer.js +5 -1
- package/build/esm/translations/eo.json +19 -5
- package/package.json +1 -1
|
@@ -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__ = "
|
|
12
|
+
const __COMMIT_HASH__ = "8d14405";
|
|
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
|
|
|
@@ -420,7 +420,11 @@ export default class Viewer extends PhotoViewer {
|
|
|
420
420
|
const mapInitOpts = this._initParams.getMapInit();
|
|
421
421
|
if(mapInitOpts.raster) { this.mapStyleComposer._createRasterBasemap(mapInitOpts.raster); }
|
|
422
422
|
this.map = new MapMore(this, this.mapContainer, mapInitOpts);
|
|
423
|
-
|
|
423
|
+
// Do not save map in storage if loaded from iframe
|
|
424
|
+
// to avoid losing your position when visiting a third-party website
|
|
425
|
+
if(!isInIframe()) {
|
|
426
|
+
saveMapParamsToLocalStorage(this.map);
|
|
427
|
+
}
|
|
424
428
|
this.map.waitForEnoughMapLoaded().then(() => {
|
|
425
429
|
this.loader.setAttribute("value", Math.max(75, parseInt(this.loader.getAttribute("value"))));
|
|
426
430
|
});
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"contrast": "Pliigi bildkontraston",
|
|
134
134
|
"metadata_general_picid": "Foto",
|
|
135
135
|
"filter_picture": "Bilda tipo",
|
|
136
|
-
"filter_zoom_in": "Zomu en la mapo por vidi
|
|
136
|
+
"filter_zoom_in": "Zomu en la mapo por vidi",
|
|
137
137
|
"map_background": "Bazmapo",
|
|
138
138
|
"map_background_aerial": "Aera",
|
|
139
139
|
"map_background_streets": "Stratoj",
|
|
@@ -171,12 +171,12 @@
|
|
|
171
171
|
"report_details_placeholder": "Opcie, vi povas aldoni detalojn pri la problemo",
|
|
172
172
|
"report_email_placeholder": "Opcie",
|
|
173
173
|
"report_failure": "Eraro okazis dum kreo de la raporto: {e}. Bonvolu provi denove poste.",
|
|
174
|
-
"qualityscore_doc_3": "
|
|
174
|
+
"qualityscore_doc_3": "\"A\" estas la plej bona noto, \"E\" la plej malbona.",
|
|
175
175
|
"qualityscore_title": "Pri la kvalita poentaro",
|
|
176
|
-
"qualityscore_doc_1": "
|
|
176
|
+
"qualityscore_doc_1": "Kvalitan Poentaron estas kalkulita por ĉiu bildo.",
|
|
177
177
|
"qualityscore_doc_link": "Pli da detaloj pri la kalkulo de la Kvalita Poentaro estas disponeblaj en nia dokumentado",
|
|
178
178
|
"minimize_short": "Maski",
|
|
179
|
-
"qualityscore_doc_2": "La
|
|
179
|
+
"qualityscore_doc_2": "La Poentaro estas montrita kiel litero :",
|
|
180
180
|
"id": "iD",
|
|
181
181
|
"josm": "JOSM",
|
|
182
182
|
"contribute_id": "Kontribuu al OpenStreetMap kun iD-modifilo",
|
|
@@ -218,7 +218,21 @@
|
|
|
218
218
|
"share_picture": "Foto",
|
|
219
219
|
"semantics_annotation_tooltip": "Alklaku por vidi la detalojn",
|
|
220
220
|
"semantics_show_annotations": "Montri bildajn komentojn",
|
|
221
|
-
"semantics_key_doc": "Lernu pli pri ĉi tiu ŝlosilo"
|
|
221
|
+
"semantics_key_doc": "Lernu pli pri ĉi tiu ŝlosilo",
|
|
222
|
+
"filter_gps_precision": "Lokprecizeco",
|
|
223
|
+
"filter_gps_precision_lessthan": "Malpli ol {n} metroj",
|
|
224
|
+
"filter_gps_precision_between": "Inter {n1} kaj {n2} metroj",
|
|
225
|
+
"popup_details_link": "Pli da detaloj",
|
|
226
|
+
"filter_gps_precision_morethan": "Pli ol {n} metroj",
|
|
227
|
+
"panoramax": "Panoramax",
|
|
228
|
+
"error_pic_load": "La foto ne povis alŝutiĝi.\nBonvolu kontroli vian interretan konekton. Se vi estas konektita, bonvolu kontroli, ke la fotidentilo estas valida.",
|
|
229
|
+
"filter_locked": "Filtrilo malaktivigita",
|
|
230
|
+
"qualityscore_doc_4": "Ĉi tiu poentaro estas kalkulata jene:",
|
|
231
|
+
"qualityscore_doc_41": "la GPS-precizeco",
|
|
232
|
+
"qualityscore_doc_42": "la difino de la foto",
|
|
233
|
+
"qualityscore_doc_5": "Profesia ekipaĵo ricevos gradon A, 360° ago-kamerao ricevos gradon B, kaj inteligenta telefono ricevos gradon inter C kaj E.",
|
|
234
|
+
"filter_source_world": "Tuta mondo",
|
|
235
|
+
"filter_source_local": "Tiu servilo"
|
|
222
236
|
},
|
|
223
237
|
"maplibre": {
|
|
224
238
|
"GeolocateControl.FindMyLocation": "Trovi mian pozicion",
|
package/package.json
CHANGED