mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Switch to landuse=farmland as the preferred preset (fixes #2478)
This commit is contained in:
@@ -11,5 +11,6 @@
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Farm",
|
||||
"icon": "farm"
|
||||
"icon": "farm",
|
||||
"searchable": false
|
||||
}
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
"tags": {
|
||||
"landuse": "farmland"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Farmland",
|
||||
"icon": "farm",
|
||||
"searchable": false
|
||||
"terms": [
|
||||
"farmland"
|
||||
],
|
||||
"name": "Farm",
|
||||
"icon": "farm"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user