mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
82665a6883
(closes #3661) This one was a little complicated because they are generally tagged along with landuse=industrial, and we want to make sure the power=plant is the tag used for matching.
14 lines
175 B
JSON
14 lines
175 B
JSON
{
|
|
"fields": [
|
|
"landuse"
|
|
],
|
|
"geometry": [
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"landuse": "*"
|
|
},
|
|
"matchScore": 0.9,
|
|
"name": "Land Use"
|
|
}
|