mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
4fa754e717
(closes #3647) e.g. `office=* + barrier=wall` should match as an office not a wall
18 lines
250 B
JSON
18 lines
250 B
JSON
{
|
|
"icon": "roadblock",
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"barrier": "*"
|
|
},
|
|
"fields": [
|
|
"barrier"
|
|
],
|
|
"name": "Barrier",
|
|
"matchScore": 0.4
|
|
}
|