@panoramax/web-viewer 4.0.2-develop-0a728dda β 4.0.2-develop-9ec3afb6
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/docs/09_Develop.md
CHANGED
|
@@ -58,6 +58,12 @@ This means that, when developing, if you want to check if your attributes are we
|
|
|
58
58
|
|
|
59
59
|
All third-party services URL (like geocoding API, OSM iD editor) are grouped into a dedicated `src/utils/services.js` file. You can easily change them to deploy a custom version of the viewer.
|
|
60
60
|
|
|
61
|
+
### Presets for semantics
|
|
62
|
+
|
|
63
|
+
The semantics system for sequences, pictures and annotations make use of __tagging presets__. These are JSON files hosted at [presets.panoramax.fr](https://presets.panoramax.fr/), they have their [dedicated Gitlab repository](https://gitlab.com/panoramax/server/tagging-presets).
|
|
64
|
+
|
|
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
|
+
|
|
61
67
|
## Testing
|
|
62
68
|
|
|
63
69
|
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:
|
package/package.json
CHANGED
|
@@ -58,6 +58,7 @@ export default class AnnotationsList extends LitElement {
|
|
|
58
58
|
_onPicChange() {
|
|
59
59
|
this._meta = this._parent?.psv?.getPictureMetadata();
|
|
60
60
|
delete this._prevPsvView;
|
|
61
|
+
this._selectedAnnotation = null;
|
|
61
62
|
|
|
62
63
|
// Load presets for annotations
|
|
63
64
|
if(this._meta && this._parent?.presetsManager) {
|
package/src/translations/nl.json
CHANGED
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
"ποΈ 3D-rendering",
|
|
16
16
|
"π· 360Β° afbeelden initialiseren",
|
|
17
17
|
"π Kleur balancering",
|
|
18
|
-
"π― Bereken kwaliteits-score Β©"
|
|
18
|
+
"π― Bereken kwaliteits-score Β©",
|
|
19
|
+
"π‘ Updates downloaden",
|
|
20
|
+
"π Kaarttegels ophalen",
|
|
21
|
+
"πΈ Schaduwen verwerken"
|
|
19
22
|
],
|
|
20
23
|
"share_embed_docs": "Lees meer over embedded instellingen",
|
|
21
24
|
"sequence_pause": "Pauzeer sequentie",
|
|
@@ -39,7 +42,7 @@
|
|
|
39
42
|
"search_address": "Zoek een adres, stadβ¦",
|
|
40
43
|
"share": "Deel",
|
|
41
44
|
"share_links": "Links",
|
|
42
|
-
"share_page": "Link naar deze
|
|
45
|
+
"share_page": "Link naar deze foto",
|
|
43
46
|
"share_image": "HD afbeelding",
|
|
44
47
|
"share_embed": "Embedden op uw website",
|
|
45
48
|
"share_print": "Afdrukken",
|
|
@@ -72,7 +75,11 @@
|
|
|
72
75
|
"π₯ Personas opslaan",
|
|
73
76
|
"π₯ Pannenkoekenhuizen localiseren",
|
|
74
77
|
"π§βπ» Interface debuggen",
|
|
75
|
-
"π Statistieken verhogen"
|
|
78
|
+
"π Statistieken verhogen",
|
|
79
|
+
"π€ Semantiek aanleren",
|
|
80
|
+
"π¨ Interface herontwerpen",
|
|
81
|
+
"π
Fotomappingparty's plannen",
|
|
82
|
+
"π§ Kazen laten rijpen"
|
|
76
83
|
],
|
|
77
84
|
"share_rss_title": "RSS-feed van nieuwe reeksen in het nu zichtbare kaartgebied",
|
|
78
85
|
"josm_live": "Schakel JOSM automatische synchronisatie in bij het laden van afbeeldingen",
|
|
@@ -164,7 +171,10 @@
|
|
|
164
171
|
"report_email_placeholder": "Optioneel",
|
|
165
172
|
"report_submit": "Verzenden",
|
|
166
173
|
"report_wait": "Rapport verzenden β¦",
|
|
167
|
-
"report_success": "Het rapport werd succesvol verzonden. Het zal zo snel mogelijk behandeld worden."
|
|
174
|
+
"report_success": "Het rapport werd succesvol verzonden. Het zal zo snel mogelijk behandeld worden.",
|
|
175
|
+
"whats_panoramax": "Panoramax is de geo-commons voor foto's van gebieden.",
|
|
176
|
+
"contribute_id": "Bijdragen aan OpenStreetMap met de iD-editor",
|
|
177
|
+
"geo_uri": "Externe app"
|
|
168
178
|
},
|
|
169
179
|
"psv": {
|
|
170
180
|
"twoFingers": "Gebruik twee vingers om te navigeren",
|