qwc2 2025.7.2 → 2025.7.6
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/actions/map.js +1 -1
- package/components/AttributeForm.js +1 -1
- package/components/IdentifyViewer.js +4 -4
- package/components/QtDesignerForm.js +1 -1
- package/components/SearchBox.js +1 -1
- package/components/map3d/Compare3D.js +2 -2
- package/components/map3d/EditDataset3D.js +8 -0
- package/components/map3d/ExportObjects3D.js +2 -1
- package/components/map3d/Identify3D.js +1 -1
- package/components/map3d/ImportObjects3D.js +1 -1
- package/components/map3d/LayerTree3D.js +1 -1
- package/components/map3d/Map3D.js +14 -11
- package/components/map3d/Map3DLight.js +5 -5
- package/components/map3d/MapControls3D.js +4 -2
- package/components/map3d/SearchField3D.js +5 -5
- package/components/map3d/drawtool/EditTool3D.js +5 -7
- package/components/map3d/drawtool/NumericInput3D.js +3 -2
- package/components/map3d/drawtool/style/NumericInput3D.css +12 -0
- package/components/map3d/style/Map3D.css +10 -0
- package/components/map3d/utils/FirstPersonControls3D.js +3 -3
- package/components/map3d/utils/MiscUtils3D.js +7 -6
- package/components/map3d/utils/OrbitControls3D.js +1 -1
- package/components/style/SideBar.css +2 -0
- package/components/widgets/NumberInput.js +1 -1
- package/components/widgets/SearchWidget.js +1 -1
- package/icons/above.svg +81 -0
- package/icons/below.svg +81 -0
- package/icons/middle_h.svg +83 -0
- package/icons/middle_v.svg +83 -0
- package/package.json +1 -1
- package/plugins/API.js +49 -13
- package/plugins/FeatureForm.js +1 -1
- package/plugins/LayerTree.js +1 -1
- package/plugins/MapLegend.js +1 -1
- package/plugins/NewsPopup.js +2 -2
- package/plugins/TopBar.js +1 -1
- package/plugins/View3D.js +7 -6
- package/plugins/style/MapLegend.css +4 -2
- package/reducers/map.js +3 -3
- package/static/translations/bg-BG.json +0 -1
- package/static/translations/ca-ES.json +265 -266
- package/static/translations/cs-CZ.json +0 -1
- package/static/translations/de-CH.json +1 -2
- package/static/translations/de-DE.json +1 -2
- package/static/translations/en-US.json +1 -2
- package/static/translations/es-ES.json +264 -265
- package/static/translations/fi-FI.json +0 -1
- package/static/translations/fr-FR.json +1 -2
- package/static/translations/hu-HU.json +0 -1
- package/static/translations/it-IT.json +1 -2
- package/static/translations/ja-JP.json +26 -27
- package/static/translations/nl-NL.json +0 -1
- package/static/translations/no-NO.json +0 -1
- package/static/translations/pl-PL.json +0 -1
- package/static/translations/pt-BR.json +0 -1
- package/static/translations/pt-PT.json +0 -1
- package/static/translations/ro-RO.json +0 -1
- package/static/translations/ru-RU.json +0 -1
- package/static/translations/sv-SE.json +0 -1
- package/static/translations/tr-TR.json +0 -1
- package/static/translations/tsconfig.json +0 -1
- package/utils/ConfigUtils.js +2 -2
- package/utils/MapUtils.js +3 -3
- package/utils/img/person.png +0 -0
- package/components/map3d/drawtool/TransformControls.js +0 -259
|
@@ -147,7 +147,6 @@
|
|
|
147
147
|
"rotate": "Rotieren",
|
|
148
148
|
"rotation": "Rotation",
|
|
149
149
|
"scale": "Skalieren",
|
|
150
|
-
"sizeunavailable": "Dimensionen nicht verfügbar für rotiertes Objekt",
|
|
151
150
|
"sphere": "Kugel",
|
|
152
151
|
"subtract": "Differenz",
|
|
153
152
|
"thescale": "Skalierung",
|
|
@@ -339,7 +338,7 @@
|
|
|
339
338
|
"resetrotation": "Drehung zurücksetzen"
|
|
340
339
|
},
|
|
341
340
|
"map3d": {
|
|
342
|
-
"lockview": "
|
|
341
|
+
"lockview": "2D/3D Ansichten automatisch synchronisieren",
|
|
343
342
|
"syncview": "Mit 2D Ansicht synchronisieren",
|
|
344
343
|
"terrain": "Gelände",
|
|
345
344
|
"title": "3D Ansicht"
|
|
@@ -147,7 +147,6 @@
|
|
|
147
147
|
"rotate": "Rotieren",
|
|
148
148
|
"rotation": "Rotation",
|
|
149
149
|
"scale": "Skalieren",
|
|
150
|
-
"sizeunavailable": "Dimensionen nicht verfügbar für rotiertes Objekt",
|
|
151
150
|
"sphere": "Kugel",
|
|
152
151
|
"subtract": "Differenz",
|
|
153
152
|
"thescale": "Skalierung",
|
|
@@ -339,7 +338,7 @@
|
|
|
339
338
|
"resetrotation": "Drehung zurücksetzen"
|
|
340
339
|
},
|
|
341
340
|
"map3d": {
|
|
342
|
-
"lockview": "
|
|
341
|
+
"lockview": "2D/3D Ansichten automatisch synchronisieren",
|
|
343
342
|
"syncview": "Mit 2D Ansicht synchronisieren",
|
|
344
343
|
"terrain": "Gelände",
|
|
345
344
|
"title": "3D Ansicht"
|
|
@@ -147,7 +147,6 @@
|
|
|
147
147
|
"rotate": "Rotate",
|
|
148
148
|
"rotation": "Rotation",
|
|
149
149
|
"scale": "Scale",
|
|
150
|
-
"sizeunavailable": "Size unavailable for rotated object",
|
|
151
150
|
"sphere": "Sphere",
|
|
152
151
|
"subtract": "Subtract",
|
|
153
152
|
"thescale": "Scale",
|
|
@@ -339,7 +338,7 @@
|
|
|
339
338
|
"resetrotation": "Reset rotation"
|
|
340
339
|
},
|
|
341
340
|
"map3d": {
|
|
342
|
-
"lockview": "
|
|
341
|
+
"lockview": "Auto-sync 2D/3D views",
|
|
343
342
|
"syncview": "Synchronize with 2D view",
|
|
344
343
|
"terrain": "Terrain",
|
|
345
344
|
"title": "3D View"
|