Add landuse presets

This commit is contained in:
John Firebaugh
2013-03-07 16:49:03 -08:00
parent ecdea0d6e7
commit 52aae4e50d
15 changed files with 413 additions and 0 deletions

View File

@@ -1132,6 +1132,194 @@
"maxspeed"
]
},
{
"name": "allotments",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "allotments"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "cemetery",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "cemetery"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "commercial",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "commercial"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "farm",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "farm"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "farmyard",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "farmyard"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "forest",
"match": {
"type": [
"point",
"area"
],
"tags": {
"landuse": "forest"
},
"terms": []
},
"form": [
{
"key": "wood",
"type": "combo"
}
],
"icon": "park2"
},
{
"name": "grass",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "grass"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "industrial",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "industrial"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "meadow",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "meadow"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "orchard",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "orchard"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "quarry",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "quarry"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "residential",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "residential"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "vineyard",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "vineyard"
},
"terms": []
},
"form": [],
"icon": ""
},
{
"name": "rail",
"match": {

View File

@@ -0,0 +1,16 @@
{
"name": "allotments",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "allotments"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "cemetery",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "cemetery"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "commercial",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "commercial"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "farm",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "farm"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "farmyard",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "farmyard"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,20 @@
{
"name": "forest",
"match": {
"type": [
"point",
"area"
],
"tags": {
"landuse": "forest"
},
"terms": []
},
"form": [
{
"key": "wood",
"type": "combo"
}
],
"icon": "park2"
}

View File

@@ -0,0 +1,16 @@
{
"name": "grass",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "grass"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "industrial",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "industrial"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "meadow",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "meadow"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "orchard",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "orchard"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "quarry",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "quarry"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "residential",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "residential"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -0,0 +1,16 @@
{
"name": "vineyard",
"match": {
"type": [
"area"
],
"tags": {
"landuse": "vineyard"
},
"terms": [
]
},
"form": [
],
"icon": ""
}

View File

@@ -47,6 +47,19 @@
"highway/tertiary",
"highway/service",
"highway/track",
"landuse/allotments",
"landuse/cemetery",
"landuse/commercial",
"landuse/farm",
"landuse/farmyard",
"landuse/forest",
"landuse/grass",
"landuse/industrial",
"landuse/meadow",
"landuse/orchard",
"landuse/quarry",
"landuse/residential",
"landuse/vineyard",
"railway/rail",
"railway/subway",
"highway/trunk",