terrajs-mcp.md

TerriaJS MCP

UI App
from"TerriaJS"
1.2k

Rich geospatial data explorer with Cesium 3D globe and Leaflet 2D fallback

Visualization
TerriaJSCesiumLeafletgeospatial
install.sh
# Clone the repository
$git clone https://github.com/TerriaJS/terriajs
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve