Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ Uses [Mapzen's](http://mapzen.com/tangrams/tangram) global [elevation service](h
>
> Do not resize the view or move the map during render as this will interfere with the render process.

### Box Mode
- Adds a rectangular bounding box, for exporting the heightmap of a lat-lon bounded region.
- Box supports rotation, and works with rendering.
- If Box is active, only the region inside the box will be in the final output of render.
### Todo

- add a GeoTIFF export option which includes metadata
- fix Render Multiplier issue when the view bounds exceeds the tile latitude limit.
- **Super Extra Credit:** further export options including lat/lon bounding boxes, country/boundary masking using OSM vector tiles
- **Super Extra Credit:** further export options including ~~lat/lon bounding boxes~~, country/boundary masking using OSM vector tiles

### To run locally:

Expand Down
Loading