Skip to content

Commit

Permalink
Add shared mailbox, fix styling issues (#336)
Browse files Browse the repository at this point in the history
* Change email to shared mailbox

* Remove related maps

* Expand MEDUSA description

* Fix styling inconsistencies
  • Loading branch information
LukeParky authored Nov 29, 2024
1 parent c922150 commit 3df5d57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pywps.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contact_city=Christchurch
contact_stateorprovince=None
contact_postalcode=8140
contact_country=New Zealand
contact_email=luke.parkinson@canterbury.ac.nz
contact_email=gri-enquiries+otakaro@canterbury.ac.nz
contact_instructions=Contact via Email or GitHub
contact_role=pointOfContact

Expand Down
2 changes: 1 addition & 1 deletion terriajs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM lparkinson/otakaro_terria_map:1.6
FROM lparkinson/otakaro_terria_map:1.8

# Install envsubst dependencies
USER root
Expand Down
3 changes: 2 additions & 1 deletion terriajs/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{
"type": "group",
"name": "Data Catalogue",
"dataCustodian": "Christchurch City Council https://opendata-christchurchcity.hub.arcgis.com/",
"members": [
{
"name": "Christchurch City Council Open Data",
Expand Down Expand Up @@ -68,7 +69,7 @@
{
"type": "wps",
"name": "MEDUSA Pollution source model",
"description": "Model a rainfall event to identify sources of stormwater pollution.",
"description": "Model a rainfall event to identify sources of stormwater pollution. <br><br> Adapted from https://doi.org/10.3390/w12040969 with the assistance of MEDUSA2.0 author Frances Charters.",
"url": "$BACKEND_URL/wps",
"identifier": "medusa"
}
Expand Down
5 changes: 3 additions & 2 deletions terriajs/client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"parameters": {
"appName": "Ōtākaro Digital Twin",
"tabbedCatalog": true,
"supportEmail": "luke.parkinson@canterbury.ac.nz",
"supportEmail": "gri-enquiries+otakaro@canterbury.ac.nz",
"cesiumIonAccessToken": "$CESIUM_ACCESS_TOKEN",
"brandBarElements": [
"<div style=\"display: flex; align-items: center;\">\n <h1 style=\"color: white;\">Ōtākaro Digital Twin</h1>\n</div>"
],
"brandBarSmallElements": [
"<div style=\"display: flex; align-items: center;\">\n <h3 style=\"color: white;\">Ōtākaro Digital Twin</h3>\n</div>"
]
],
"relatedMaps": []
}
}

0 comments on commit 3df5d57

Please sign in to comment.