mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-30 03:39:34 +02:00
Add preset man_made=flare (#1237)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user