Skip to content

Commit

Permalink
Add landuse=brownfield/greenfield presets with npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredbrandl committed Oct 16, 2017
1 parent 4d29c60 commit 4b5ff8a
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3180,6 +3180,10 @@ en:
# landuse=basin
name: Basin
terms: '<translate with synonyms or related terms for ''Basin'', separated by commas>'
landuse/brownfield:
# landuse=brownfield
name: Brownfield
terms: '<translate with synonyms or related terms for ''Brownfield'', separated by commas>'
landuse/cemetery:
# landuse=cemetery
name: Cemetery
Expand Down Expand Up @@ -3222,6 +3226,10 @@ en:
# landuse=grass
name: Grass
terms: '<translate with synonyms or related terms for ''Grass'', separated by commas>'
landuse/greenfield:
# landuse=greenfield
name: Greenfield
terms: '<translate with synonyms or related terms for ''Greenfield'', separated by commas>'
landuse/harbour:
# landuse=harbour
name: Harbor
Expand Down
26 changes: 26 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7956,6 +7956,19 @@
"terms": [],
"name": "Basin"
},
"landuse/brownfield": {
"geometry": [
"area"
],
"fields": [
"name"
],
"tags": {
"landuse": "brownfield"
},
"terms": [],
"name": "Brownfield"
},
"landuse/cemetery": {
"icon": "cemetery",
"fields": [
Expand Down Expand Up @@ -8099,6 +8112,19 @@
"terms": [],
"name": "Grass"
},
"landuse/greenfield": {
"geometry": [
"area"
],
"fields": [
"name"
],
"tags": {
"landuse": "greenfield"
},
"terms": [],
"name": "Greenfield"
},
"landuse/harbour": {
"icon": "harbor",
"fields": [
Expand Down
8 changes: 8 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,10 @@
"key": "landuse",
"value": "basin"
},
{
"key": "landuse",
"value": "brownfield"
},
{
"key": "landuse",
"value": "cemetery"
Expand Down Expand Up @@ -1554,6 +1558,10 @@
"key": "landuse",
"value": "grass"
},
{
"key": "landuse",
"value": "greenfield"
},
{
"key": "landuse",
"value": "harbour"
Expand Down
8 changes: 8 additions & 0 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3884,6 +3884,10 @@
"name": "Basin",
"terms": ""
},
"landuse/brownfield": {
"name": "Brownfield",
"terms": ""
},
"landuse/cemetery": {
"name": "Cemetery",
"terms": ""
Expand Down Expand Up @@ -3920,6 +3924,10 @@
"name": "Grass",
"terms": ""
},
"landuse/greenfield": {
"name": "Greenfield",
"terms": ""
},
"landuse/harbour": {
"name": "Harbor",
"terms": "boat"
Expand Down

0 comments on commit 4b5ff8a

Please sign in to comment.