diff --git a/MapStore2 b/MapStore2
index c4f94e3b7..7a3e2cd3a 160000
--- a/MapStore2
+++ b/MapStore2
@@ -1 +1 @@
-Subproject commit c4f94e3b7bfd22eaf94e22aebf6d9f1b09a61b6f
+Subproject commit 7a3e2cd3a04563f4be6cda1637a80de859f375a1
diff --git a/configs/pluginsConfig.json b/configs/pluginsConfig.json
index 4a8856347..bf212eb45 100644
--- a/configs/pluginsConfig.json
+++ b/configs/pluginsConfig.json
@@ -58,7 +58,8 @@
"TOCItemsSettings",
"FeatureEditor",
"FilterLayer",
- "AddGroup"
+ "AddGroup",
+ "Swipe"
],
"autoEnableChildren": [
"TOCItemsSettings",
@@ -182,7 +183,7 @@
"symbolsPath": "assets/symbols/"
},
"dependencies": [
- "SidebarMenu"
+ "TOC"
]
},
{
@@ -212,7 +213,8 @@
"title": "plugins.Home.title",
"description": "plugins.Home.description",
"dependencies": [
- "OmniBar"
+ "OmniBar",
+ "SidebarMenu"
]
},
{
@@ -630,6 +632,33 @@
{
"name": "SidebarMenu",
"hidden": true
+ },
+ {
+ "name": "MapViews",
+ "glyph": "map-view",
+ "title": "plugins.MapViews.title",
+ "description": "plugins.MapViews.description",
+ "dependencies": [
+ "SidebarMenu"
+ ]
+ },
+ {
+ "name": "LongitudinalProfileTool",
+ "glyph": "1-line",
+ "title": "plugins.LongitudinalProfileTool.title",
+ "description": "plugins.LongitudinalProfileTool.description",
+ "dependencies": [
+ "SidebarMenu"
+ ]
+ },
+ {
+ "name": "GeoProcessing",
+ "glyph": "globe-settings",
+ "title": "plugins.GeoProcessing.title",
+ "description": "plugins.GeoProcessing.description",
+ "dependencies": [
+ "SidebarMenu"
+ ]
}
]
}
diff --git a/web/pom.xml b/web/pom.xml
index 58b94fed0..9a522a434 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -30,7 +30,7 @@
it.geosolutions.mapstore
mapstore-services
- 1.6-SNAPSHOT
+ 1.6.0
@@ -38,14 +38,14 @@
it.geosolutions.geostore
geostore-webapp
- 2.1-SNAPSHOT
+ 2.0.0
war
runtime
proxy
http_proxy
- 1.5-SNAPSHOT
+ 1.4.0
war
runtime