# TerriaMap **Repository Path**: dadalangGG/TerriaMap ## Basic Information - **Project Name**: TerriaMap - **Description**: 类型:Web三维地图框架(支持离线模式) 特点: 基于Cesium开发,可配置离线数据源。 支持3D Tiles、GeoJSON、KML等格式。 离线部署: 配置本地数据目录,禁用在线服务。 优点:界面友好,适合快速搭建三维地图应用。 缺点:需Node.js部署,对新手有一定门槛。 官网:terria.io - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-11 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.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](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)