Commit afae226
---------
Co-authored-by: Suren <[email protected]>
Co-authored-by: G.Allegri <[email protected]>
Co-authored-by: allyoucanmap <[email protected]>
1 parent c26e3cc commit afae226
File tree
19 files changed
+1105
-9
lines changed- geonode_mapstore_client
- client
- js
- actions
- api/geonode
- security
- v2
- apps
- epics
- __tests__
- utils
19 files changed
+1105
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
304 | 305 | | |
305 | 306 | | |
306 | 307 | | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
307 | 313 | | |
308 | 314 | | |
309 | 315 | | |
| |||
324 | 330 | | |
325 | 331 | | |
326 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
327 | 337 | | |
- .github/workflows/CI.yml+18-7
- .github/workflows/backport.yml+21-1
- README.md+1-1
- build/themes.js+8-10
- docs/developer-guide/integrations/geoserver.md+18-13
- docs/developer-guide/local-config.md+78-28
- docs/developer-guide/mapstore-migration-guide.md+59
- docs/developer-guide/requirements.md+1-1
- package.json-1
- web/client/actions/security.js+38-1
- web/client/api/ArcGIS.js+1-3
- web/client/api/CSW.js+3-5
- web/client/api/TMS.js+1-3
- web/client/api/ThreeDTiles.js+1-3
- web/client/api/WFS.js+1-3
- web/client/api/WMS.js+4-7
- web/client/api/WMTS.js+2-5
- web/client/api/catalog/TMS_1_0_0.js+2-3
- web/client/components/charts/WidgetChart.jsx+56-3
- web/client/components/charts/__tests__/WidgetChart-test.js+172
- web/client/components/map/cesium/plugins/ArcGISLayer.js+13-7
- web/client/components/map/cesium/plugins/ElevationLayer.js+12-4
- web/client/components/map/cesium/plugins/GraticuleLayer.js-1
- web/client/components/map/cesium/plugins/MarkerLayer.js+1-1
- web/client/components/map/cesium/plugins/ModelLayer.js+1-1
- web/client/components/map/cesium/plugins/TerrainLayer.js+7-1
- web/client/components/map/cesium/plugins/ThreeDTilesLayer.js+5
- web/client/components/map/cesium/plugins/TileProviderLayer.js+10-3
- web/client/components/map/cesium/plugins/WMTSLayer.js+8-8
- web/client/components/map/leaflet/plugins/ElevationLayer.js+2-2
- web/client/components/map/leaflet/plugins/VectorLayer.jsx+2-2
- web/client/components/map/leaflet/plugins/WFSLayer.jsx+1-1
- web/client/components/map/leaflet/plugins/WMSLayer.js+12-6
- web/client/components/map/leaflet/plugins/WMTSLayer.js+6-4
- web/client/components/map/openlayers/plugins/ArcGISLayer.js+5-7
- web/client/components/map/openlayers/plugins/COGLayer.js+9-7
- web/client/components/map/openlayers/plugins/ElevationLayer.js+2-2
- web/client/components/map/openlayers/plugins/TMSLayer.js+5-8
- web/client/components/map/openlayers/plugins/TileProviderLayer.js+5-7
- web/client/components/map/openlayers/plugins/WFSLayer.js+4-1
- web/client/components/map/openlayers/plugins/WMSLayer.js+4-8
- web/client/components/map/openlayers/plugins/WMTSLayer.js+8-10
- web/client/components/misc/SecureImage.jsx+3-5
- web/client/components/styleeditor/GraphicPattern/GraphicPattern.jsx+354
- web/client/components/styleeditor/GraphicPattern/__tests__/GraphicPattern-test.jsx+99
- web/client/components/styleeditor/WMSJsonLegendIcon.jsx+133-28
- web/client/components/styleeditor/__tests__/WMSJsonLegendIcon-test.jsx+99
- web/client/components/styleeditor/hooks/__tests__/useGraphicPattern-test.js+135
- web/client/components/styleeditor/hooks/useGraphicPattern.js+35
- web/client/components/widgets/builder/wizard/chart/ChartClassification.jsx+43-36
- web/client/components/widgets/builder/wizard/chart/ChartStyleEditor.jsx+55-7
- web/client/components/widgets/builder/wizard/chart/__tests__/ChartStyleEditor-test.jsx+31-3
- web/client/configs/localConfig.json+7-4
- web/client/epics/security.js+89-2
- web/client/epics/wfsquery.js+1-3
- web/client/libs/__tests__/ajax-test.js+202-119
- web/client/libs/ajax.js+40-49
- web/client/observables/wfs.js+7-10
- web/client/observables/wms.js+3-5
- web/client/observables/wps/execute.js+4-5
- web/client/plugins/MousePosition.jsx+1-1
- web/client/plugins/ScaleBox.jsx+1-1
- web/client/plugins/TOC/components/StyleBasedWMSJsonLegend.jsx+2-3
- web/client/plugins/WidgetsTray.jsx+12-3
- web/client/plugins/widgets/WidgetsTray.jsx+8-6
- web/client/reducers/security.js+32-2
- web/client/selectors/__tests__/catalog-test.js+8-1
- web/client/selectors/catalog.js+11-1
- web/client/selectors/security.js+2-1
- web/client/themes/default/less/widget.less+4-2
- web/client/translations/data.ca-ES.json+2-1
- web/client/translations/data.da-DK.json+2-1
- web/client/translations/data.de-DE.json+2-1
- web/client/translations/data.en-US.json+2-1
- web/client/translations/data.es-ES.json+2-1
- web/client/translations/data.fr-FR.json+2-1
- web/client/translations/data.is-IS.json+2-1
- web/client/translations/data.it-IT.json+2-1
- web/client/translations/data.nl-NL.json+2-1
- web/client/translations/data.sk-SK.json+2-1
- web/client/translations/data.sv-SE.json+2-1
- web/client/utils/LayersUtils.js+2-5
- web/client/utils/SecurityUtils.js+270-97
- web/client/utils/WidgetsUtils.js+9-2
- web/client/utils/__tests__/SecurityUtils-test.js+510-22
- web/client/utils/__tests__/WidgetsUtils-test.js+44
- web/client/utils/cesium/WMSUtils.js+6-6
- web/client/utils/mapinfo/wfs.js+8-5
- web/client/utils/mapinfo/wms.js+2-3
- web/client/utils/mapinfo/wmts.js+1-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
152 | | - | |
| 153 | + | |
| 154 | + | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | | - | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
0 commit comments