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

Support restriction:forward:conditional #6409

Closed
alyonapinchuk opened this issue Dec 30, 2018 · 1 comment
Closed

Support restriction:forward:conditional #6409

alyonapinchuk opened this issue Dec 30, 2018 · 1 comment
Labels
Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning

Comments

@alyonapinchuk
Copy link
Contributor

alyonapinchuk commented Dec 30, 2018

Many roads in the world are like this pic.

line 1: all Vehicles can be going forward
line 2: bus and taxi can be going backward
Line 2: vehicles can u-turn all time
Line 2: all Vehicles can backward from 23:00 to 6:00
line 1: all vehicles can U-TURN from 23:00 to 6:00

and in osm, we use these tags for all roads like this.

bus:backward=designated
lanes:forward=2
lanes=3
restriction:forward:conditional=no_u_turn @ (06:00-23:00)
taxi:backward=designated
vehicle:backward:conditional=yes @ (23:00-06:00)
vehicle:backward=no

I hope OsmAnd can support all these tags.

image

@vshcherb vshcherb added the Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning label Dec 30, 2018
@vshcherb vshcherb changed the title Support OSM tags Support restriction:forward:conditional Dec 30, 2018
@vshcherb
Copy link
Member

We are going support conditional restrictions and this issue is merged into
#1329
#6271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nice to Have Should be fixed but there is no priority or no possibility to fix it within current horizon planning
Projects
None yet
Development

No branches or pull requests

2 participants