mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
029e2ee9f5
Allow specifying a key that will prevent a field from displaying Don't show the Level field on features with a `building` tag
21 lines
298 B
JSON
21 lines
298 B
JSON
{
|
|
"icon": "maki-roadblock",
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"barrier": "*"
|
|
},
|
|
"fields": [
|
|
"barrier"
|
|
],
|
|
"moreFields": [
|
|
"level"
|
|
],
|
|
"name": "Barrier",
|
|
"matchScore": 0.4
|
|
}
|