This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}}); |