We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.openstreetmap.org/way/95093006
So according to the tags in OSM this is a highway = trunk
Unfortunatly this get's currently filtered at the reduction stage of the topography: https://github.com/XCSoar/xcsoar-mapgen-topology/blob/860ea26e5190aa369282cc7480bd461e7a4d18eb/scripts/reduce_roads_big.py#L28C1-L28C90
I updated the script to include trunks and trunk_links. https://github.com/XCSoar/xcsoar-mapgen-topology/blob/master/scripts/reduce_roads_big.py
The text was updated successfully, but these errors were encountered:
lordfolken
No branches or pull requests
https://www.openstreetmap.org/way/95093006
So according to the tags in OSM this is a highway = trunk
Unfortunatly this get's currently filtered at the reduction stage of the topography:
https://github.com/XCSoar/xcsoar-mapgen-topology/blob/860ea26e5190aa369282cc7480bd461e7a4d18eb/scripts/reduce_roads_big.py#L28C1-L28C90
I updated the script to include trunks and trunk_links.
https://github.com/XCSoar/xcsoar-mapgen-topology/blob/master/scripts/reduce_roads_big.py
The text was updated successfully, but these errors were encountered: