Add tree preset

This commit is contained in:
John Firebaugh
2013-03-07 14:36:57 -08:00
parent 28003184b3
commit 7a00c896b2
3 changed files with 58 additions and 16 deletions

View File

@@ -58,6 +58,41 @@
},
"icon": "park"
},
{
"name": "coastline",
"match": {
"type": [
"line"
],
"terms": [
"shore"
],
"tags": {
"natural": "coastline"
}
},
"icon": ""
},
{
"name": "truee",
"match": {
"type": [
"point",
"vertex"
],
"terms": [],
"tags": {
"natural": "tree"
}
},
"form": [
{
"key": "denotation",
"type": "combo"
}
],
"icon": "park"
},
{
"name": "water",
"match": {
@@ -154,21 +189,6 @@
},
"icon": "park2"
},
{
"name": "coastline",
"match": {
"type": [
"line"
],
"terms": [
"shore"
],
"tags": {
"natural": "coastline"
}
},
"icon": ""
},
{
"name": "island",
"match": {

View File

@@ -0,0 +1,21 @@
{
"name": "tree",
"match": {
"type": [
"point",
"vertex"
],
"terms": [
],
"tags": {
"natural": "tree"
}
},
"form": [
{
"key": "denotation",
"type": "combo"
}
],
"icon": "park"
}

View File

@@ -1,13 +1,14 @@
[
"amenity/cafe",
"leisure/park",
"natural/coastline",
"natural/tree",
"natural/water",
"natural/water/lake",
"natural/water/pond",
"natural/water/reservoir",
"natural/wetland",
"natural/wood",
"natural/coastline",
"place/island",
"shop/supermarket",
"amenity/restaurant",