@panoramax/web-viewer 4.0.3-develop-798f53e7 → 4.0.3-develop-a19dd3c4
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/CHANGELOG.md +1 -0
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/docs/09_Develop.md +6 -0
- package/docs/images/comparative_3drender.jpg +0 -0
- package/package.json +1 -1
- package/src/translations/eo.json +20 -1
package/docs/09_Develop.md
CHANGED
|
@@ -64,6 +64,12 @@ The semantics system for sequences, pictures and annotations make use of __taggi
|
|
|
64
64
|
|
|
65
65
|
In the viewer, they show up through icons and translated labels associated to pictures & annotations. If you want to change them, you have to edit them in Gitlab repository. Viewer automatically loads hosted files at start.
|
|
66
66
|
|
|
67
|
+
### Rendering on mobile
|
|
68
|
+
|
|
69
|
+
In order to improve performance, the 3D sphere used for projecting the picture on mobile has a lower amount of polygons, meaning a bit of distortions can appear on-screen. This is directly linked to [PSV Equirectangular adapter's resolution parameter](https://photo-sphere-viewer.js.org/guide/adapters/equirectangular.html#resolution).
|
|
70
|
+
|
|
71
|
+

|
|
72
|
+
|
|
67
73
|
## Testing
|
|
68
74
|
|
|
69
75
|
We're trying to make Panoramax as reliable and secure as possible. To ensure this, we rely heavily on code testing. A variety of testing tools is made available:
|
|
Binary file
|
package/package.json
CHANGED
package/src/translations/eo.json
CHANGED
|
@@ -199,7 +199,26 @@
|
|
|
199
199
|
"metadata_location_coordinates": "Koordinatoj (longitudo, latitudo)",
|
|
200
200
|
"metadata_location_copy": "Kopii {v}",
|
|
201
201
|
"metadata_location_copy_more": "Pli da ebloj por kopii koordinatojn",
|
|
202
|
-
"whats_panoramax": "Panoramax estas la geokomunaĵo por teritoriaj fotoj."
|
|
202
|
+
"whats_panoramax": "Panoramax estas la geokomunaĵo por teritoriaj fotoj.",
|
|
203
|
+
"semantics_features_subtitle": "{nb} asociitaj atributoj",
|
|
204
|
+
"semantics_tags_picture_none": "Ankoraŭ neniuj atributoj estas difinitaj por ĉi tiu foto.",
|
|
205
|
+
"semantics_hide_all_tags": "Maski la atributojn",
|
|
206
|
+
"semantics_key": "Ŝlosilo",
|
|
207
|
+
"semantics_value": "Valoro",
|
|
208
|
+
"semantics_show_all_tags": "Vidi ĉiujn atributojn",
|
|
209
|
+
"semantics_tags_picture": "Foto-atributoj",
|
|
210
|
+
"semantics_value_doc": "Lernu pli pri ĉi tiu atributo",
|
|
211
|
+
"semantics_qualifiers": "Kvalifikiloj",
|
|
212
|
+
"semantics_hide_annotations": "Maski bildajn komentojn",
|
|
213
|
+
"semantics_wikidata_properties": {
|
|
214
|
+
"P279": "subklaso de",
|
|
215
|
+
"P361": "parto de",
|
|
216
|
+
"P31": "instanco de"
|
|
217
|
+
},
|
|
218
|
+
"share_picture": "Foto",
|
|
219
|
+
"semantics_annotation_tooltip": "Alklaku por vidi la detalojn",
|
|
220
|
+
"semantics_show_annotations": "Montri bildajn komentojn",
|
|
221
|
+
"semantics_key_doc": "Lernu pli pri ĉi tiu ŝlosilo"
|
|
203
222
|
},
|
|
204
223
|
"maplibre": {
|
|
205
224
|
"GeolocateControl.FindMyLocation": "Trovi mian pozicion",
|