Skip to content

Commit

Permalink
Add preset man_made=flare (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle authored Jun 14, 2024
1 parent 5adce6d commit 2bd6a13
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/presets/man_made/flare.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"icon": "temaki-chimney",
"fields": [
"height"
],
"moreFields": [
"ref",
"visibility"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"flare stack",
"gas",
"oil",
"fire",
"burn"
],
"tags": {
"man_made": "flare"
},
"name": "Gas Flare"
}
5 changes: 5 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10585,6 +10585,11 @@ en:
# man_made=flagpole | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Flagpole
terms: <translate with synonyms or related terms for 'Flagpole', separated by commas>
man_made/flare:
# man_made=flare | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Gas Flare
# 'terms: flare stack,gas,oil,fire,burn'
terms: <translate with synonyms or related terms for 'Gas Flare', separated by commas>
man_made/fuel_pump:
# man_made=fuel_pump | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Gas Pump
Expand Down

0 comments on commit 2bd6a13

Please sign in to comment.