Skip to content

Commit

Permalink
Add tiled kowhaiwhai and title
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeParky committed Nov 26, 2024
1 parent 26f716f commit 99e0238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.0
FROM lparkinson/otakaro_terria_map:1.1

# Install envsubst dependencies
USER root
Expand Down
4 changes: 3 additions & 1 deletion terriajs/client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"appName": "Ōtākaro Digital Twin",
"supportEmail": "[email protected]",
"cesiumIonAccessToken": "$CESIUM_ACCESS_TOKEN",
"brandBarElements": ["<a href=\"#\"><img src=\"images/kowhaiwhai.svg\" title=\"Version: {{version}}\" /></a>"]
"brandBarElements": [
"<div style=\"display: block; width: 100%;\"><a href=\"#\" target=\"_blank\" style=\"background-image: url(&quot;/images/kowhaiwhai.svg&quot;); width: 100%; height: 50%;background-size: 50% 100%;\"></a><h3 style=\"color: white;\">Ōtākaro Digital Twin</h3></div>"
]
}
}

0 comments on commit 99e0238

Please sign in to comment.