Skip to content

Commit

Permalink
Merge pull request #19 from ivandiaz-tomtom/master
Browse files Browse the repository at this point in the history
Added a few missing categories.
  • Loading branch information
joostschouppe authored Jul 27, 2023
2 parents ec1de35 + e0ba8b7 commit c3e1dab
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions find-interesting-signs/road_signs_cleaned.csv
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,19 @@ B0;Priority on turning main road; ;Key:give_way;highway;give_way; ;-1
B1;Give way; ;Key:give_way; ; ;1;1
B11;Priority road ends; ;Key:priority_road;priority_road;end; ;0
B13;Priority road ends in x m; ;Key:priority_road; ; ; ;-1
B15;Priority at next intersection; ;Key:priority_road;priority_road;designated; ;0
B17;Intersection with priority to the right; ;Key:priority; ; ; ;0
B19;Narrow passage, give way to traffic from opposite side; ;Key:priority; ; ; ;0
B21;Narrow passage, priority over traffic from opposite side; ;Key:priority; ; ; ;0
B3;Give way; ;Key:give_way; ; ; ;1
B5;Stop sign; ;Key:stop; ; ;1;1
B7;Give way; ;Key:stop; ; ; ;1
B9;Priority road; ;Key:priority_road;priority_road;designated; ;0
C1;One-way street; ;Key:oneway; ; ;1;1
C7-C15;Motorcycles and Horse prohibited; ;Key:bicycle; ; ;1;1
C7-C9;Motorcycles and Mopeds prohibited; ;Key:bicycle; ; ;1;1
C9-C11;Bicycles and mopeds prohibited; ;Key:bicycle; ; ;1;1
C9-C15;Bicycles and horses prohibited; ;Key:bicycle; ; ;1;1
C11;Bicycles prohibited; ;Key:bicycle; ; ;1;1
C11-C9;Bicycles and mopeds prohibited; ;Key:bicycle; ; ;1;1
C13;Push carts prohibited; ; ; ; ; ;0
Expand Down Expand Up @@ -77,15 +85,25 @@ C6;Quads prohibited; ; ;atv;no; ;1
C7;Motorcycles prohibited; ; ; ; ;1;1
C9;Mopeds prohibited; ; ;moped;no; ;1
D01a;Mandatory to turn into street on the left; ;Tag:restriction; ; ;1;-1
D1a;Mandatory to turn into street on the left; ;Tag:restriction; ; ;1;-1
D01b;Mandatory to turn into street on the left; ;Tag:restriction; ; ;1;-1
D1b;Mandatory to turn into street on the left; ;Tag:restriction; ; ;1;-1
D01c;Mandatory to continue into the street straight on; ;Tag:restriction; ; ;1;-1
D1c;Mandatory to continue into the street straight on; ;Tag:restriction; ; ;1;-1
D01d;Mandatory to follow arrow to the left; ;Tag:restriction; ; ;1;-1
D1d;Mandatory to follow arrow to the left; ;Tag:restriction; ; ;1;-1
D02a;Mandatory to turn into street on the right; ;Tag:restriction; ; ;1;-1
D2a;Mandatory to turn into street on the right; ;Tag:restriction; ; ;1;-1
D02b;Mandatory to turn into street on the right; ;Tag:restriction; ; ;1;-1
D2b;Mandatory to turn into street on the right; ;Tag:restriction; ; ;1;-1
D02c;Mandatory to follow arrow to the right; ;Tag:restriction; ; ;1;-1
D2c;Mandatory to follow arrow to the right; ;Tag:restriction; ; ;1;-1
D05;Roundabout; ;Tag:junction=roundabout;junction;roundabout; ;-1
D5;Roundabout; ;Tag:junction=roundabout;junction;roundabout; ;-1
D07;Bicycle path; ; ; ; ;1;-1
D7;Bicycle path; ; ; ; ;1;-1
D09;Split pedestrian and bicycle path; ; ;access; ; ;-1
D9;Split pedestrian and bicycle path; ; ;access; ; ;-1
D10;Pedestrian and bicycle path; ; ;access; ; ;1
D11;Pedestrian path; ; ;access; ; ;1
D13;Bridle path; ; ;access; ; ;1
Expand All @@ -110,10 +128,12 @@ E9g;Parking forbidden on sidewalk; ;Key:parking; ; ;1;0
E9h;Parking only for campingcars/mobilhomes; ;Key:parking; ; ;1;0
E9i;Parking only for motorcycles; ;Key:parking; ; ;1;0
F1;Built-up area / City Limits; ; ; ; ;1;1
F1a;Built-up area / City Limits; ; ; ; ;1;1
F101c;End of access only for pedestrians, cyclists, horses and agricultural; ; ;agricultural;yes; ;1
F103;Pedestrian zone; ;Tag:highway%3Dpedestrian; ; ;1;1
F11;End trunk road; ; ; ; ; ;1
F111;Bicycle road; ; ;source:maxspeed;BE:bicycle_road; ;2
F111;Bicycle road; ; ;cyclestreet;yes; ;2
F113;End of Bicycle road; ; ;cyclestreet;yes; ;2
F12a;Living street; ;Tag:highway%3Dliving_street;maxspeed;20; ;2
F12b;End of Living street; ;Tag:highway%3Dliving_street; ; ; ;2
F17;Bus lane;Remove the tags which don't apply;Key:Bus_lanes;lanes:psv:backward;1; ;0
Expand Down Expand Up @@ -164,7 +184,7 @@ Type_II[$val];Over a distance of the next x m; ; ; ; ; ;-1
Type_III;Slippery when road is wet; ;Key:Proposed_features/hazard;hazard;slippery_when_wet; ;-1
Type_IV;Except for; ; ; ; ; ;-1
Type_V_fee;Parking fee; ; ; ; ; ;-1
Type_V[$val];From/till weekdays;Van maandag tot vrijdag / De lundi � vendredi; ; ; ; ;-1
Type_V[$val];From/till weekdays;Van maandag tot vrijdag / De lundi � vendredi; ; ; ; ;-1
Type_VI;Reminder; ; ; ; ; ;-1
Type_VII_autodelen;Reserved for car sharing; ; ; ; ; ;-1
Type_VII_bewoners;Reserved for holders of residential parking permit; ; ; ; ; ;-1
Expand Down

0 comments on commit c3e1dab

Please sign in to comment.