mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
consolidate "<crossing> (Raised)" presets into a field
see discussion here: https://github.com/openstreetmap/id-tagging-schema/pull/192#discussion_r762303214
This commit is contained in:
parent
7fd94a0150
commit
4644b468ac
18 changed files with 112 additions and 319 deletions
11
data/fields/crossing_raised.json
Normal file
11
data/fields/crossing_raised.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"key": "traffic_calming",
|
||||
"type": "defaultCheck",
|
||||
"label": "Raised",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"table": "Yes"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue