File tree
17 files changed
+101
-13
lines changed- static/translations
17 files changed
+101
-13
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- actions/browser.js-22
- actions/identify.js-26
- actions/map3d.js+32
- actions/task.js+4-60
- actions/theme.js-2
- actions/windows.js+54
- components/AppMenu.jsx+1-1
- components/FullscreenSwitcher.jsx+6-8
- components/IdentifyViewer.jsx+1-1
- components/MessageBar.jsx-70
- components/PluginsContainer.jsx+6-5
- components/ResizeableWindow.jsx+79-68
- components/SearchBox.jsx+7-21
- components/SideBar.jsx+4-6
- components/StandardApp.jsx+8-10
- components/TaskBar.jsx+42-16
- components/map/OlLayer.jsx+7-4
- components/map/layers/WMSLayer.js+5-6
- components/map3d/BottomBar3D.jsx+16-4
- components/map3d/HeightProfile3D.jsx+328
- components/map3d/LayerTree3D.jsx+5-10
- components/map3d/Map3D.jsx+25-26
- components/map3d/Map3DLight.jsx+3-8
- components/map3d/Measure3D.jsx+383
- components/map3d/SearchField3D.jsx+1-10
- components/map3d/TopBar3D.jsx+20-8
- components/style/TaskBar.css+4-4
- components/widgets/ButtonBar.jsx+5-11
- components/widgets/SearchWidget.jsx+8-35
- package.json+2-2
- plugins/API.jsx-2
- plugins/BottomBar.jsx+1-1
- plugins/FeatureForm.jsx+15-9
- plugins/HeightProfile.jsx+1-3
- plugins/Identify.jsx+18-13
- plugins/LayerTree.jsx+26-24
- plugins/MapExport.jsx-4
- plugins/MapInfoTooltip.jsx+1-2
- plugins/MapTip.jsx+2-3
- plugins/Measure.jsx+1-1
- plugins/Portal.jsx+2-1
- plugins/Print.jsx-4
- plugins/Redlining.jsx+2-3
- plugins/TopBar.jsx+5-6
- plugins/View3D.jsx+38-9
- reducers/browser.js-22
- reducers/identify.js-23
- reducers/layers.js+4
- reducers/map3d.js+39
- reducers/task.js+10-2
- reducers/theme.js+5-1
- selectors/searchproviders.js+26-4
- stores/StandardStore.js+29-42
- translations/ca-ES.json+3
- translations/cs-CZ.json+3
- translations/de-CH.json+5-2
- translations/de-DE.json+5-2
- translations/en-US.json+4-1
- translations/es-ES.json+3
- translations/fi-FI.json+3
- translations/fr-FR.json+3
- translations/hu-HU.json+3
- translations/it-IT.json+5-2
- translations/no-NO.json+3
- translations/pl-PL.json+3
- translations/pt-BR.json+3
- translations/pt-PT.json+3
- translations/ro-RO.json+3
- translations/ru-RU.json+3
- translations/sv-SE.json+3
- translations/tr-TR.json+3
- translations/tsconfig.json+3
- utils/ConfigUtils.js+16-86
- utils/CoordinatesUtils.js+2-2
- utils/ImageEditor.js+1-2
- utils/LocaleUtils.js+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
214 | 215 |
| |
215 | 216 |
| |
216 | 217 |
| |
217 |
| - | |
218 |
| - | |
| 218 | + | |
| 219 | + | |
219 | 220 |
| |
220 | 221 |
| |
221 | 222 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
214 | 215 |
| |
215 | 216 |
| |
216 | 217 |
| |
217 |
| - | |
218 |
| - | |
| 218 | + | |
| 219 | + | |
219 | 220 |
| |
220 | 221 |
| |
221 | 222 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
| |||
415 | 418 |
| |
416 | 419 |
| |
417 | 420 |
| |
418 |
| - | |
| 421 | + | |
419 | 422 |
| |
420 | 423 |
| |
421 | 424 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
214 | 215 |
| |
215 | 216 |
| |
216 | 217 |
| |
217 |
| - | |
218 |
| - | |
| 218 | + | |
| 219 | + | |
219 | 220 |
| |
220 | 221 |
| |
221 | 222 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
340 | 341 |
| |
341 | 342 |
| |
342 | 343 |
| |
| 344 | + | |
343 | 345 |
| |
344 | 346 |
| |
| 347 | + | |
345 | 348 |
| |
346 | 349 |
| |
347 | 350 |
| |
|
0 commit comments