Skip to content

Commit

Permalink
"Forest" -> "Managed Forest"
Browse files Browse the repository at this point in the history
(closes #5709)
  • Loading branch information
bhousel committed Jan 14, 2019
1 parent 67ef2bc commit bf79a71
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4233,9 +4233,9 @@ en:
terms: '<translate with synonyms or related terms for ''Farmyard'', separated by commas>'
landuse/forest:
# landuse=forest
name: Forest
name: Managed Forest
# 'terms: cut,forest,lumber,tree'
terms: '<translate with synonyms or related terms for ''Forest'', separated by commas>'
terms: '<translate with synonyms or related terms for ''Managed Forest'', separated by commas>'
landuse/garages:
# landuse=garages
name: Garage Landuse
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"landuse/construction": {"icon": "temaki-tools", "fields": ["name", "construction", "operator"], "geometry": ["area"], "tags": {"landuse": "construction"}, "terms": [], "name": "Construction"},
"landuse/farmland": {"icon": "maki-farm", "fields": ["name", "operator", "crop", "produce"], "geometry": ["area"], "tags": {"landuse": "farmland"}, "terms": ["crop", "grow", "plant"], "name": "Farmland"},
"landuse/farmyard": {"icon": "maki-farm", "fields": ["name", "operator", "crop"], "geometry": ["area"], "tags": {"landuse": "farmyard"}, "terms": ["crop", "grow", "plant"], "name": "Farmyard"},
"landuse/forest": {"icon": "maki-park-alt1", "fields": ["name", "leaf_type", "leaf_cycle", "produce"], "geometry": ["area"], "tags": {"landuse": "forest"}, "terms": ["cut", "forest", "lumber", "tree"], "name": "Forest"},
"landuse/forest": {"icon": "maki-park-alt1", "fields": ["name", "leaf_type", "leaf_cycle", "produce"], "geometry": ["area"], "tags": {"landuse": "forest"}, "terms": ["cut", "forest", "lumber", "tree"], "name": "Managed Forest"},
"landuse/garages": {"icon": "fas-warehouse", "geometry": ["area"], "fields": ["name"], "tags": {"landuse": "garages"}, "terms": [], "name": "Garage Landuse"},
"landuse/grass": {"geometry": ["area"], "tags": {"landuse": "grass"}, "terms": [], "name": "Grass"},
"landuse/greenfield": {"geometry": ["area"], "fields": ["name"], "tags": {"landuse": "greenfield"}, "terms": [], "matchScore": 0.9, "name": "Greenfield"},
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/landuse/forest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"lumber",
"tree"
],
"name": "Forest"
"name": "Managed Forest"
}
2 changes: 1 addition & 1 deletion data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3234,7 +3234,7 @@
{
"key": "landuse",
"value": "forest",
"description": "🄿 Forest",
"description": "🄿 Managed Forest",
"object_types": ["area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/park-alt1-15.svg?sanitize=true"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5497,7 +5497,7 @@
"terms": "crop,grow,plant"
},
"landuse/forest": {
"name": "Forest",
"name": "Managed Forest",
"terms": "cut,forest,lumber,tree"
},
"landuse/garages": {
Expand Down

0 comments on commit bf79a71

Please sign in to comment.