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

Visually differentiate roads speed limits #5662

Open
ignaciolep opened this issue Dec 29, 2018 · 4 comments
Open

Visually differentiate roads speed limits #5662

ignaciolep opened this issue Dec 29, 2018 · 4 comments
Labels
considering Not Actionable - still considering if this is something we want map-renderer An issue with how things are rendered in the map

Comments

@ignaciolep
Copy link

Need: Be able to see on map each segment speed to know where is missing or incorrect.

Proposal: Add a new map data layer that would render a color line or halo next to each roads segment that have the maxspeed tag, using different colors to visualize each speed range.

For example:

kmh:
10: dark red (10-19 kmh)
20:
30:
40:
45:
50:
60:
70:
80:
90:
100:
110:
130+: dark green

mph:
5: dark red
10:
15:
20:
25:
30:
35:
40:
45:
50:
55:
60:
65:
70:
75:
80:
85+: dark green

@manfredbrandl
Copy link
Contributor

Maybe this is a job better suited for an OSM-Validator, showing segments which have big differences in speed Limit with adjacent segments.

@boothym
Copy link
Contributor

boothym commented Jan 2, 2019

ITO World has a map showing missing speed limits from major/minor roads: http://product.itoworld.com/map/125
They also have maps showing the speed limits in km/h, mph and both: http://product.itoworld.com/map/group/19

@ignaciolep
Copy link
Author

They also have maps showing the speed limits in km/h, mph and both: http://product.itoworld.com/map/group/19

That's the idea. Something like that but integrated in iD, would enable editors to contribute speed limits by easily visualizing where the speed limit is missing or wrong.

@bhousel
Copy link
Member

bhousel commented Jan 5, 2019

The just-merged KeepRight integration #5201 includes a check for missing maxspeed tag. That's a good start for now, but I agree it would be nice to give users more of an ability to add custom styling to highlight issues with the map that they are interested in.

@bhousel bhousel added the considering Not Actionable - still considering if this is something we want label Jan 5, 2019
@quincylvania quincylvania added the map-renderer An issue with how things are rendered in the map label Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
considering Not Actionable - still considering if this is something we want map-renderer An issue with how things are rendered in the map
Projects
None yet
Development

No branches or pull requests

5 participants