Skip to content

Commit

Permalink
Update MS to latest version (Phase IV) (georchestra#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 authored Jan 16, 2024
1 parent d66903c commit 215a8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapStore2
Submodule MapStore2 updated 50 files
+2 −2 docs/developer-guide/integrations/users/openId.md
+6 −0 web/client/actions/__tests__/featuregrid-test.js
+0 −14 web/client/actions/__tests__/geoProcessing-test.js
+3 −2 web/client/actions/featuregrid.js
+2 −18 web/client/actions/geoProcessing.js
+1 −1 web/client/api/CSW.js
+4 −0 web/client/api/ThreeDTiles.js
+48 −14 web/client/components/mapcontrols/annotations/AnnotationsEditor.jsx
+40 −4 web/client/components/mapcontrols/annotations/__tests__/AnnotationsEditor-test.js
+316 −36 web/client/epics/__tests__/geoProcessing-test.js
+16 −3 web/client/epics/featuregrid.js
+137 −63 web/client/epics/geoProcessing.js
+26 −15 web/client/observables/wps/collectGeometries.js
+2 −0 web/client/plugins/GeoProcessing.jsx
+10 −5 web/client/plugins/GeoProcessing/IntersectionLayer.jsx
+11 −5 web/client/plugins/GeoProcessing/SourceLayer.jsx
+4 −1 web/client/plugins/Print.jsx
+3 −2 web/client/plugins/StreetView/StreetView.jsx
+9 −1 web/client/plugins/StreetView/components/EmptyStreetView.js
+2 −2 web/client/plugins/StreetView/containers/StreetViewContainer.jsx
+40 −1 web/client/plugins/__tests__/Print-test.jsx
+14 −15 web/client/plugins/featuregrid/FeatureEditor.jsx
+18 −2 web/client/plugins/print/LegendOptions.jsx
+2 −2 web/client/plugins/print/TextInput.jsx
+1 −1 web/client/reducers/__tests__/config-test.js
+7 −0 web/client/reducers/__tests__/featuregrid-test.js
+46 −15 web/client/reducers/__tests__/geoProcessing-test.js
+6 −0 web/client/reducers/__tests__/print-test.js
+3 −27 web/client/reducers/config.js
+4 −2 web/client/reducers/featuregrid.js
+4 −26 web/client/reducers/geoProcessing.js
+5 −3 web/client/reducers/layers.js
+2 −1 web/client/reducers/print.js
+77 −24 web/client/selectors/__tests__/geoProcessing-test.js
+42 −6 web/client/selectors/geoProcessing.js
+3 −1 web/client/selectors/layers.js
+12 −0 web/client/selectors/mapInfo.js
+6 −3 web/client/translations/data.de-DE.json
+6 −3 web/client/translations/data.en-US.json
+6 −3 web/client/translations/data.es-ES.json
+6 −3 web/client/translations/data.fr-FR.json
+5 −2 web/client/translations/data.it-IT.json
+1 −1 web/client/utils/AnnotationsUtils.js
+84 −0 web/client/utils/GeoProcessingUtils.js
+44 −2 web/client/utils/LayersUtils.js
+1 −0 web/client/utils/MeasurementUtils.js
+14 −3 web/client/utils/PrintUtils.js
+81 −0 web/client/utils/__tests__/GeoProcessingUtils-test.js
+39 −1 web/client/utils/__tests__/LayersUtils-test.js
+34 −1 web/client/utils/__tests__/PrintUtils-test.js

0 comments on commit 215a8df

Please sign in to comment.