forked from geosolutions-it/MapStoreExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68d4b81
commit 4e8928e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule MapStore2
updated
19 files
+7 −0 | CHANGELOG.md | |
+1 −1 | binary/bin-war/pom.xml | |
+1 −0 | build/docma-config.json | |
+6 −9 | build/generateChangelog.js | |
+14 −2 | build/testConfig.js | |
+1 −1 | docs/user-guide/catalog.md | |
+1 −1 | java/pom.xml | |
+2 −2 | java/printing/pom.xml | |
+1 −1 | java/services/pom.xml | |
+4 −4 | java/web/pom.xml | |
+1 −1 | pom.xml | |
+3 −3 | product/pom.xml | |
+4 −4 | project/standard/templates/web/pom.xml | |
+6 −7 | web/client/components/geostory/common/enhancers/withPopupSupport.jsx | |
+5 −0 | web/client/components/widgets/view/WidgetsView.jsx | |
+6 −0 | web/client/utils/GeoStoryUtils.js | |
+14 −5 | web/client/utils/VectorStyleUtils.js | |
+18 −3 | web/client/utils/__tests__/GeoStoryUtils-test.js | |
+71 −0 | web/client/utils/__tests__/VectorStyleUtils-test.js |