Skip to content

Instantly share code, notes, and snippets.

@nmxcgeo
nmxcgeo / Notes
Last active September 8, 2020 02:58
Convert Openstreetmap Geojson to CSV for https://github.com/rkistner/chinese-postman
First try to create GPX-routes for Mapillary drives to cover a whole area:
Overpass-Turbo Query:
[out:json][timeout:25];
// gather results
(
way["highway"="residential"]({{bbox}});
way["highway"="unclassified"]({{bbox}});
way["highway"="tertiary"]({{bbox}});
way["highway"="secondary"]({{bbox}});