Files
id-tagging-schema/data/fields/maxspeed.json
T
Minh Nguyễn 8b60bddd17 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.
2021-08-07 00:05:43 -07:00

10 lines
175 B
JSON

{
"key": "maxspeed",
"type": "roadspeed",
"label": "Speed Limit",
"placeholder": "40, 50, 60...",
"locationSet": {
"exclude": ["ca", "us"]
}
}