Terria JS
TerriaJS is a web based map vizualisation tool. It can connect to a variety of file formats and online resources. You can share maps and map stories with partners and compare map views. For time enabled services you can create diagrams.
- Website: https://terria.io
- Github: https://github.com/terriaJS/terriajs/
TerriaJS in LSC-hubs
This document describes how terriajs has been customised and deployed to fit the needs of LSC Hubs.
TerriaMap is a ready-made web environment for the the terriaJS library.
A docker container definition for TerriaMap is available at github.
On the container a number of files need to be overridden with tailored changes (to update titles, logo’s colors).
- wwwroot/about.html contains the text of the about page
- wwwroot/index.html adds a relevant title and some css updates
- wwwroot/config.json contains the config of the main application
- init/simple.json and other map files in this folder can be used as predefined maps
You can either override these files as part of the container build process or add the files during container deployment.