qwc2 2025.12.15 → 2025.12.18
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/components/AttributeForm.js +8 -8
- package/components/AttributeTableWidget.js +3 -3
- package/components/EditComboField.js +1 -1
- package/components/EditUploadField.js +1 -1
- package/components/IdentifyViewer.js +91 -38
- package/components/LinkFeatureForm.js +21 -4
- package/components/MeasureSwitcher.js +115 -0
- package/components/PluginsContainer.js +3 -2
- package/components/QtDesignerForm.js +2 -2
- package/components/ResizeableWindow.js +9 -1
- package/components/SearchBox.js +19 -12
- package/components/SideBar.js +4 -0
- package/components/map3d/drawtool/EditTool3D.js +1 -1
- package/components/style/IdentifyViewer.css +8 -6
- package/components/style/LocationRecorder.css +1 -6
- package/components/style/PluginsContainer.css +11 -6
- package/components/timeline/FixedTimeline.js +2 -2
- package/components/timeline/InfiniteTimeline.js +2 -2
- package/components/timeline/TimelineFeaturesSlider.js +1 -1
- package/components/widgets/EditableSelect.js +2 -1
- package/components/widgets/LayerCatalogWidget.js +26 -15
- package/components/widgets/MenuButton.js +7 -2
- package/components/widgets/NavBar.js +4 -2
- package/components/widgets/PopupMenu.js +44 -13
- package/components/widgets/SearchWidget.js +39 -50
- package/components/widgets/style/SearchWidget.css +3 -19
- package/package.json +1 -1
- package/plugins/Editing.js +20 -5
- package/plugins/FeatureForm.js +1 -1
- package/plugins/FeatureSearch.js +3 -3
- package/plugins/GeometryDigitizer.js +32 -18
- package/plugins/HeightProfile.js +4 -1
- package/plugins/Identify.js +5 -4
- package/plugins/LayerTree.js +5 -1
- package/plugins/MapExport.js +4 -4
- package/plugins/MapFilter.js +10 -10
- package/plugins/Measure.js +5 -1
- package/plugins/NewsPopup.js +1 -1
- package/plugins/ObliqueView.js +88 -17
- package/plugins/Print.js +8 -8
- package/plugins/Redlining.js +25 -73
- package/plugins/Reports.js +3 -3
- package/plugins/Routing.js +4 -4
- package/plugins/TopBar.js +2 -0
- package/plugins/ValueTool.js +1 -1
- package/plugins/View3D.js +2 -2
- package/plugins/ZoomButtons.js +1 -1
- package/plugins/map/EditingSupport.js +50 -20
- package/plugins/map/MeasurementSupport.js +1 -0
- package/plugins/map/RedliningSupport.js +9 -7
- package/plugins/map/SnapSupport.js +12 -10
- package/plugins/map/style/SnappingSupport.css +1 -8
- package/plugins/map3d/Draw3D.js +2 -2
- package/plugins/map3d/ExportObjects3D.js +2 -2
- package/plugins/map3d/MapExport3D.js +4 -4
- package/reducers/editing.js +6 -1
- package/reducers/layers.js +18 -36
- package/reducers/measurement.js +2 -1
- package/scripts/wmts_config_generator.py +1 -1
- package/static/translations/bg-BG.json +45 -75
- package/static/translations/ca-ES.json +45 -75
- package/static/translations/cs-CZ.json +45 -75
- package/static/translations/de-CH.json +45 -75
- package/static/translations/de-DE.json +45 -75
- package/static/translations/en-US.json +45 -75
- package/static/translations/es-ES.json +45 -75
- package/static/translations/fi-FI.json +45 -75
- package/static/translations/fr-FR.json +46 -76
- package/static/translations/hu-HU.json +45 -75
- package/static/translations/it-IT.json +45 -75
- package/static/translations/ja-JP.json +45 -75
- package/static/translations/nl-NL.json +45 -75
- package/static/translations/no-NO.json +45 -75
- package/static/translations/pl-PL.json +45 -75
- package/static/translations/pt-BR.json +45 -75
- package/static/translations/pt-PT.json +45 -75
- package/static/translations/ro-RO.json +45 -75
- package/static/translations/ru-RU.json +45 -75
- package/static/translations/sv-SE.json +45 -75
- package/static/translations/tr-TR.json +45 -75
- package/static/translations/tsconfig.json +35 -67
- package/static/translations/uk-UA.json +45 -75
- package/utils/FeatureStyles.js +18 -20
- package/utils/IdentifyUtils.js +14 -11
- package/utils/MiscUtils.js +2 -1
- package/utils/SearchProviders.js +1 -1
- package/utils/VectorLayerUtils.js +4 -2
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"addfeature": "",
|
|
68
68
|
"commit": "",
|
|
69
69
|
"csvexport": "",
|
|
70
|
-
"delete": "",
|
|
71
70
|
"deletefailed": "",
|
|
72
71
|
"deletefeatures": "",
|
|
73
72
|
"deleting": "",
|
|
@@ -76,12 +75,10 @@
|
|
|
76
75
|
"geomnoadd": "",
|
|
77
76
|
"limittoextent": "",
|
|
78
77
|
"loadfailed": "",
|
|
79
|
-
"loading": "",
|
|
80
78
|
"nodelete": "",
|
|
81
79
|
"nogeomnoform": "",
|
|
82
80
|
"pleasereload": "",
|
|
83
81
|
"reload": "",
|
|
84
|
-
"selectlayer": "",
|
|
85
82
|
"title": "",
|
|
86
83
|
"zoomtoselection": ""
|
|
87
84
|
},
|
|
@@ -110,6 +107,37 @@
|
|
|
110
107
|
"terms_label": "Käyttöehdot",
|
|
111
108
|
"viewertitle_label": ""
|
|
112
109
|
},
|
|
110
|
+
"common": {
|
|
111
|
+
"all": "",
|
|
112
|
+
"cancel": "",
|
|
113
|
+
"circle": "Ympyrä",
|
|
114
|
+
"clear": "Clear",
|
|
115
|
+
"clone": "",
|
|
116
|
+
"close": "",
|
|
117
|
+
"delete": "",
|
|
118
|
+
"download": "",
|
|
119
|
+
"ellipse": "",
|
|
120
|
+
"export": "",
|
|
121
|
+
"format": "Formaatti:",
|
|
122
|
+
"line": "Viiva",
|
|
123
|
+
"loading": "",
|
|
124
|
+
"lock2dview": "",
|
|
125
|
+
"noresults": "",
|
|
126
|
+
"pick": "",
|
|
127
|
+
"point": "Piste",
|
|
128
|
+
"polygon": "Alue",
|
|
129
|
+
"rectangle": "",
|
|
130
|
+
"resolution": "Resoluutio:",
|
|
131
|
+
"save": "",
|
|
132
|
+
"select": "",
|
|
133
|
+
"selectlayer": "",
|
|
134
|
+
"square": "",
|
|
135
|
+
"sync2dview": "",
|
|
136
|
+
"text": "Teksti",
|
|
137
|
+
"wait": "",
|
|
138
|
+
"zoomin": "Zoomaa sisään",
|
|
139
|
+
"zoomout": "Zoomaa ulos"
|
|
140
|
+
},
|
|
113
141
|
"compare3d": {
|
|
114
142
|
"clipplane": "",
|
|
115
143
|
"compare_objects": "",
|
|
@@ -136,17 +164,14 @@
|
|
|
136
164
|
"title": ""
|
|
137
165
|
},
|
|
138
166
|
"draw3d": {
|
|
139
|
-
"clone": "",
|
|
140
167
|
"cone": "",
|
|
141
168
|
"cuboid": "",
|
|
142
169
|
"cylinder": "",
|
|
143
|
-
"delete": "",
|
|
144
170
|
"drawings": "",
|
|
145
171
|
"intersect": "",
|
|
146
172
|
"label": "",
|
|
147
173
|
"newgroupprompt": "",
|
|
148
174
|
"numericinput": "",
|
|
149
|
-
"pick": "",
|
|
150
175
|
"position": "",
|
|
151
176
|
"pyramid": "",
|
|
152
177
|
"rotate": "",
|
|
@@ -169,7 +194,6 @@
|
|
|
169
194
|
"add": "",
|
|
170
195
|
"attrtable": "",
|
|
171
196
|
"canceldelete": "Don't delete",
|
|
172
|
-
"clearpicture": "Clear",
|
|
173
197
|
"clone_all": "",
|
|
174
198
|
"clone_copy": "",
|
|
175
199
|
"clone_defaulted": "",
|
|
@@ -182,23 +206,17 @@
|
|
|
182
206
|
"commitfailed": "",
|
|
183
207
|
"contraintviolation": "",
|
|
184
208
|
"create": "",
|
|
185
|
-
"delete": "Delete",
|
|
186
209
|
"discard": "Discard",
|
|
187
210
|
"draw": "Draw",
|
|
188
211
|
"feature": "Feature",
|
|
189
212
|
"geomnonzeroz": "",
|
|
190
213
|
"geomreadonly": "",
|
|
191
214
|
"invalidform": "",
|
|
192
|
-
"maximize": "Maximize",
|
|
193
|
-
"minimize": "Minimize",
|
|
194
215
|
"noeditablelayers": "No editable layers.",
|
|
195
216
|
"paint": "",
|
|
196
|
-
"pick": "Pick",
|
|
197
217
|
"pickdrawfeature": "",
|
|
198
218
|
"reallydelete": "Delete",
|
|
199
219
|
"relationcommitfailed": "Some relation values could not be committed, check the icon tooltips for details",
|
|
200
|
-
"select": "Select",
|
|
201
|
-
"selectlayer": "",
|
|
202
220
|
"takepicture": "Take picture",
|
|
203
221
|
"unsavedchanged": ""
|
|
204
222
|
},
|
|
@@ -210,14 +228,11 @@
|
|
|
210
228
|
},
|
|
211
229
|
"featureform": {
|
|
212
230
|
"feature": "",
|
|
213
|
-
"noresults": "",
|
|
214
231
|
"querying": "",
|
|
215
232
|
"title": ""
|
|
216
233
|
},
|
|
217
234
|
"featuresearch": {
|
|
218
|
-
"noresults": "",
|
|
219
235
|
"query": "",
|
|
220
|
-
"select": "",
|
|
221
236
|
"title": ""
|
|
222
237
|
},
|
|
223
238
|
"fileselector": {
|
|
@@ -235,8 +250,7 @@
|
|
|
235
250
|
"line_buffer": "",
|
|
236
251
|
"point_buffer": "",
|
|
237
252
|
"selfinter": "",
|
|
238
|
-
"send": ""
|
|
239
|
-
"wait": ""
|
|
253
|
+
"send": ""
|
|
240
254
|
},
|
|
241
255
|
"heightprofile": {
|
|
242
256
|
"asl": "a.s.l.",
|
|
@@ -262,17 +276,17 @@
|
|
|
262
276
|
"clipboard": "",
|
|
263
277
|
"compare": "",
|
|
264
278
|
"comparing": "",
|
|
265
|
-
"download": "",
|
|
266
|
-
"export": "Vienti",
|
|
267
279
|
"featureReport": "Ominaisuustietoraportti",
|
|
268
280
|
"featurecount": "",
|
|
269
281
|
"layerall": "",
|
|
270
282
|
"link": "Linkki",
|
|
283
|
+
"multiview": "",
|
|
271
284
|
"noattributes": "Attribuutteja ei löytynyt",
|
|
272
285
|
"noresults": "Valitulla pisteellä ei ole informaatiota",
|
|
273
286
|
"querying": "Kysely käynnissä...",
|
|
274
287
|
"reportfail": "",
|
|
275
288
|
"results": "",
|
|
289
|
+
"selectforcompare": "",
|
|
276
290
|
"selectreport": "",
|
|
277
291
|
"title": "Ominaisuustiedot"
|
|
278
292
|
},
|
|
@@ -290,7 +304,6 @@
|
|
|
290
304
|
"asgroup": "",
|
|
291
305
|
"connect": "Yhdistä",
|
|
292
306
|
"filter": "Suodatus...",
|
|
293
|
-
"loading": "Lataa...",
|
|
294
307
|
"localfile": "Paikallinen tiedosto",
|
|
295
308
|
"nofeatures": "Ominaisuustietoja ei voitu tuoda.",
|
|
296
309
|
"noresults": "Tuloksia ei ole tai virheellinen URL-osoite",
|
|
@@ -331,6 +344,7 @@
|
|
|
331
344
|
"printlegend": "Tulosta selite",
|
|
332
345
|
"separator": "Erotin",
|
|
333
346
|
"separatortooltip": "Lisää erotin",
|
|
347
|
+
"togglegroup": "",
|
|
334
348
|
"transparency": "Läpinäkyvyys",
|
|
335
349
|
"visiblefilter": "Suodata näkymättömät tasot",
|
|
336
350
|
"zoomtolayer": "Zoomaa tasolle"
|
|
@@ -345,8 +359,6 @@
|
|
|
345
359
|
"zoomtoobject": ""
|
|
346
360
|
},
|
|
347
361
|
"linkfeatureform": {
|
|
348
|
-
"cancel": "",
|
|
349
|
-
"close": "",
|
|
350
362
|
"drawhint": "",
|
|
351
363
|
"pickhint": ""
|
|
352
364
|
},
|
|
@@ -371,32 +383,22 @@
|
|
|
371
383
|
"resetrotation": ""
|
|
372
384
|
},
|
|
373
385
|
"map3d": {
|
|
374
|
-
"lockview": "",
|
|
375
|
-
"syncview": "",
|
|
376
386
|
"terrain": "",
|
|
377
387
|
"title": ""
|
|
378
388
|
},
|
|
379
389
|
"mapexport": {
|
|
380
390
|
"configuration": "",
|
|
381
|
-
"format": "Formaatti:",
|
|
382
391
|
"projection": "",
|
|
383
|
-
"resolution": "Resoluutio:",
|
|
384
392
|
"scale": "",
|
|
385
393
|
"size": "",
|
|
386
|
-
"
|
|
387
|
-
"usersize": "",
|
|
388
|
-
"wait": ""
|
|
394
|
+
"usersize": ""
|
|
389
395
|
},
|
|
390
396
|
"mapfilter": {
|
|
391
397
|
"addcustomfilter": "",
|
|
392
398
|
"brokenrendering": "",
|
|
393
|
-
"cancel": "",
|
|
394
399
|
"geomfilter": "",
|
|
395
400
|
"hidefiltergeom": "",
|
|
396
401
|
"invalidfilter": "",
|
|
397
|
-
"save": "",
|
|
398
|
-
"select": "",
|
|
399
|
-
"selectlayer": "",
|
|
400
402
|
"timefilter": "",
|
|
401
403
|
"timefrom": "",
|
|
402
404
|
"timeto": ""
|
|
@@ -440,16 +442,18 @@
|
|
|
440
442
|
"imperial": "",
|
|
441
443
|
"lengthLabel": "Pituus",
|
|
442
444
|
"metric": "",
|
|
443
|
-
"pointLabel": "Sijainti"
|
|
445
|
+
"pointLabel": "Sijainti",
|
|
446
|
+
"showmeasurements": ""
|
|
444
447
|
},
|
|
445
448
|
"misc": {
|
|
446
449
|
"ctrlclickhint": ""
|
|
447
450
|
},
|
|
448
451
|
"navbar": {
|
|
449
|
-
"
|
|
452
|
+
"next": "",
|
|
453
|
+
"perpage": "",
|
|
454
|
+
"prev": ""
|
|
450
455
|
},
|
|
451
456
|
"newspopup": {
|
|
452
|
-
"dialogclose": "",
|
|
453
457
|
"dontshowagain": "",
|
|
454
458
|
"title": ""
|
|
455
459
|
},
|
|
@@ -479,28 +483,21 @@
|
|
|
479
483
|
},
|
|
480
484
|
"print": {
|
|
481
485
|
"atlasfeature": "",
|
|
482
|
-
"download": "",
|
|
483
486
|
"download_as_onepdf": "",
|
|
484
487
|
"download_as_onezip": "",
|
|
485
488
|
"download_as_single": "",
|
|
486
|
-
"format": "Formaatti",
|
|
487
489
|
"grid": "Ristikko",
|
|
488
490
|
"layout": "Layout",
|
|
489
491
|
"legend": "Selite",
|
|
490
|
-
"maximize": "Maksimoi",
|
|
491
|
-
"minimize": "Minimoi",
|
|
492
492
|
"nolayouts": "Valittu teema ei tue tulostamista",
|
|
493
493
|
"notheme": "Teemaa ei ole valittu",
|
|
494
494
|
"output": "Tulosta tuotos",
|
|
495
495
|
"overlap": "",
|
|
496
496
|
"pickatlasfeature": "",
|
|
497
|
-
"resolution": "Resoluutio",
|
|
498
497
|
"rotation": "Rotaatio",
|
|
499
|
-
"save": "",
|
|
500
498
|
"scale": "Mittakaava",
|
|
501
499
|
"series": "",
|
|
502
|
-
"submit": "Tulosta"
|
|
503
|
-
"wait": "Odota..."
|
|
500
|
+
"submit": "Tulosta"
|
|
504
501
|
},
|
|
505
502
|
"qtdesignerform": {
|
|
506
503
|
"loading": ""
|
|
@@ -513,35 +510,20 @@
|
|
|
513
510
|
"bufferlayer": "Destination",
|
|
514
511
|
"bufferlayername": "Bufferi",
|
|
515
512
|
"bufferselectfeature": "Valitse bufferin ominaisuus...",
|
|
516
|
-
"circle": "Ympyrä",
|
|
517
|
-
"clone": "",
|
|
518
513
|
"ctrlhint": "",
|
|
519
|
-
"delete": "Poista",
|
|
520
514
|
"draw": "Piirrä",
|
|
521
515
|
"edit": "Editoi",
|
|
522
|
-
"ellipse": "",
|
|
523
|
-
"export": "",
|
|
524
516
|
"freehand": "Vapaa piirto",
|
|
525
517
|
"label": "Selite",
|
|
526
518
|
"layer": "Taso",
|
|
527
519
|
"layertitle": "",
|
|
528
|
-
"line": "Viiva",
|
|
529
520
|
"markers": "",
|
|
530
|
-
"measurements": "",
|
|
531
521
|
"numericinput": "",
|
|
532
|
-
"pick": "Poimi",
|
|
533
|
-
"point": "Piste",
|
|
534
|
-
"polygon": "Alue",
|
|
535
|
-
"rectangle": "",
|
|
536
522
|
"size": "Koko",
|
|
537
|
-
"
|
|
538
|
-
"text": "Teksti",
|
|
523
|
+
"text": "",
|
|
539
524
|
"transform": ""
|
|
540
525
|
},
|
|
541
526
|
"reports": {
|
|
542
|
-
"all": "",
|
|
543
|
-
"download": "",
|
|
544
|
-
"pick": "",
|
|
545
527
|
"region": "",
|
|
546
528
|
"selectlayer": ""
|
|
547
529
|
},
|
|
@@ -550,11 +532,9 @@
|
|
|
550
532
|
"addlayer": "",
|
|
551
533
|
"addviapoint": "",
|
|
552
534
|
"arriveat": "",
|
|
553
|
-
"clear": "",
|
|
554
535
|
"computefailed": "",
|
|
555
536
|
"computing": "",
|
|
556
537
|
"excludepolygons": "",
|
|
557
|
-
"export": "",
|
|
558
538
|
"fastest": "",
|
|
559
539
|
"fromhere": "",
|
|
560
540
|
"importerror": "",
|
|
@@ -590,9 +570,7 @@
|
|
|
590
570
|
"finish": "Lopeta"
|
|
591
571
|
},
|
|
592
572
|
"search": {
|
|
593
|
-
"all": "Kaikki",
|
|
594
573
|
"circleradius": "",
|
|
595
|
-
"clearfilter": "",
|
|
596
574
|
"coordinates": "",
|
|
597
575
|
"existinglayer": "Taso on jo lisätty karttaan",
|
|
598
576
|
"filter": "Tarkenna hakua",
|
|
@@ -601,7 +579,6 @@
|
|
|
601
579
|
"more": "{0} lisää tuloksia",
|
|
602
580
|
"nodescription": "Kuvausta ei löytynyt",
|
|
603
581
|
"none": "",
|
|
604
|
-
"noresults": "",
|
|
605
582
|
"placeholder": "Etsi kohde tai lisää kartta...",
|
|
606
583
|
"places": "",
|
|
607
584
|
"providerselection": "",
|
|
@@ -689,7 +666,6 @@
|
|
|
689
666
|
"group": "",
|
|
690
667
|
"groupnone": "",
|
|
691
668
|
"home": "",
|
|
692
|
-
"loading": "",
|
|
693
669
|
"loop": "",
|
|
694
670
|
"markers": "",
|
|
695
671
|
"notemporaldata": "",
|
|
@@ -720,17 +696,13 @@
|
|
|
720
696
|
"months": "",
|
|
721
697
|
"seconds": "",
|
|
722
698
|
"years": ""
|
|
723
|
-
}
|
|
724
|
-
"zoomin": "",
|
|
725
|
-
"zoomout": ""
|
|
699
|
+
}
|
|
726
700
|
},
|
|
727
701
|
"tooltip": {
|
|
728
702
|
"background": "Vaihda tausta",
|
|
729
703
|
"fullscreendisable": "",
|
|
730
704
|
"fullscreenenable": "",
|
|
731
|
-
"home": "Näytä koko kartta"
|
|
732
|
-
"zoomin": "Zoomaa sisään",
|
|
733
|
-
"zoomout": "Zoomaa ulos"
|
|
705
|
+
"home": "Näytä koko kartta"
|
|
734
706
|
},
|
|
735
707
|
"tourguide": {
|
|
736
708
|
"done": "",
|
|
@@ -738,7 +710,6 @@
|
|
|
738
710
|
"previous": ""
|
|
739
711
|
},
|
|
740
712
|
"valuetool": {
|
|
741
|
-
"all": "",
|
|
742
713
|
"allbands": "",
|
|
743
714
|
"alllayers": "",
|
|
744
715
|
"bands": "",
|
|
@@ -765,7 +736,6 @@
|
|
|
765
736
|
"storingstate": ""
|
|
766
737
|
},
|
|
767
738
|
"window": {
|
|
768
|
-
"close": "Sulje",
|
|
769
739
|
"detach": "",
|
|
770
740
|
"dock": "Kiinnitä",
|
|
771
741
|
"embed": "",
|