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.
Files changed (87) hide show
  1. package/components/AttributeForm.js +8 -8
  2. package/components/AttributeTableWidget.js +3 -3
  3. package/components/EditComboField.js +1 -1
  4. package/components/EditUploadField.js +1 -1
  5. package/components/IdentifyViewer.js +91 -38
  6. package/components/LinkFeatureForm.js +21 -4
  7. package/components/MeasureSwitcher.js +115 -0
  8. package/components/PluginsContainer.js +3 -2
  9. package/components/QtDesignerForm.js +2 -2
  10. package/components/ResizeableWindow.js +9 -1
  11. package/components/SearchBox.js +19 -12
  12. package/components/SideBar.js +4 -0
  13. package/components/map3d/drawtool/EditTool3D.js +1 -1
  14. package/components/style/IdentifyViewer.css +8 -6
  15. package/components/style/LocationRecorder.css +1 -6
  16. package/components/style/PluginsContainer.css +11 -6
  17. package/components/timeline/FixedTimeline.js +2 -2
  18. package/components/timeline/InfiniteTimeline.js +2 -2
  19. package/components/timeline/TimelineFeaturesSlider.js +1 -1
  20. package/components/widgets/EditableSelect.js +2 -1
  21. package/components/widgets/LayerCatalogWidget.js +26 -15
  22. package/components/widgets/MenuButton.js +7 -2
  23. package/components/widgets/NavBar.js +4 -2
  24. package/components/widgets/PopupMenu.js +44 -13
  25. package/components/widgets/SearchWidget.js +39 -50
  26. package/components/widgets/style/SearchWidget.css +3 -19
  27. package/package.json +1 -1
  28. package/plugins/Editing.js +20 -5
  29. package/plugins/FeatureForm.js +1 -1
  30. package/plugins/FeatureSearch.js +3 -3
  31. package/plugins/GeometryDigitizer.js +32 -18
  32. package/plugins/HeightProfile.js +4 -1
  33. package/plugins/Identify.js +5 -4
  34. package/plugins/LayerTree.js +5 -1
  35. package/plugins/MapExport.js +4 -4
  36. package/plugins/MapFilter.js +10 -10
  37. package/plugins/Measure.js +5 -1
  38. package/plugins/NewsPopup.js +1 -1
  39. package/plugins/ObliqueView.js +88 -17
  40. package/plugins/Print.js +8 -8
  41. package/plugins/Redlining.js +25 -73
  42. package/plugins/Reports.js +3 -3
  43. package/plugins/Routing.js +4 -4
  44. package/plugins/TopBar.js +2 -0
  45. package/plugins/ValueTool.js +1 -1
  46. package/plugins/View3D.js +2 -2
  47. package/plugins/ZoomButtons.js +1 -1
  48. package/plugins/map/EditingSupport.js +50 -20
  49. package/plugins/map/MeasurementSupport.js +1 -0
  50. package/plugins/map/RedliningSupport.js +9 -7
  51. package/plugins/map/SnapSupport.js +12 -10
  52. package/plugins/map/style/SnappingSupport.css +1 -8
  53. package/plugins/map3d/Draw3D.js +2 -2
  54. package/plugins/map3d/ExportObjects3D.js +2 -2
  55. package/plugins/map3d/MapExport3D.js +4 -4
  56. package/reducers/editing.js +6 -1
  57. package/reducers/layers.js +18 -36
  58. package/reducers/measurement.js +2 -1
  59. package/scripts/wmts_config_generator.py +1 -1
  60. package/static/translations/bg-BG.json +45 -75
  61. package/static/translations/ca-ES.json +45 -75
  62. package/static/translations/cs-CZ.json +45 -75
  63. package/static/translations/de-CH.json +45 -75
  64. package/static/translations/de-DE.json +45 -75
  65. package/static/translations/en-US.json +45 -75
  66. package/static/translations/es-ES.json +45 -75
  67. package/static/translations/fi-FI.json +45 -75
  68. package/static/translations/fr-FR.json +46 -76
  69. package/static/translations/hu-HU.json +45 -75
  70. package/static/translations/it-IT.json +45 -75
  71. package/static/translations/ja-JP.json +45 -75
  72. package/static/translations/nl-NL.json +45 -75
  73. package/static/translations/no-NO.json +45 -75
  74. package/static/translations/pl-PL.json +45 -75
  75. package/static/translations/pt-BR.json +45 -75
  76. package/static/translations/pt-PT.json +45 -75
  77. package/static/translations/ro-RO.json +45 -75
  78. package/static/translations/ru-RU.json +45 -75
  79. package/static/translations/sv-SE.json +45 -75
  80. package/static/translations/tr-TR.json +45 -75
  81. package/static/translations/tsconfig.json +35 -67
  82. package/static/translations/uk-UA.json +45 -75
  83. package/utils/FeatureStyles.js +18 -20
  84. package/utils/IdentifyUtils.js +14 -11
  85. package/utils/MiscUtils.js +2 -1
  86. package/utils/SearchProviders.js +1 -1
  87. package/utils/VectorLayerUtils.js +4 -2
@@ -67,7 +67,6 @@
67
67
  "addfeature": "Add feature",
68
68
  "commit": "Commit changed row",
69
69
  "csvexport": "CSV export",
70
- "delete": "Delete",
71
70
  "deletefailed": "One or more features could not be deleted",
72
71
  "deletefeatures": "Delete selected features",
73
72
  "deleting": "Deleting features...",
@@ -76,12 +75,10 @@
76
75
  "geomnoadd": "Please use the edit form for adding new features to this layer",
77
76
  "limittoextent": "Limit to map extent",
78
77
  "loadfailed": "Failed to load the feature data",
79
- "loading": "Loading...",
80
78
  "nodelete": "Don't delete",
81
79
  "nogeomnoform": "The edit form is not available for geometryless layers",
82
80
  "pleasereload": "Press 'Reload' to load the attribute table...",
83
81
  "reload": "Reload",
84
- "selectlayer": "Select layer...",
85
82
  "title": "Attribute Table",
86
83
  "zoomtoselection": "Zoom to selected features"
87
84
  },
@@ -110,6 +107,37 @@
110
107
  "terms_label": "Terms of use",
111
108
  "viewertitle_label": "Homepage"
112
109
  },
110
+ "common": {
111
+ "all": "All",
112
+ "cancel": "Cancel",
113
+ "circle": "Circle",
114
+ "clear": "Clear",
115
+ "clone": "Clone",
116
+ "close": "Close",
117
+ "delete": "Delete",
118
+ "download": "Download",
119
+ "ellipse": "Ellipse",
120
+ "export": "Export",
121
+ "format": "Format",
122
+ "line": "Line",
123
+ "loading": "Loading...",
124
+ "lock2dview": "Move with 2D view",
125
+ "noresults": "No results",
126
+ "pick": "Pick",
127
+ "point": "Point",
128
+ "polygon": "Polygon",
129
+ "rectangle": "Rectangle",
130
+ "resolution": "Resolution",
131
+ "save": "Save",
132
+ "select": "Select...",
133
+ "selectlayer": "Select layer...",
134
+ "square": "Square",
135
+ "sync2dview": "Synchronize with 2D view",
136
+ "text": "Text",
137
+ "wait": "Please wait...",
138
+ "zoomin": "Zoom in",
139
+ "zoomout": "Zoom out"
140
+ },
113
141
  "compare3d": {
114
142
  "clipplane": "Clipping plane",
115
143
  "compare_objects": "Compare objects",
@@ -136,17 +164,14 @@
136
164
  "title": "Cyclomedia Viewer"
137
165
  },
138
166
  "draw3d": {
139
- "clone": "Clone",
140
167
  "cone": "Cone",
141
168
  "cuboid": "Cuboid",
142
169
  "cylinder": "Cylinder",
143
- "delete": "Delete",
144
170
  "drawings": "Drawings",
145
171
  "intersect": "Intersect",
146
172
  "label": "Label",
147
173
  "newgroupprompt": "New drawing group",
148
174
  "numericinput": "Numeric input",
149
- "pick": "Pick",
150
175
  "position": "Position",
151
176
  "pyramid": "Pyramid",
152
177
  "rotate": "Rotate",
@@ -169,7 +194,6 @@
169
194
  "add": "Add",
170
195
  "attrtable": "Table",
171
196
  "canceldelete": "Don't delete",
172
- "clearpicture": "Clear",
173
197
  "clone_all": "All",
174
198
  "clone_copy": "Copy selected",
175
199
  "clone_defaulted": "(default value)",
@@ -182,23 +206,17 @@
182
206
  "commitfailed": "Commit failed",
183
207
  "contraintviolation": "Constraint violation",
184
208
  "create": "Create",
185
- "delete": "Delete",
186
209
  "discard": "Discard",
187
210
  "draw": "Draw",
188
211
  "feature": "Feature",
189
212
  "geomnonzeroz": "The geometry contains non-zero Z values and is therefore read only.",
190
213
  "geomreadonly": "The geometry is read only.",
191
214
  "invalidform": "Invalid form",
192
- "maximize": "Maximize",
193
- "minimize": "Minimize",
194
215
  "noeditablelayers": "No editable layers.",
195
216
  "paint": "Modify",
196
- "pick": "Pick",
197
217
  "pickdrawfeature": "Clone existing geometry",
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": "Select layer...",
202
220
  "takepicture": "Take picture",
203
221
  "unsavedchanged": "There are unsaved changes. Do you want to leave the page anyway?"
204
222
  },
@@ -210,14 +228,11 @@
210
228
  },
211
229
  "featureform": {
212
230
  "feature": "Feature",
213
- "noresults": "No results",
214
231
  "querying": "Querying...",
215
232
  "title": "Feature form"
216
233
  },
217
234
  "featuresearch": {
218
- "noresults": "No results",
219
235
  "query": "Query",
220
- "select": "Select...",
221
236
  "title": "Feature search"
222
237
  },
223
238
  "fileselector": {
@@ -235,8 +250,7 @@
235
250
  "line_buffer": "Line (to buffer)",
236
251
  "point_buffer": "Point (to buffer)",
237
252
  "selfinter": "One or more polygons contain self-intersections",
238
- "send": "Send",
239
- "wait": "Loading..."
253
+ "send": "Send"
240
254
  },
241
255
  "heightprofile": {
242
256
  "asl": "a.s.l.",
@@ -262,17 +276,17 @@
262
276
  "clipboard": "Copy to clipboard",
263
277
  "compare": "Compare selected objects",
264
278
  "comparing": "Comparing {0} features",
265
- "download": "Download",
266
- "export": "Export",
267
279
  "featureReport": "Feature report",
268
280
  "featurecount": "{0} feature(s)",
269
281
  "layerall": "All layers",
270
282
  "link": "Link",
283
+ "multiview": "Multi-view",
271
284
  "noattributes": "No attributes",
272
285
  "noresults": "No information available for the selected point",
273
286
  "querying": "Querying...",
274
287
  "reportfail": "Failed to generate report",
275
288
  "results": "Results",
289
+ "selectforcompare": "Select for comparison",
276
290
  "selectreport": "Select report..",
277
291
  "title": "Feature Info"
278
292
  },
@@ -290,7 +304,6 @@
290
304
  "asgroup": "Add as group",
291
305
  "connect": "Connect",
292
306
  "filter": "Filter...",
293
- "loading": "Loading...",
294
307
  "localfile": "Local file",
295
308
  "nofeatures": "No features could be imported.",
296
309
  "noresults": "No results or invalid URL",
@@ -331,6 +344,7 @@
331
344
  "printlegend": "Print legend",
332
345
  "separator": "Separator",
333
346
  "separatortooltip": "Add separator",
347
+ "togglegroup": "Toggle group and all sublayers",
334
348
  "transparency": "Trasparency",
335
349
  "visiblefilter": "Filter invisible layers",
336
350
  "zoomtolayer": "Zoom to layer"
@@ -345,8 +359,6 @@
345
359
  "zoomtoobject": "Zoom to object"
346
360
  },
347
361
  "linkfeatureform": {
348
- "cancel": "Cancel",
349
- "close": "Close",
350
362
  "drawhint": "Draw the feature on the map...",
351
363
  "pickhint": "Pick a feature on the map..."
352
364
  },
@@ -371,32 +383,22 @@
371
383
  "resetrotation": "Reset rotation"
372
384
  },
373
385
  "map3d": {
374
- "lockview": "Auto-sync 2D/3D views",
375
- "syncview": "Synchronize with 2D view",
376
386
  "terrain": "Terrain",
377
387
  "title": "3D View"
378
388
  },
379
389
  "mapexport": {
380
390
  "configuration": "Configuration",
381
- "format": "Format",
382
391
  "projection": "Projection",
383
- "resolution": "Resolution",
384
392
  "scale": "Scale",
385
393
  "size": "Size",
386
- "submit": "Export",
387
- "usersize": "Select on map...",
388
- "wait": "Please wait..."
394
+ "usersize": "Select on map..."
389
395
  },
390
396
  "mapfilter": {
391
397
  "addcustomfilter": "Add custom filter",
392
398
  "brokenrendering": "Map rendering may be broken due to an invalid filter expression",
393
- "cancel": "Cancel",
394
399
  "geomfilter": "Geometry",
395
400
  "hidefiltergeom": "Hide filter geometry",
396
401
  "invalidfilter": "Invalid filter expression",
397
- "save": "Save",
398
- "select": "Select...",
399
- "selectlayer": "Select layer",
400
402
  "timefilter": "Time",
401
403
  "timefrom": "From",
402
404
  "timeto": "To"
@@ -440,16 +442,18 @@
440
442
  "imperial": "Imperial",
441
443
  "lengthLabel": "Length",
442
444
  "metric": "Metric",
443
- "pointLabel": "Position"
445
+ "pointLabel": "Position",
446
+ "showmeasurements": "Show measurements"
444
447
  },
445
448
  "misc": {
446
449
  "ctrlclickhint": "Open with Ctrl+Click"
447
450
  },
448
451
  "navbar": {
449
- "perpage": "per page"
452
+ "next": "Next page",
453
+ "perpage": "per page",
454
+ "prev": "Previous page"
450
455
  },
451
456
  "newspopup": {
452
- "dialogclose": "Close",
453
457
  "dontshowagain": "Don't show again",
454
458
  "title": "News"
455
459
  },
@@ -479,28 +483,21 @@
479
483
  },
480
484
  "print": {
481
485
  "atlasfeature": "Atlas feature",
482
- "download": "Download",
483
486
  "download_as_onepdf": "as one PDF document",
484
487
  "download_as_onezip": "as one ZIP file",
485
488
  "download_as_single": "as single files",
486
- "format": "Format",
487
489
  "grid": "Grid",
488
490
  "layout": "Layout",
489
491
  "legend": "Legend",
490
- "maximize": "Maximize",
491
- "minimize": "Minimize",
492
492
  "nolayouts": "The selected theme does not support printing",
493
493
  "notheme": "No theme selected",
494
494
  "output": "Print output",
495
495
  "overlap": "Overlap",
496
496
  "pickatlasfeature": "Pick in layer {0}...",
497
- "resolution": "Resolution",
498
497
  "rotation": "Rotation",
499
- "save": "Save",
500
498
  "scale": "Scale",
501
499
  "series": "Print series",
502
- "submit": "Print",
503
- "wait": "Please wait..."
500
+ "submit": "Print"
504
501
  },
505
502
  "qtdesignerform": {
506
503
  "loading": "Loading form..."
@@ -513,35 +510,20 @@
513
510
  "bufferlayer": "Destination",
514
511
  "bufferlayername": "Buffer",
515
512
  "bufferselectfeature": "Select a feature to buffer...",
516
- "circle": "Circle",
517
- "clone": "Clone",
518
513
  "ctrlhint": "Use Ctrl for multiselection...",
519
- "delete": "Delete",
520
514
  "draw": "Draw",
521
515
  "edit": "Edit",
522
- "ellipse": "Ellipse",
523
- "export": "Export",
524
516
  "freehand": "Freehand drawing",
525
517
  "label": "Label",
526
518
  "layer": "Layer",
527
519
  "layertitle": "Redlining",
528
- "line": "Line",
529
520
  "markers": "Markers",
530
- "measurements": "Show measurements",
531
521
  "numericinput": "Numeric input",
532
- "pick": "Pick",
533
- "point": "Point",
534
- "polygon": "Polygon",
535
- "rectangle": "Rectangle",
536
522
  "size": "Size",
537
- "square": "Square",
538
- "text": "Text",
523
+ "text": "",
539
524
  "transform": "Transform"
540
525
  },
541
526
  "reports": {
542
- "all": "All",
543
- "download": "Download",
544
- "pick": "Pick",
545
527
  "region": "Select region",
546
528
  "selectlayer": "Select report layer..."
547
529
  },
@@ -550,11 +532,9 @@
550
532
  "addlayer": "Export as layer",
551
533
  "addviapoint": "Via here",
552
534
  "arriveat": "Arrive at",
553
- "clear": "Clear",
554
535
  "computefailed": "Failed to compute",
555
536
  "computing": "Computing...",
556
537
  "excludepolygons": "Exclude areas",
557
- "export": "Export",
558
538
  "fastest": "Fastest",
559
539
  "fromhere": "From here",
560
540
  "importerror": "Import failed. The file contents must be a GeoJSON FeatureCollection of Point features.",
@@ -590,9 +570,7 @@
590
570
  "finish": "Finish"
591
571
  },
592
572
  "search": {
593
- "all": "All",
594
573
  "circleradius": "Circle radius",
595
- "clearfilter": "Clear",
596
574
  "coordinates": "Coordinates",
597
575
  "existinglayer": "The layer already exists in the map",
598
576
  "filter": "Refine search",
@@ -601,7 +579,6 @@
601
579
  "more": "{0} more results",
602
580
  "nodescription": "No description available",
603
581
  "none": "None",
604
- "noresults": "No results",
605
582
  "placeholder": "Search place or add map...",
606
583
  "places": "Places",
607
584
  "providerselection": "Search providers",
@@ -689,7 +666,6 @@
689
666
  "group": "Grouping attribute",
690
667
  "groupnone": "None",
691
668
  "home": "Reset timeline",
692
- "loading": "Loading...",
693
669
  "loop": "Loop",
694
670
  "markers": "Markers",
695
671
  "notemporaldata": "No temporal layers are visible in the map.",
@@ -720,17 +696,13 @@
720
696
  "months": "months",
721
697
  "seconds": "seconds",
722
698
  "years": "years"
723
- },
724
- "zoomin": "Zoom in",
725
- "zoomout": "Zoom out"
699
+ }
726
700
  },
727
701
  "tooltip": {
728
702
  "background": "Switch background",
729
703
  "fullscreendisable": "Disable full screen mode",
730
704
  "fullscreenenable": "Enable full screen mode",
731
- "home": "Show entire map",
732
- "zoomin": "Zoom in",
733
- "zoomout": "Zoom out"
705
+ "home": "Show entire map"
734
706
  },
735
707
  "tourguide": {
736
708
  "done": "Done",
@@ -738,7 +710,6 @@
738
710
  "previous": "Previous"
739
711
  },
740
712
  "valuetool": {
741
- "all": "All",
742
713
  "allbands": "All bands",
743
714
  "alllayers": "All layers",
744
715
  "bands": "Bands",
@@ -765,7 +736,6 @@
765
736
  "storingstate": "Storing 3D state..."
766
737
  },
767
738
  "window": {
768
- "close": "Close",
769
739
  "detach": "Detach",
770
740
  "dock": "Dock",
771
741
  "embed": "Embed",