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:
Quincy Morgan
2018-09-27 11:40:54 -07:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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"},

View File

@@ -12,5 +12,5 @@
"natural": "tree_row"
},
"terms": [],
"name": "Tree row"
"name": "Tree Row"
}

View File

@@ -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"
},

View File

@@ -5418,7 +5418,7 @@
"terms": ""
},
"natural/tree_row": {
"name": "Tree row",
"name": "Tree Row",
"terms": ""
},
"natural/tree": {