mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-03 09:53:40 +00:00
Merge pull request #5330 from quincylvania/tree-row-preset-capitalization-fix
Changes the preset name "Tree row" to "Tree Row"
This commit is contained in:
@@ -4563,8 +4563,8 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Tree'', separated by commas>'
|
||||
natural/tree_row:
|
||||
# natural=tree_row
|
||||
name: Tree row
|
||||
terms: '<translate with synonyms or related terms for ''Tree row'', separated by commas>'
|
||||
name: Tree Row
|
||||
terms: '<translate with synonyms or related terms for ''Tree Row'', separated by commas>'
|
||||
natural/volcano:
|
||||
# natural=volcano
|
||||
name: Volcano
|
||||
|
||||
@@ -593,7 +593,7 @@
|
||||
"natural/scree": {"geometry": ["area"], "tags": {"natural": "scree"}, "terms": ["loose rocks"], "name": "Scree"},
|
||||
"natural/scrub": {"geometry": ["area"], "tags": {"natural": "scrub"}, "terms": ["bush", "shrubs"], "name": "Scrub"},
|
||||
"natural/spring": {"icon": "maki-water", "fields": ["name", "intermittent"], "geometry": ["point", "vertex"], "tags": {"natural": "spring"}, "terms": [], "name": "Spring"},
|
||||
"natural/tree_row": {"icon": "maki-park", "fields": ["leaf_type", "leaf_cycle", "denotation"], "geometry": ["line"], "tags": {"natural": "tree_row"}, "terms": [], "name": "Tree row"},
|
||||
"natural/tree_row": {"icon": "maki-park", "fields": ["leaf_type", "leaf_cycle", "denotation"], "geometry": ["line"], "tags": {"natural": "tree_row"}, "terms": [], "name": "Tree Row"},
|
||||
"natural/tree": {"icon": "maki-park", "fields": ["leaf_type_singular", "leaf_cycle_singular", "denotation"], "geometry": ["point", "vertex"], "tags": {"natural": "tree"}, "terms": [], "name": "Tree"},
|
||||
"natural/volcano": {"icon": "maki-volcano", "fields": ["name", "elevation", "volcano/status", "volcano/type"], "geometry": ["point", "vertex"], "tags": {"natural": "volcano"}, "terms": ["mountain", "crater"], "name": "Volcano"},
|
||||
"natural/water": {"icon": "maki-water", "fields": ["water"], "geometry": ["area"], "tags": {"natural": "water"}, "name": "Water"},
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
"natural": "tree_row"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Tree row"
|
||||
"name": "Tree Row"
|
||||
}
|
||||
|
||||
@@ -3990,7 +3990,7 @@
|
||||
{
|
||||
"key": "natural",
|
||||
"value": "tree_row",
|
||||
"description": "Tree row",
|
||||
"description": "Tree Row",
|
||||
"object_types": ["way"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/park-15.svg?sanitize=true"
|
||||
},
|
||||
|
||||
2
dist/locales/en.json
vendored
2
dist/locales/en.json
vendored
@@ -5418,7 +5418,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"natural/tree_row": {
|
||||
"name": "Tree row",
|
||||
"name": "Tree Row",
|
||||
"terms": ""
|
||||
},
|
||||
"natural/tree": {
|
||||
|
||||
Reference in New Issue
Block a user