Skip to content

Commit 2bd6a13

Browse files
authored
Add preset man_made=flare (#1237)
1 parent 5adce6d commit 2bd6a13

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

data/presets/man_made/flare.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"icon": "temaki-chimney",
3+
"fields": [
4+
"height"
5+
],
6+
"moreFields": [
7+
"ref",
8+
"visibility"
9+
],
10+
"geometry": [
11+
"point",
12+
"vertex"
13+
],
14+
"terms": [
15+
"flare stack",
16+
"gas",
17+
"oil",
18+
"fire",
19+
"burn"
20+
],
21+
"tags": {
22+
"man_made": "flare"
23+
},
24+
"name": "Gas Flare"
25+
}

interim/source_strings.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10585,6 +10585,11 @@ en:
1058510585
# man_made=flagpole | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
1058610586
name: Flagpole
1058710587
terms: <translate with synonyms or related terms for 'Flagpole', separated by commas>
10588+
man_made/flare:
10589+
# man_made=flare | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
10590+
name: Gas Flare
10591+
# 'terms: flare stack,gas,oil,fire,burn'
10592+
terms: <translate with synonyms or related terms for 'Gas Flare', separated by commas>
1058810593
man_made/fuel_pump:
1058910594
# man_made=fuel_pump | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
1059010595
name: Gas Pump

0 commit comments

Comments
 (0)