Files
iD/data/presets/presets/barrier.json
T
Quincy Morgan 029e2ee9f5 Make the Level field non-universal and add it only to related presets (re: #5719)
Allow specifying a key that will prevent a field from displaying
Don't show the Level field on features with a `building` tag
2019-09-13 14:07:12 -04:00

21 lines
298 B
JSON

{
"icon": "maki-roadblock",
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"barrier": "*"
},
"fields": [
"barrier"
],
"moreFields": [
"level"
],
"name": "Barrier",
"matchScore": 0.4
}