https://github.com/pacificcommunity/terriamapstatic
Static HTML version of TerriaMap
https://github.com/pacificcommunity/terriamapstatic
Last synced: 5 months ago
JSON representation
Static HTML version of TerriaMap
- Host: GitHub
- URL: https://github.com/pacificcommunity/terriamapstatic
- Owner: PacificCommunity
- Created: 2020-05-14T03:20:50.000Z (about 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-05-15T07:38:06.000Z (about 6 years ago)
- Last Synced: 2025-04-09T09:42:02.393Z (about 1 year ago)
- Language: HTML
- Size: 24.1 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Terria Map Static
==========

This is a static HTML (serverless) version of [Terria Map](https://github.com/TerriaJS/TerriaMap).
That means you can create your own working version just by forking this repository!
Features missing in this serverless version:
- No CORS proxy, so you can only use services that have CORS enabled, or through an existing CORS proxy.
- No authenticated proxy service.
- No Proj4 conversion service, so some files may not display, such as GeoJSON files using an obscure projection.
- No server-side OGR2OGR service, so the user can't drag Shapefiles or other non-standard format files into the browser. GeoJSON, CSV and KML still work.
## Updating this repository
How this version is made:
1. Check out https://github.com/TerriaJS/TerriaMap
2. `npm install`
3. `gulp release`
4. This repository is the contents of the `wwwroot/build` directory.