-
Notifications
You must be signed in to change notification settings - Fork 174
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
Allow flag “access=private” in vehicleprofile #1265
Comments
Not sure how that is currently being implemented in Navit, but deciding whether it’s OK to use a certain way with access restrictions such as “private”, “customers”, “destination” etc. is complex.
A workaround would be to treat access flags like However, I can’t tell off the top of my head how Navit currently handles |
In maptool/osm.c for access, only destination is handled:
For destination AF_THROUGH_TRAFFIC_LIMIT is set in flags[0]. So changing You need to build maptool and create your map from scratch using the new maptool. |
@OLFDB thank you, this helped fix it. |
Hi, I stay in an area that I s designated with flag “access=private” . The navigation won’t start at my location and takes me all sorts of places except to/from the area where I stay.
I have tried all sorts of combinations in navit.xml vehicleprofile
Any pointers on how to access these areas (ie allow access=private) or at least NOT avoid areas marked as access=private
The text was updated successfully, but these errors were encountered: