Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TerriaJS/TerriaMap
Catalog-based web geospatial visualisation platform.
https://github.com/TerriaJS/TerriaMap
Last synced: 16 days ago
JSON representation
Catalog-based web geospatial visualisation platform.
- Host: GitHub
- URL: https://github.com/TerriaJS/TerriaMap
- Owner: TerriaJS
- License: apache-2.0
- Created: 2015-05-22T05:57:13.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T04:56:12.000Z (22 days ago)
- Last Synced: 2024-10-21T07:48:32.565Z (22 days ago)
- Language: HTML
- Homepage: https://terria.io
- Size: 42 MB
- Stars: 324
- Watchers: 33
- Forks: 255
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Terria Map
[![Build Status](https://github.com/TerriaJS/TerriaMap/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/TerriaJS/TerriaMap/actions/workflows/ci.yml) [![Docs](https://img.shields.io/badge/docs-online-blue.svg)](https://docs.terria.io/)
![Terria logo](terria-logo.png "Terria logo")
This is a complete website built using the TerriaJS library. See the [TerriaJS README](https://github.com/TerriaJS/TerriaJS) for information about TerriaJS, and getting started using this repository.
For instructions on how to deploy your map, see [the documentation here](doc/deploying/deploying-to-aws.md).
To get in touch:
- Join the [TerriaJS Github Discussion](https://github.com/TerriaJS/terriajs/discussions)
- Raise issues in the [TerriaJS Github issue tracker](https://github.com/TerriaJS/terriajs/issues/new)---
## Major announcements
Following is a list of major announcements and upgrades that may affect users maintaining a fork (copied from [TerriaJS announcements](https://github.com/TerriaJS/terriajs/discussions/categories/announcements)). For a full list of changes to TerriaMap, including the latest versions of TerriaJS included with each release please refer to [CHANGES.md](https://github.com/TerriaJS/TerriaMap/blob/main/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.xThis 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](https://github.com/TerriaJS/terriajs/discussions/6787).
### 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 https://github.com/TerriaJS/terriajs/discussions/6731 for more information on why and what to do.
### We just reformatted our codebase with [Prettier](https://prettier.io/) (2022-08-29)
This may cause large merge conflicts when you merge `main` into your fork. See https://github.com/TerriaJS/terriajs/discussions/6517 for instructions on how to merge this formatting change.
### We have released TerriaJS v8 (2021-08-13)
What this means:
- [Our new main branch of TerriaMap](https://github.com/TerriaJS/TerriaMap/tree/main) now uses v8+ of TerriaJS
- [The terriajs7 branch of TerriaMap](https://github.com/TerriaJS/TerriaMap/tree/terriajs7) will use v7 TerriaJS, but will not receive further updates
- We have a [migration guide](https://docs.terria.io/guide/contributing/migration-guide/) available for users of TerriaJS v7 to help them upgrade their applications to TerriaJS v8
- Please chat to us and the community in our [GitHub discussions forum](https://github.com/TerriaJS/terriajs/discussions)