Merge pull request #4926 from Xavier-J-Ortiz/add_mud

added mud to presets natural
This commit is contained in:
Bryan Housel
2018-03-22 10:07:46 -04:00
committed by GitHub
5 changed files with 37 additions and 0 deletions

View File

@@ -4105,6 +4105,11 @@ en:
# natural=heath
name: Heath
terms: '<translate with synonyms or related terms for ''Heath'', separated by commas>'
natural/mud:
# natural=mud
name: Mud
# 'terms: wetland'
terms: '<translate with synonyms or related terms for ''Mud'', separated by commas>'
natural/peak:
# natural=peak
name: Peak

View File

@@ -11665,6 +11665,18 @@
"terms": [],
"name": "Heath"
},
"natural/mud": {
"geometry": [
"area"
],
"tags": {
"natural": "mud"
},
"terms": [
"wetland"
],
"name": "Mud"
},
"natural/peak": {
"icon": "mountain",
"fields": [

View File

@@ -0,0 +1,12 @@
{
"geometry": [
"area"
],
"tags": {
"natural": "mud"
},
"terms": [
"wetland"
],
"name": "Mud"
}

View File

@@ -2190,6 +2190,10 @@
"key": "natural",
"value": "heath"
},
{
"key": "natural",
"value": "mud"
},
{
"key": "natural",
"value": "peak"

View File

@@ -4953,6 +4953,10 @@
"name": "Heath",
"terms": ""
},
"natural/mud": {
"name": "Mud",
"terms": "wetland"
},
"natural/peak": {
"name": "Peak",
"terms": "acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top"