mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Add water presets
This commit is contained in:
@@ -84,5 +84,9 @@
|
||||
"layer": {
|
||||
"key": "layer",
|
||||
"type": "combo"
|
||||
},
|
||||
"water": {
|
||||
"key": "water",
|
||||
"type": "combo"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": ""
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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": ""
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user