# raster-baselayer-demo **Repository Path**: mirrors_tangrams/raster-baselayer-demo ## Basic Information - **Project Name**: raster-baselayer-demo - **Description**: A Tangram demo showing WebGL content drawn over a raster baselayer - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # raster-baselayer-demo A demonstration of a [Tangram](http://github.com/tangrams/tangram) map with a raster baselayer. Live demo: http://tangrams.github.io/raster-baselayer-demo ### To run locally: Start a web server in the repo's directory: python -m SimpleHTTPServer 8000 If that doesn't work, try: python -m http.server 8000 Then navigate to: [http://localhost:8000](http://localhost:8000)