{"id":13425253,"url":"https://github.com/TerriaJS/TerriaMap","last_synced_at":"2025-03-15T19:32:54.661Z","repository":{"id":32474757,"uuid":"36054928","full_name":"TerriaJS/TerriaMap","owner":"TerriaJS","description":"Catalog-based web geospatial visualisation platform.","archived":false,"fork":false,"pushed_at":"2025-02-18T03:32:18.000Z","size":45681,"stargazers_count":347,"open_issues_count":72,"forks_count":275,"subscribers_count":32,"default_branch":"main","last_synced_at":"2025-02-18T04:22:40.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://terria.io","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TerriaJS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-05-22T05:57:13.000Z","updated_at":"2025-02-11T07:30:45.000Z","dependencies_parsed_at":"2023-01-14T21:30:35.324Z","dependency_job_id":"c9b9760a-36e6-49ab-a034-41e1051ef230","html_url":"https://github.com/TerriaJS/TerriaMap","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerriaJS%2FTerriaMap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerriaJS%2FTerriaMap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerriaJS%2FTerriaMap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerriaJS%2FTerriaMap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TerriaJS","download_url":"https://codeload.github.com/TerriaJS/TerriaMap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243781925,"owners_count":20347163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T00:01:08.361Z","updated_at":"2025-03-15T19:32:49.640Z","avatar_url":"https://github.com/TerriaJS.png","language":"HTML","funding_links":[],"categories":["HTML","JavaScript"],"sub_categories":[],"readme":"# Terria Map\n\n[![Build Status](https://github.com/TerriaJS/TerriaMap/actions/workflows/ci.yml/badge.svg?branch=main\u0026event=push)](https://github.com/TerriaJS/TerriaMap/actions/workflows/ci.yml) [![Docs](https://img.shields.io/badge/docs-online-blue.svg)](https://docs.terria.io/)\n\n![Terria logo](terria-logo.png \"Terria logo\")\n\nThis 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.\n\nFor instructions on how to deploy your map, see [the documentation here](doc/deploying/deploying-to-aws.md).\n\nTo get in touch:\n\n- Join the [TerriaJS Github Discussion](https://github.com/TerriaJS/terriajs/discussions)\n- Raise issues in the [TerriaJS Github issue tracker](https://github.com/TerriaJS/terriajs/issues/new)\n\n---\n\n## Major announcements\n\nFollowing 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). \n\n### We have released TerriaJS v8.3.0 (2023-05-22)\n\nTerriajs version `8.3.0` includes a few breaking changes:\n\n    - Upgrade to Typescript version 4.9.x\n    - Upgrade to Mobx version 6.9.x\n\nThis 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).\n\n### PM2 no longer supported (2023-03-21)\n\nWe've removed pm2 from our dependencies and no longer ship configuration for running terriajs-server with pm2.\n\n`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.\n\n### We just reformatted our codebase with [Prettier](https://prettier.io/) (2022-08-29)\n\nThis 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.\n\n### We have released TerriaJS v8 (2021-08-13)\n\nWhat this means:\n\n- [Our new main branch of TerriaMap](https://github.com/TerriaJS/TerriaMap/tree/main) now uses v8+ of TerriaJS\n- [The terriajs7 branch of TerriaMap](https://github.com/TerriaJS/TerriaMap/tree/terriajs7) will use v7 TerriaJS, but will not receive further updates\n- 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\n- Please chat to us and the community in our [GitHub discussions forum](https://github.com/TerriaJS/terriajs/discussions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTerriaJS%2FTerriaMap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTerriaJS%2FTerriaMap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTerriaJS%2FTerriaMap/lists"}