Just a tip if you don’t know already, you can get short links clicking the “Share” button (e.g. https://overpass-turbo.eu/s/2319 results in your same query) and also save queries with custom names clicking “Save” after a log in.
An example of a map that you can make with that is https://map.atownsend.org.uk/vector/index_svwd08.html#9.34/52.2054/-1.5605 - that only shows primary and secondary roads if you can walk on them. It wouldn’t be that difficult if you wanted to create a set of vector tiles in that schema for California.
Discussion
Comment from ivanbranco on 26 April 2025 at 13:22
Just a tip if you don’t know already, you can get short links clicking the “Share” button (e.g. https://overpass-turbo.eu/s/2319 results in your same query) and also save queries with custom names clicking “Save” after a log in.
Comment from Tomas_J on 30 April 2025 at 04:14
I am missing sidewalk=separate in the code…
Comment from SomeoneElse on 30 April 2025 at 07:58
The check I use for displaying “is there a sidewalk on a road” on maps is https://github.com/SomeoneElseOSM/SomeoneElse-vector-extract/blob/main/resources/process-sve01.lua#L1790 .
An example of a map that you can make with that is https://map.atownsend.org.uk/vector/index_svwd08.html#9.34/52.2054/-1.5605 - that only shows primary and secondary roads if you can walk on them. It wouldn’t be that difficult if you wanted to create a set of vector tiles in that schema for California.