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

Detect highway=speed_camera nodes that are not part of a highway #482

Closed
stefanb opened this issue Apr 17, 2019 · 3 comments
Closed

Detect highway=speed_camera nodes that are not part of a highway #482

stefanb opened this issue Apr 17, 2019 · 3 comments

Comments

@stefanb
Copy link

stefanb commented Apr 17, 2019

Speed cameras are tagged per
https://wiki.openstreetmap.org/wiki/Tag:highway%3Dspeed_camera
which mentions:

This node is tagged

  • on the highway, next to where the actual speed camera is, or
  • at the actual position of the camera next to the highway with an enforcement relation.

Sometimes mappers put a highway=speed_camera node on the exact location of the camera, by the road instead of on the road itself. The navigation applications do not consider such cameras as relevant.

It would be nice to get a warning in such cases.

frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Apr 27, 2019
jocelynj added a commit that referenced this issue Apr 27, 2019
* frodrigo/master:
  Add analyser_osmosis_relation_enforcement #482
  Add indoor as main tag in TagFix_Area
  Better desc in merge with ref #484
  Add analyser_merge_bicycle_rental_FR_IDF
  Add analyser_merge_street_objects #380
  Mapillary source refactoring
@frodrigo
Copy link
Member

@frodrigo
Copy link
Member

@stefanb the check is setup. But I'm worried about change is OSM based on this. If the contributor move the node to way we lost some kind of information about the probably direction. But the wiki miss the point of the direction, look at https://wiki.openstreetmap.org/wiki/Talk:Tag:highway%3Dspeed_camera

@stefanb
Copy link
Author

stefanb commented May 4, 2019

Thanks, seems to work perfectly!

The speed camera nodes should either be moved to ways or preferably put in an enforcement relation with a device role.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants