Skip to content

Commit

Permalink
Update MapStore submodule to include fix related to widget resizing (#83
Browse files Browse the repository at this point in the history
)

* update mapstore submodule

* update client bundle
  • Loading branch information
allyoucanmap authored Mar 5, 2021
1 parent b78555f commit 27a8c2d
Show file tree
Hide file tree
Showing 289 changed files with 309 additions and 195 deletions.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/MapStore2
Submodule MapStore2 updated 74 files
+11 −0 CHANGELOG.md
+1 −0 docs/developer-guide/maps-configuration.md
+ docs/user-guide/img/button/sync_to_server.jpg
+ docs/user-guide/img/layer-settings/display.jpg
+2 −0 docs/user-guide/layer-settings.md
+2 −1 package.json
+6 −0 web/client/actions/__tests__/annotations-test.js
+12 −0 web/client/actions/mapInfo.js
+0 −3 web/client/components/I18N/IntlNumberFormControl.jsx
+67 −0 web/client/components/TOC/fragments/__tests__/ToggleFilter-test.jsx
+7 −1 web/client/components/data/identify/enhancers/identify.js
+7 −3 web/client/components/map/cesium/plugins/WMSLayer.js
+7 −5 web/client/components/map/leaflet/plugins/WMSLayer.js
+24 −10 web/client/components/map/openlayers/DrawSupport.jsx
+100 −13 web/client/components/map/openlayers/MeasurementSupport.jsx
+3 −2 web/client/components/map/openlayers/VectorStyle.js
+102 −0 web/client/components/map/openlayers/__tests__/DrawSupport-test.jsx
+142 −4 web/client/components/map/openlayers/__tests__/MeasurementSupport-test.jsx
+16 −1 web/client/components/map/openlayers/__tests__/VectorStyle-test.js
+2 −1 web/client/components/map/openlayers/plugins/WMSLayer.js
+2 −1 web/client/components/mapcontrols/annotations/Annotations.jsx
+8 −2 web/client/components/mapcontrols/annotations/AnnotationsEditor.jsx
+4 −2 web/client/components/mapcontrols/annotations/CoordinatesEditor.jsx
+4 −1 web/client/components/mapcontrols/annotations/__tests__/AnnotationsEditor-test.js
+1 −1 web/client/components/mapcontrols/annotations/__tests__/CoordinatesEditor-test.js
+14 −23 web/client/components/mapcontrols/search/SearchBar.jsx
+10 −2 web/client/components/mapcontrols/search/__tests__/SearchBar-test.jsx
+34 −1 web/client/components/widgets/enhancers/__tests__/dependenciesToFilter-test.jsx
+2 −2 web/client/components/widgets/enhancers/dependenciesToFilter.js
+7 −3 web/client/components/widgets/enhancers/emptyTextState.js
+36 −0 web/client/epics/__tests__/annotations-test.js
+36 −2 web/client/epics/__tests__/measurement-test.jsx
+34 −16 web/client/epics/annotations.js
+29 −5 web/client/epics/measurement.js
+1 −1 web/client/examples/data/mapStoreConfig.json
+12 −0 web/client/plugins/Annotations.jsx
+3 −3 web/client/plugins/GeoStorySave.jsx
+17 −14 web/client/plugins/Identify.jsx
+1 −0 web/client/plugins/Map.jsx
+1 −3 web/client/plugins/Search.jsx
+59 −6 web/client/plugins/SearchServicesConfig.jsx
+5 −2 web/client/plugins/Widgets.jsx
+4 −4 web/client/plugins/__tests__/GeoStorySave-test.jsx
+1 −1 web/client/product/components/viewer/about/AboutContent.jsx
+3 −4 web/client/product/plugins/Attribution.jsx
+1 −1 web/client/product/plugins/Footer.jsx
+3 −2 web/client/product/plugins/NavMenu.jsx
+10 −1 web/client/reducers/__tests__/annotations-test.js
+8 −1 web/client/reducers/__tests__/mapInfo-test.js
+9 −4 web/client/reducers/__tests__/measurement-test.js
+4 −1 web/client/reducers/annotations.js
+9 −1 web/client/reducers/mapInfo.js
+3 −1 web/client/reducers/measurement.js
+4 −0 web/client/selectors/__tests__/mapInfo-test.js
+3 −6 web/client/selectors/mapInfo.js
+55 −0 web/client/test-resources/widgets/dependenciesToFiltersData.js
+1 −1 web/client/translations/data.de-DE.json
+1 −1 web/client/translations/data.en-US.json
+1 −1 web/client/translations/data.es-ES.json
+1 −1 web/client/translations/data.fi-FI.json
+1 −1 web/client/translations/data.fr-FR.json
+1 −1 web/client/translations/data.hr-HR.json
+1 −1 web/client/translations/data.it-IT.json
+148 −34 web/client/translations/data.nl-NL.json
+1 −1 web/client/translations/data.pt-PT.json
+1 −1 web/client/translations/data.vi-VN.json
+1 −1 web/client/translations/data.zh-ZH.json
+5 −4 web/client/utils/ElevationUtils.js
+5 −3 web/client/utils/MeasurementUtils.js
+12 −7 web/client/utils/WMTSUtils.js
+26 −0 web/client/utils/__tests__/WMTSUtils-test.js
+7 −5 web/client/utils/cesium/BILTerrainProvider.js
+1 −1 web/client/utils/ogc/GML/index.js
+29 −4 web/client/utils/ogc/__tests__/GML-test.js
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
geonode-mapstore-client-v2.0.9-aff0852959f787ed20b6de27676aecb88db03d86
geonode-mapstore-client-v2.0.9-1bb1aeedd1eea0f5a8a07e45658495e0385ab48c

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Loading

0 comments on commit 27a8c2d

Please sign in to comment.