mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
a48e897df6
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.
19 lines
272 B
JSON
19 lines
272 B
JSON
{
|
|
"icon": "building",
|
|
"fields": [
|
|
"building",
|
|
"levels",
|
|
"address"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"building": "*"
|
|
},
|
|
"matchScore": 0.4,
|
|
"terms": [],
|
|
"name": "Building"
|
|
}
|