Add water presets

This commit is contained in:
John Firebaugh
2013-03-07 13:52:14 -08:00
parent a57626f51c
commit b1316676b2
7 changed files with 127 additions and 2 deletions
+4
View File
@@ -84,5 +84,9 @@
"layer": {
"key": "layer",
"type": "combo"
},
"water": {
"key": "water",
"type": "combo"
}
}
+64 -1
View File
@@ -62,7 +62,6 @@
"name": "water",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -70,6 +69,70 @@
},
"terms": []
},
"form": [
"water"
],
"icon": ""
},
{
"name": "lake",
"match": {
"type": [
"area"
],
"tags": {
"natural": "water",
"water": "lake"
},
"terms": [
"lakelet",
"loch",
"mere"
]
},
"form": [
"water"
],
"icon": ""
},
{
"name": "pond",
"match": {
"type": [
"area"
],
"tags": {
"natural": "water",
"water": "pond"
},
"terms": [
"lakelet",
"millpond",
"tarn",
"pool",
"mere"
]
},
"form": [
"water"
],
"icon": ""
},
{
"name": "reservoir",
"match": {
"type": [
"area"
],
"tags": {
"natural": "water",
"water": "reservoir"
},
"terms": []
},
"form": [
"water"
],
"icon": ""
},
{
+3 -1
View File
@@ -2,7 +2,6 @@
"name": "water",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -10,5 +9,8 @@
},
"terms": []
},
"form": [
"water"
],
"icon": ""
}
@@ -0,0 +1,18 @@
{
"name": "lake",
"match": {
"type": [
"area"
],
"tags": {
"natural": "water",
"water": "lake"
},
"terms": [
"lakelet",
"loch",
"mere"
]
},
"icon": ""
}
@@ -0,0 +1,20 @@
{
"name": "pond",
"match": {
"type": [
"area"
],
"tags": {
"natural": "water",
"water": "pond"
},
"terms": [
"lakelet",
"millpond",
"tarn",
"pool",
"mere"
]
},
"icon": ""
}
@@ -0,0 +1,15 @@
{
"name": "reservoir",
"match": {
"type": [
"area"
],
"tags": {
"natural": "water",
"water": "reservoir"
},
"terms": [
]
},
"icon": ""
}
+3
View File
@@ -2,6 +2,9 @@
"amenity/cafe",
"leisure/park",
"natural/water",
"natural/water/lake",
"natural/water/pond",
"natural/water/reservoir",
"natural/wetland",
"natural/wood",
"natural/coastline",