mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 22:03:53 +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
|
|
@ -2,7 +2,8 @@
|
|||
"icon": "temaki-golf_cart",
|
||||
"fields": [
|
||||
"{golf/path}",
|
||||
"maxspeed"
|
||||
"maxspeed",
|
||||
"maxspeed_mutcd"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue