Files
iD/data/presets/presets/building.json
T
Bryan Housel a48e897df6 Drop matchScore for building presets (closes #2793)
Previously matching was too dependant on tag order..
`building=retail + shop=mall` matched `building=retail` preset
`shop=mall + building=retail` matched `shop=mall` preset

Now iD will prefer the preset that's not the building one.
2015-11-25 01:50:12 -05:00

19 lines
272 B
JSON

{
"icon": "building",
"fields": [
"building",
"levels",
"address"
],
"geometry": [
"point",
"area"
],
"tags": {
"building": "*"
},
"matchScore": 0.4,
"terms": [],
"name": "Building"
}