Skip to content

Commit

Permalink
georchestra#714: Project update to the latest MapStore 2024.02 (georc…
Browse files Browse the repository at this point in the history
…hestra#715)

* Update ms to latest

* version updated

* pom updated

* workflow update

* add missing theme variables

* fix build

* ms service to stable

* snapshot repo removed

* config updated

* Fixed dependencies

* Fixed missing file copy

* Update pom.xml

* Use mapstore services 1.8-SNAPSHOT

---------

Co-authored-by: Lorenzo Natali <[email protected]>
  • Loading branch information
dsuren1 and offtherailz authored Oct 22, 2024
1 parent 8a3b8a1 commit fe581a2
Show file tree
Hide file tree
Showing 18 changed files with 399 additions and 111 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mapstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: mkdir -p scratch && cp web/target/georchestra-mapstore*.deb scratch/georchestra-mapstore-${{ github.sha }}.deb

- name: "publish deb as artifact"
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: georchestra-mapstore.deb
path: scratch/georchestra-mapstore-${{ github.sha }}.deb
Expand All @@ -80,7 +80,7 @@ jobs:
run: mkdir -p scratch && cp web/target/mapstore.war scratch/mapstore-${{ github.sha }}.war

- name: "publish war as artifact"
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: mapstore.war
path: scratch/mapstore-${{ github.sha }}.war
Expand Down
2 changes: 1 addition & 1 deletion MapStore2
Submodule MapStore2 updated 1334 files
4 changes: 0 additions & 4 deletions assets/css/font-awesome.min.css

This file was deleted.

156 changes: 88 additions & 68 deletions configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@
}],
"initialState": {
"defaultState": {
"annotations": {
"config": {
"multiGeometry": true,
"validationErrors": {}
},
"format": "decimal",
"defaultTextAnnotation": "New"
},
"catalog": {
"default": {
"newService": {
Expand Down Expand Up @@ -238,7 +230,8 @@
"group": "background",
"title": "Empty Background",
"fixed": true,
"type": "empty"
"type": "empty",
"visibility": false
}]
}
}
Expand Down Expand Up @@ -315,11 +308,8 @@
}, {
"name": "TOC",
"cfg": {
"activateMetedataTool": false,
"activateMapTitle": false,
"activateSortLayer": false,
"activateLayerFilterTool": false,
"activateQueryTool": false
"activateSortLayer": false
}
}, "AddGroup", {
"name": "TOCItemsSettings",
Expand Down Expand Up @@ -429,7 +419,9 @@
}, "AutoMapUpdate", "DrawerMenu", "Version", "Notifications", "BackgroundSelector", {
"name": "Annotations",
"cfg": {
"symbolsPath": "assets/symbols/"
"symbolsPath": "assets/symbols/",
"format": "decimal",
"defaultTextAnnotation": "New"
}
},
{
Expand Down Expand Up @@ -486,52 +478,55 @@
]
}
}, {
"name": "TOC",
"cfg": {
"activateMetedataTool": true,
"metadataOptions": {
"xmlNamespaces": {
"gmd": "http://www.isotc211.org/2005/gmd",
"srv": "http://www.isotc211.org/2005/srv",
"gco": "http://www.isotc211.org/2005/gco",
"gmx": "http://www.isotc211.org/2005/gmx",
"gfc": "http://www.isotc211.org/2005/gfc",
"gts": "http://www.isotc211.org/2005/gts",
"gml": "http://www.opengis.net/gml"
},
"extractors": [{
"name": "MetadataInfo",
"cfg": {
"metadataOptions": {
"xmlNamespaces": {
"gmd": "http://www.isotc211.org/2005/gmd",
"srv": "http://www.isotc211.org/2005/srv",
"gco": "http://www.isotc211.org/2005/gco",
"gmx": "http://www.isotc211.org/2005/gmx",
"gfc": "http://www.isotc211.org/2005/gfc",
"gts": "http://www.isotc211.org/2005/gts",
"gml": "http://www.opengis.net/gml"
},
"extractors": [
{
"properties": {
"title": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString",
"abstract": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:abstract/gco:CharacterString",
"purpose": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:purpose/gco:CharacterString",
"source": "/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:lineage/gmd:LI_Lineage/gmd:statement/gco:CharacterString",
"createdDate": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date/gco:Date[../../gmd:dateType/gmd:CI_DateTypeCode[@codeListValue='creation']]",
"lastRevisionDate": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date/gco:Date[../../gmd:dateType/gmd:CI_DateTypeCode[@codeListValue='revision']]",
"pointsOfContact": {
"xpath": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact/gmd:CI_ResponsibleParty",
"properties": {
"individualName": "gmd:individualName/gco:CharacterString",
"organisationName": "gmd:organisationName/gco:CharacterString",
"contactInfo": {
"xpath": "gmd:contactInfo/gmd:CI_Contact",
"properties": {
"title": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString",
"abstract": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:abstract/gco:CharacterString",
"purpose": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:purpose/gco:CharacterString",
"source": "/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:lineage/gmd:LI_Lineage/gmd:statement/gco:CharacterString",
"createdDate": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date/gco:Date[../../gmd:dateType/gmd:CI_DateTypeCode[@codeListValue='creation']]",
"lastRevisionDate": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date/gco:Date[../../gmd:dateType/gmd:CI_DateTypeCode[@codeListValue='revision']]",
"pointsOfContact": {
"xpath": "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact/gmd:CI_ResponsibleParty",
"properties": {
"individualName": "gmd:individualName/gco:CharacterString",
"organisationName": "gmd:organisationName/gco:CharacterString",
"contactInfo": {
"xpath": "gmd:contactInfo/gmd:CI_Contact",
"properties": {
"phone": "gmd:phone/gmd:CI_Telephone/gmd:voice/gco:CharacterString",
"deliveryPoints": "gmd:address/gmd:CI_Address/gmd:deliveryPoint/gco:CharacterString",
"city": "gmd:address/gmd:CI_Address/gmd:city/gco:CharacterString",
"postalCode": "gmd:address/gmd:CI_Address/gmd:postalCode/gco:CharacterString",
"country": "gmd:address/gmd:CI_Address/gmd:country/gco:CharacterString",
"electronicMailAddress": "gmd:address/gmd:CI_Address/gmd:electronicMailAddress/gco:CharacterString",
"URL": "gmd:onlineResource/gmd:CI_OnlineResource/gmd:linkage/gmd:URL",
"hoursOfService": "gmd:hoursOfService/gco:CharacterString"
}
},
"role": "gmd:role/gmd:CI_RoleCode/@codeListValue"
}
}
"phone": "gmd:phone/gmd:CI_Telephone/gmd:voice/gco:CharacterString",
"deliveryPoints": "gmd:address/gmd:CI_Address/gmd:deliveryPoint/gco:CharacterString",
"city": "gmd:address/gmd:CI_Address/gmd:city/gco:CharacterString",
"postalCode": "gmd:address/gmd:CI_Address/gmd:postalCode/gco:CharacterString",
"country": "gmd:address/gmd:CI_Address/gmd:country/gco:CharacterString",
"electronicMailAddress": "gmd:address/gmd:CI_Address/gmd:electronicMailAddress/gco:CharacterString",
"URL": "gmd:onlineResource/gmd:CI_OnlineResource/gmd:linkage/gmd:URL",
"hoursOfService": "gmd:hoursOfService/gco:CharacterString"
}
}]
},
"role": "gmd:role/gmd:CI_RoleCode/@codeListValue"
}
}
}
}
}
]
}
}
}, {
"name": "TOC"
},
"FilterLayer",
"AddGroup",
Expand Down Expand Up @@ -738,8 +733,6 @@
"name": "TOC",
"cfg": {
"activateMapTitle": false,
"activateSettingsTool": false,
"activateMetedataTool": false,
"activateRemoveLayer": false
}
},
Expand Down Expand Up @@ -840,17 +833,44 @@
"fluid": true
}
}],
"dashboard": [{
"name": "OmniBar",
"cfg": {
"containerPosition": "header",
"className": "navbar shadow navbar-home"
}
}, "Login", "Language", "NavMenu",
"dashboard": [
{
"name": "OmniBar",
"cfg": {
"containerPosition": "header",
"className": "navbar shadow navbar-home"
}
},
"Details",
"AddWidgetDashboard",
"MapConnectionDashboard",
{
"name": "SidebarMenu",
"cfg": {
"containerPosition": "columns"
}
},
{
"name": "Home",
"override": {
"OmniBar": {
"priority": 5
}
}
},
{
"name": "Login",
"override": {
"OmniBar": {
"priority": 5
}
}
},
"Language", "NavMenu",
"DashboardSave", "DashboardSaveAs",
"DashboardExport", "DashboardImport",
"DeleteDashboard",
"Attribution", "Home", {
"Attribution", {
"name": "Share",
"cfg": {
"showAPI": false,
Expand Down Expand Up @@ -895,7 +915,7 @@
},
"containerPosition": "columns"
}
}, "BurgerMenu", "Dashboard", "Notifications", {
}, "Dashboard", "Notifications", {
"name": "Tutorial",
"cfg": {
"allowClicksThruHole": false,
Expand Down
19 changes: 14 additions & 5 deletions configs/pluginsConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"glyph": "1-map",
"mandatory": true,
"defaultConfig": {
"mapTypeOverride": "openlayers",
"mapOptions": {
"openlayers": {
"interactions": {
Expand Down Expand Up @@ -59,7 +58,8 @@
"FeatureEditor",
"FilterLayer",
"AddGroup",
"Swipe"
"Swipe",
"MetadataInfo"
],
"autoEnableChildren": [
"TOCItemsSettings",
Expand Down Expand Up @@ -213,7 +213,8 @@
"title": "plugins.Home.title",
"description": "plugins.Home.description",
"dependencies": [
"OmniBar"
"OmniBar",
"SidebarMenu"
]
},
{
Expand Down Expand Up @@ -397,6 +398,9 @@
{
"name": "Swipe"
},
{
"name": "MetadataInfo"
},
{
"name": "SearchByBookmark"
},
Expand Down Expand Up @@ -485,9 +489,14 @@
"denyUserSelection": true,
"title": "plugins.Save.title",
"description": "plugins.Save.description",
"dependencies": [
"SidebarMenu",
"children": [
"SaveAs"
],
"autoEnableChildren": [
"SaveAs"
],
"dependencies": [
"SidebarMenu"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion dashboard-embedded-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<!--script src="https://maps.google.com/maps/api/js?v=3"></script-->
<script async type="text/javascript" src="https://unpkg.com/[email protected]/es5.js" onload="checkBrowser()"></script>
<script src="https://unpkg.com/[email protected]/es5.js"
async integrity="sha384-CWiXbo5RNu6nv9tiCWA2y1DQKjEQDDH+yFQga1FytuIZjOTcVr+4ojw2S2lShj/d" crossorigin="anonymous"
onload="checkBrowser()"></script>
<script type="text/javascript">
function checkBrowser() {
var browserInfo = bowser.getParser(window.navigator.userAgent);
Expand Down
1 change: 0 additions & 1 deletion embedded.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
</style>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
<!--script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.10/proj4.js"></script-->
</head>
Expand Down
5 changes: 3 additions & 2 deletions embeddedTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@
</style>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
<!--script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.10/proj4.js"></script-->
<script async type="text/javascript" src="https://unpkg.com/[email protected]/es5.js" onload="checkBrowser()"></script>
<script src="https://unpkg.com/[email protected]/es5.js"
async integrity="sha384-CWiXbo5RNu6nv9tiCWA2y1DQKjEQDDH+yFQga1FytuIZjOTcVr+4ojw2S2lShj/d" crossorigin="anonymous"
onload="checkBrowser()"></script>
<script type="text/javascript">
function checkBrowser() {
var browserInfo = bowser.getParser(window.navigator.userAgent);
Expand Down
Empty file added favicon.ico
Empty file.
4 changes: 3 additions & 1 deletion geostory-embedded-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
<!--script src="https://maps.google.com/maps/api/js?v=3"></script-->
<script async type="text/javascript" src="https://unpkg.com/[email protected]/es5.js" onload="checkBrowser()"></script>
<script src="https://unpkg.com/[email protected]/es5.js"
async integrity="sha384-CWiXbo5RNu6nv9tiCWA2y1DQKjEQDDH+yFQga1FytuIZjOTcVr+4ojw2S2lShj/d" crossorigin="anonymous"
onload="checkBrowser()"></script>
<script type="text/javascript">
function checkBrowser() {
var browserInfo = bowser.getParser(window.navigator.userAgent);
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
src: local('Noto Sans'), local('NotoSans-Regular'), url(assets/fonts/NotoSans.ttf) format('truetype');
}
</style>
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
<!--script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.10/proj4.js"></script-->
<!--<script src="https://www.mapquestapi.com/sdk/leaflet/v2.2/mq-map.js?key=__API_KEY_MAPQUEST__"></script>-->
Expand Down
5 changes: 3 additions & 2 deletions indexTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@
src: local('Noto Sans'), local('NotoSans-Regular'), url(assets/fonts/NotoSans.ttf) format('truetype');
}
</style>
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<script src="assets/js/proj4.js"></script>
<script async type="text/javascript" src="assets/js/es5.js" onload="checkBrowser()"></script>
<script src="https://unpkg.com/[email protected]/es5.js"
async integrity="sha384-CWiXbo5RNu6nv9tiCWA2y1DQKjEQDDH+yFQga1FytuIZjOTcVr+4ojw2S2lShj/d" crossorigin="anonymous"
onload="checkBrowser()"></script>
<script type="text/javascript">
function checkBrowser() {
var browserInfo = bowser.getParser(window.navigator.userAgent);
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "georchestra",
"version": "1.3.0",
"version": "1.4.0",
"description": "geOrchestra",
"repository": "https://github.com/georchestra/mapstore2-georchestra",
"main": "index.js",
Expand Down Expand Up @@ -65,8 +65,8 @@
"expect": "1.20.1",
"file-loader": "2.0.0",
"glob": "7.1.1",
"html-loader": "0.5.1",
"html-webpack-plugin": "4.5.0",
"html-loader": "2.1.2",
"html-webpack-plugin": "5.2.0",
"jsdoc-jsx": "0.1.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
Expand All @@ -82,7 +82,7 @@
"karma-webpack": "5.0.0",
"less": "4.1.1",
"less-loader": "8.0.0",
"markdownlint-cli": "0.32.2",
"markdownlint-cli": "0.34.0",
"mini-css-extract-plugin": "1.3.9",
"mkdirp": "0.5.1",
"ncp": "2.0.0",
Expand All @@ -107,7 +107,7 @@
"terser": "5.18.1",
"url-loader": "0.5.7",
"vusion-webfonts-generator": "0.4.1",
"webpack": "5.9.0",
"webpack": "5.54.0",
"webpack-bundle-size-analyzer": "2.0.2",
"webpack-cli": "4.10.0",
"webpack-dev-server": "3.11.0"
Expand Down
Loading

0 comments on commit fe581a2

Please sign in to comment.