mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 13:53:52 +01:00
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.
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"key": "maxspeed",
|
|
"type": "roadspeed",
|
|
"label": "Speed Limit",
|
|
"placeholder": "40, 50, 60...",
|
|
"locationSet": {
|
|
"exclude": ["ca", "us"]
|
|
}
|
|
}
|