Switch to landuse=farmland as the preferred preset (fixes #2478)

This commit is contained in:
John Firebaugh
2014-12-17 09:35:28 -08:00
parent 93b505259f
commit 3da6935be0
2 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -11,5 +11,6 @@
},
"terms": [],
"name": "Farm",
"icon": "farm"
"icon": "farm",
"searchable": false
}
+5 -4
View File
@@ -9,8 +9,9 @@
"tags": {
"landuse": "farmland"
},
"terms": [],
"name": "Farmland",
"icon": "farm",
"searchable": false
"terms": [
"farmland"
],
"name": "Farm",
"icon": "farm"
}