Skip to content

TerriaJS/TerriaMap

Repository files navigation

Terria Map

Build Status Docs

Terria logo

This is a complete website built using the TerriaJS library. See the TerriaJS README for information about TerriaJS, and getting started using this repository.

For instructions on how to deploy your map, see the documentation here.

To get in touch:


Major announcements

Following is a list of major announcements and upgrades that may affect users maintaining a fork (copied from TerriaJS announcements). For a full list of changes to TerriaMap, including the latest versions of TerriaJS included with each release please refer to CHANGES.md.

We have released TerriaJS v8.3.0 (2023-05-22)

Terriajs version 8.3.0 includes a few breaking changes:

- Upgrade to Typescript version 4.9.x
- Upgrade to Mobx version 6.9.x

This might affect your map only if it has local model layer modifications like your own custom data provider (aka catalog items). Otherwise you can proceed like any other normal upgrade. For instructions on upgrading your maps with local modiciations please refer to the upgrade guide.

PM2 no longer supported (2023-03-21)

We've removed pm2 from our dependencies and no longer ship configuration for running terriajs-server with pm2.

npm start now runs in forground because it no longer uses pm2. A new task gulp dev has been introduced to make development easier. It runs terriajs-server and starts gulp watch - which watches for changes and incrementally builds. See TerriaJS/terriajs#6731 for more information on why and what to do.

We just reformatted our codebase with Prettier (2022-08-29)

This may cause large merge conflicts when you merge main into your fork. See TerriaJS/terriajs#6517 for instructions on how to merge this formatting change.

We have released TerriaJS v8 (2021-08-13)

What this means: