mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 13:53: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
|
|
@ -15,6 +15,7 @@
|
|||
"highspeed",
|
||||
"incline",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"service_rail",
|
||||
"usage_rail",
|
||||
"voltage_electrified"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"electrified",
|
||||
"frequency_electrified",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"voltage_electrified"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"frequency_electrified",
|
||||
"incline",
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd",
|
||||
"voltage_electrified"
|
||||
],
|
||||
"geometry": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue