Add construction preset

This commit is contained in:
John Firebaugh
2013-03-08 10:41:15 -08:00
parent 2ef167ec0d
commit f0f2425d63
2 changed files with 41 additions and 0 deletions

View File

@@ -1445,6 +1445,26 @@
"form": [],
"icon": ""
},
{
"name": "construction",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "construction"
},
"terms": []
},
"form": [
{
"key": "construction",
"type": "combo"
},
"operator"
],
"icon": ""
},
{
"name": "farm",
"match": {

View File

@@ -0,0 +1,21 @@
{
"name": "construction",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "construction"
},
"terms": [
]
},
"form": [
{
"key": "construction",
"type": "combo"
},
"operator"
],
"icon": ""
}