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
Access restriction not observed #178
Comments
|
what does motor_vehicle=agricultural imply? that only agricultural vehicles are allowed? |
|
It implies only agricultural traffic (just as forestry implies traffic for forest maintenance), independent of type of vehicle (see http://wiki.openstreetmap.org/wiki/Key:access). Note that the agricultural=* tag applies to agricultural vehicles, not use. motor_vehicle should include all motorized vehicles with the exception of motorized wheel chairs. |
|
Further comment: the most reasonable way to handle this restriction btw is to handle it similar to *=destination. If the user selects a destination that is only reachable by ways with such a restriction, route, but issue a warning. Don't use such roads to route through traffic. |
|
but bicycles/pedestrians are allowed? |
|
Yes. A rough hierarchy of access tags is access (applies to all access)
In real life there is no such thing as a strict hierarchy for such things, see for example: |
|
makes sense. :-) |
|
Thanks for the info. |
|
This is now implemented with the switch to a script engine based data extraction routine. |
motor_vehicle=agricultural is not observed. This and motor_vehicle=forestry are very common in Switzerland, see
http://taginfo.openstreetmap.ch/keys/motor_vehicle#values
Example of use: http://www.openstreetmap.org/browse/way/36411709
The text was updated successfully, but these errors were encountered: