Skip to content

TerriaMap deployment for UNL - advice #6553

Discussion options

You must be logged in to vote

To enable the language switcher:

The settings for this are in the TerriaMap repo, here...
/TerriaMap/wwwroot/config.json
Change this by modifying enabled property in config.json, and adding "es" to the languages object:

 "languageConfiguration": {
      "enabled": true,
      "debug": false,
      "languages": {
	    "es": "Espanol",
        "en": "English"
      },
      "fallbackLanguage": "en"
    },

To deploy Terria to a server

Please see https://docs.terria.io/guide/deploying/deploying-to-aws/ . I will update this doc this week, so check next week and should be helpful for you.

Adding sensor data to Terria

E.g. weather station data.

This is very dependent on what your weather statio…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by meh9
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants