mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Merge pull request #4926 from Xavier-J-Ortiz/add_mud
added mud to presets natural
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11665,6 +11665,18 @@
|
||||
"terms": [],
|
||||
"name": "Heath"
|
||||
},
|
||||
"natural/mud": {
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "mud"
|
||||
},
|
||||
"terms": [
|
||||
"wetland"
|
||||
],
|
||||
"name": "Mud"
|
||||
},
|
||||
"natural/peak": {
|
||||
"icon": "mountain",
|
||||
"fields": [
|
||||
|
||||
12
data/presets/presets/natural/mud.json
Normal file
12
data/presets/presets/natural/mud.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "mud"
|
||||
},
|
||||
"terms": [
|
||||
"wetland"
|
||||
],
|
||||
"name": "Mud"
|
||||
}
|
||||
@@ -2190,6 +2190,10 @@
|
||||
"key": "natural",
|
||||
"value": "heath"
|
||||
},
|
||||
{
|
||||
"key": "natural",
|
||||
"value": "mud"
|
||||
},
|
||||
{
|
||||
"key": "natural",
|
||||
"value": "peak"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user