Skip to content

Commit

Permalink
georchestra#651: Update MS to latest version (Phase III) (georchestra…
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 committed Oct 5, 2023
1 parent de52fd4 commit 6076eec
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MapStore2
Submodule MapStore2 updated 533 files
35 changes: 32 additions & 3 deletions configs/pluginsConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"TOCItemsSettings",
"FeatureEditor",
"FilterLayer",
"AddGroup"
"AddGroup",
"Swipe"
],
"autoEnableChildren": [
"TOCItemsSettings",
Expand Down Expand Up @@ -182,7 +183,7 @@
"symbolsPath": "assets/symbols/"
},
"dependencies": [
"SidebarMenu"
"TOC"
]
},
{
Expand Down Expand Up @@ -212,7 +213,8 @@
"title": "plugins.Home.title",
"description": "plugins.Home.description",
"dependencies": [
"OmniBar"
"OmniBar",
"SidebarMenu"
]
},
{
Expand Down Expand Up @@ -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"
]
}
]
}
6 changes: 3 additions & 3 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<!-- ================================================================ -->
<!-- GeoStore modules -->
<!-- ================================================================ -->
<dependency>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-webapp</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0.0</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>proxy</groupId>
<artifactId>http_proxy</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.0</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 6076eec

Please sign in to comment.