From 3815342506e02783c1c3abed131212c4c5184f0a Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 25 Sep 2018 17:40:29 -0700 Subject: [PATCH] Changes the capitalization of the Tree Row preset name from "Tree row" to "Tree Row" --- data/presets.yaml | 4 ++-- data/presets/presets.json | 2 +- data/presets/presets/natural/tree_row.json | 2 +- data/taginfo.json | 2 +- dist/locales/en.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index f9649c76e..34dd09057 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -4563,8 +4563,8 @@ en: terms: '' natural/tree_row: # natural=tree_row - name: Tree row - terms: '' + name: Tree Row + terms: '' natural/volcano: # natural=volcano name: Volcano diff --git a/data/presets/presets.json b/data/presets/presets.json index 1279817ff..8b8f6ec6c 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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"}, diff --git a/data/presets/presets/natural/tree_row.json b/data/presets/presets/natural/tree_row.json index 9d14f6618..8b1bb1f6e 100644 --- a/data/presets/presets/natural/tree_row.json +++ b/data/presets/presets/natural/tree_row.json @@ -12,5 +12,5 @@ "natural": "tree_row" }, "terms": [], - "name": "Tree row" + "name": "Tree Row" } diff --git a/data/taginfo.json b/data/taginfo.json index 82ac1505c..f2b65942c 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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" }, diff --git a/dist/locales/en.json b/dist/locales/en.json index 568d3977e..a301d9183 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5418,7 +5418,7 @@ "terms": "" }, "natural/tree_row": { - "name": "Tree row", + "name": "Tree Row", "terms": "" }, "natural/tree": {