-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
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
OUTDATED: Add is_paved boolean for road layer features #1335
Comments
Would we default |
Generally we only export boolean values when (There's also a related concept here of warning people when a surface is Agree we should vary default by
For Tangram we can test:
From TagInfo values with ≥ 0.01% &/or greater than 500 count.
NOTE: |
cobblestone:flattened is not transformed at this moment, I filed #1337 to correct this |
Maybe it would be better to ignore this values? 6k usages is not significant and maybe encouraging using sensible surface values overall would have a better effect? Note that is used to (it seems) to marking paving stones as ones with size of 30cm. Encouraging to use it means encouraging to use separate surface value for every size of paving stone. |
Location (is given way inside park/forest etc) is already computed, maybe set highway=path/footway default depending on location? For example unpaved as default in forests, paved as default in urban areas? |
I'm fine remapping it to paving_stones. I've updated the table. |
👍 That's a great idea! This would require queries.yaml to do the landuse_kind intercut before we calculate the |
Moving in to the v1.6 milestone as I think it should be marked process changed with what @zerebubuth proposes in #1710 (comment). |
Process changed to #1716. |
Picking up from #1334.... There are lots of different surface values, some of which fall under the generic rubric of "paved" and others which don't. Let's add a generic is_paved boolean for road layer features.
Once we have the
is_paved
logic we should also revisit droppingsurface
at low zooms, see #1334.In Mapzen's bike map theme for Walkabout we have to test a long list of surface values, it would be more convenient to know if something is paved or not. (There are also plans to do more with surface for a road focused theme.)
Here's how OSM.org cartography categories them:
Note: we don't use
:
in Tilezen property names or values so the following are re-mapped:cobblestone:flattened
tocobblestone_flattened
concrete:lanes
toconcrete_lanes
concrete:plates
toconcrete_plates
The text was updated successfully, but these errors were encountered: