Files
iD/data/presets/presets/barrier.json
T
Bryan Housel 4fa754e717 Adjust matchScores so features match types other than barrier
(closes #3647)

e.g. `office=* + barrier=wall` should match as an office not a wall
2016-12-12 22:33:53 -05:00

18 lines
250 B
JSON

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