-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
We want to make it as easy as possible to experience the result of the work done here, so;
Let's create a tile server that can render tiles right in rust or through some other means. That way, anyone can look at it in their tool of choice.
- find a library/mechanism for rendering shapes to raster nicely
- implement rendering osm2streets data to tiles (raster or vector) on request
- set up a tileserver api (WMS, TMS, etc.) that provides access to
In future, we could glue on a "download small region" step which downloads .osm xml from osm.org, or whatever data source you want to plug in. Rendering raster will be useful in JOSM too, so we don't have to do it in Java
hendursaga
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers