Skip to content
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

Restrict direction cones to matching parent ways #10582

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

tyrasd
Copy link
Member

@tyrasd tyrasd commented Dec 4, 2024

Fixes #9013: For certain vertex features, only look at matching parent ways when determining where to draw direction cones:

  • highway related points (e.g. highway=stop/yield/…, traffic calming, cycleway=asl, traffic signs, barriers): only look at parent ways with highway=*
  • railway related points (e.g. railway=milestone): only look at parent ways with railway=*
  • waterway related points (e.g. waterway=milestone): only look at parent ways with waterway=*

These cases cover all presets in iD that currently use the direction_vertex field. Are there any further feature combinations to consider?

@tyrasd tyrasd added the map-renderer An issue with how things are rendered in the map label Dec 4, 2024
@tyrasd tyrasd force-pushed the direction-cones-restrict branch from b6dc762 to d77804a Compare December 11, 2024 11:02
for certain vertex features, only look at matching parent ways when determining where to draw direction cones:

* highway related points (e.g. highway=stop/yield/etc., traffic calming, cycleway=asl, traffic signs, barriers): only look at parent ways with highway=*
* railway related points (e.g. railway=milestone): only look at parent ways with railway=*
* waterway related points (e.g. waterway=milestone): only look at parent ways with waterway=*

see also #5634
@tyrasd tyrasd force-pushed the direction-cones-restrict branch from d77804a to 3be7eb6 Compare December 11, 2024 11:04
@tyrasd tyrasd merged commit 3be7eb6 into develop Dec 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
map-renderer An issue with how things are rendered in the map
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Directions from stop signs visualized on ways without highway tag.
1 participant