mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Expand natural presets
This commit is contained in:
@@ -84,9 +84,5 @@
|
||||
"layer": {
|
||||
"key": "layer",
|
||||
"type": "combo"
|
||||
},
|
||||
"water": {
|
||||
"key": "water",
|
||||
"type": "combo"
|
||||
}
|
||||
}
|
||||
|
||||
+159
-2
@@ -58,6 +58,53 @@
|
||||
},
|
||||
"icon": "park"
|
||||
},
|
||||
{
|
||||
"name": "bay",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "bay"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "beach",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "beach"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
"surface"
|
||||
],
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "cliff",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "cliff"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "coastline",
|
||||
"match": {
|
||||
@@ -74,7 +121,102 @@
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "truee",
|
||||
"name": "glacier",
|
||||
"match": {
|
||||
"type": [
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "glacier"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "grassland",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "grassland"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "heath",
|
||||
"match": {
|
||||
"type": [
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "heath"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "peak",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "peak"
|
||||
},
|
||||
"terms": [
|
||||
"acme",
|
||||
"aiguille",
|
||||
"alp",
|
||||
"climax",
|
||||
"crest",
|
||||
"crown",
|
||||
"hill",
|
||||
"mount",
|
||||
"mountain",
|
||||
"pinnacle",
|
||||
"summit",
|
||||
"tip",
|
||||
"top"
|
||||
]
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "scrub",
|
||||
"match": {
|
||||
"type": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "scrub"
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "spring",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"natural": "spring"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "tree",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
@@ -105,7 +247,10 @@
|
||||
"terms": []
|
||||
},
|
||||
"form": [
|
||||
"water"
|
||||
{
|
||||
"key": "water",
|
||||
"type": "combo"
|
||||
}
|
||||
],
|
||||
"icon": ""
|
||||
},
|
||||
@@ -173,6 +318,12 @@
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "wetland",
|
||||
"type": "combo"
|
||||
}
|
||||
],
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
@@ -187,6 +338,12 @@
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "wood",
|
||||
"type": "combo"
|
||||
}
|
||||
],
|
||||
"icon": "park2"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "bay",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"natural": "bay"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "beach",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"natural": "beach"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
"surface"
|
||||
],
|
||||
"icon": ""
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "cliff",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"natural": "cliff"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "glacier",
|
||||
"match": {
|
||||
"type": [
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"natural": "glacier"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "grassland",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"natural": "grassland"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "heath",
|
||||
"match": {
|
||||
"type": [
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"natural": "heath"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "peak",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "peak"
|
||||
},
|
||||
"terms": [
|
||||
"acme",
|
||||
"aiguille",
|
||||
"alp",
|
||||
"climax",
|
||||
"crest",
|
||||
"crown",
|
||||
"hill",
|
||||
"mount",
|
||||
"mountain",
|
||||
"pinnacle",
|
||||
"summit",
|
||||
"tip",
|
||||
"top"
|
||||
]
|
||||
},
|
||||
"icon": ""
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "scrub",
|
||||
"match": {
|
||||
"type": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "scrub"
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"icon": ""
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "spring",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"natural": "spring"
|
||||
}
|
||||
},
|
||||
"icon": ""
|
||||
}
|
||||
@@ -10,7 +10,10 @@
|
||||
"terms": []
|
||||
},
|
||||
"form": [
|
||||
"water"
|
||||
{
|
||||
"key": "water",
|
||||
"type": "combo"
|
||||
}
|
||||
],
|
||||
"icon": ""
|
||||
}
|
||||
@@ -10,5 +10,11 @@
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "wetland",
|
||||
"type": "combo"
|
||||
}
|
||||
],
|
||||
"icon": ""
|
||||
}
|
||||
@@ -10,5 +10,11 @@
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "wood",
|
||||
"type": "combo"
|
||||
}
|
||||
],
|
||||
"icon": "park2"
|
||||
}
|
||||
@@ -1,7 +1,16 @@
|
||||
[
|
||||
"amenity/cafe",
|
||||
"leisure/park",
|
||||
"natural/bay",
|
||||
"natural/beach",
|
||||
"natural/cliff",
|
||||
"natural/coastline",
|
||||
"natural/glacier",
|
||||
"natural/grassland",
|
||||
"natural/heath",
|
||||
"natural/peak",
|
||||
"natural/scrub",
|
||||
"natural/spring",
|
||||
"natural/tree",
|
||||
"natural/water",
|
||||
"natural/water/lake",
|
||||
|
||||
Reference in New Issue
Block a user