Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@abhisheksaikia
Created August 30, 2016 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhisheksaikia/bcfbf4ea0dc1e100337244867b2524fc to your computer and use it in GitHub Desktop.
Save abhisheksaikia/bcfbf4ea0dc1e100337244867b2524fc to your computer and use it in GitHub Desktop.

Canada

Case:1

The image below shows two signages, the first one is in French and translates to 'Wait for arrow to turn left' and the second one is a no_u_turn. In such cases, we ignore the the first signage and go ahead mapping no_u_turn.

screenshot 2016-07-26 14 34 36

Case:2

In the below image, the first board for no_left_turn says Monday to Friday 8am-10am and 3pm-7pm (Lun-Ven 8h-10h,15h-19h in French). The second board is a no_u_turn except authorized vehicles. In this case, first one would be a conditional turn restriction; second, an absolute no_u_turn turn restriction.

screenshot 2016-07-26 14 48 15

Case:3

The below image indicates that all the drivers (no matter the lane they are on) must follow this/these direction(s) at the intersection. This means that the driver needs to only turn right/left on the days mentioned in the sign and during that duration of the day.

image

Syntax to be used: restriction:conditional=only_right_turn @ (Mo-Fr 07:00-09:00,16:00-18:00)

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