mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Show Advisory Speed Limit by default on link presets in Canada, U.S.
Canada and the United States generally post only an advisory speed limit and avoid posting a legal speed limit on highway ramps. Other countries differ. This change splits the maxspeed field into two as a workaround for the inability to limit the default inclusion of a field to a particular location set.
This commit is contained in:
parent
8e426229e8
commit
8b60bddd17
21 changed files with 67 additions and 8 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"dog",
|
||||
"lit",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"maxweight_bridge",
|
||||
"not/name",
|
||||
"smoothness",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"name",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"ref_road_number",
|
||||
"oneway_yes",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
|
|
@ -18,6 +19,7 @@
|
|||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/advisory_mutcd",
|
||||
"maxweight_bridge",
|
||||
"minspeed",
|
||||
"not/name",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"junction/ref_oneway",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/advisory_mutcd",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
|
|
@ -20,6 +20,8 @@
|
|||
"junction_line",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed_mutcd",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"name",
|
||||
"ref_road_number",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"name",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/advisory_mutcd",
|
||||
"maxweight_bridge",
|
||||
"not/name",
|
||||
"oneway/bicycle",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"destination/ref_oneway",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/advisory_mutcd",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
|
|
@ -22,6 +22,8 @@
|
|||
"junction/ref_oneway",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed_mutcd",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"name",
|
||||
"oneway/bicycle",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"name",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
|
|
@ -18,6 +19,7 @@
|
|||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/advisory_mutcd",
|
||||
"maxweight_bridge",
|
||||
"not/name",
|
||||
"oneway/bicycle",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"service",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
|
|
@ -17,6 +18,7 @@
|
|||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/advisory_mutcd",
|
||||
"maxweight_bridge",
|
||||
"oneway/bicycle",
|
||||
"smoothness",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@
|
|||
"fields": [
|
||||
"direction",
|
||||
"ref",
|
||||
"maxspeed"
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "speed_camera"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
"ref_road_number",
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"lanes",
|
||||
"surface",
|
||||
"structure",
|
||||
|
|
@ -18,6 +19,7 @@
|
|||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/advisory_mutcd",
|
||||
"maxweight_bridge",
|
||||
"minspeed",
|
||||
"not/name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue