mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Added oil well preset
`man_made=petroleum_well`
This commit is contained in:
@@ -1570,6 +1570,9 @@ en:
|
||||
man_made/observation:
|
||||
name: Observation Tower
|
||||
terms: "<translate with synonyms or related terms for 'Observation Tower', separated by commas>"
|
||||
man_made/petroleum_well:
|
||||
name: Oil Well
|
||||
terms: "<translate with synonyms or related terms for 'Oil Well', separated by commas>"
|
||||
man_made/pier:
|
||||
name: Pier
|
||||
terms: "<translate with synonyms or related terms for 'Pier', separated by commas>"
|
||||
|
||||
@@ -5434,6 +5434,25 @@
|
||||
},
|
||||
"name": "Observation Tower"
|
||||
},
|
||||
"man_made/petroleum_well": {
|
||||
"icon": "oil-well",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"drilling rig",
|
||||
"oil derrick",
|
||||
"oil drill",
|
||||
"oil horse",
|
||||
"oil rig",
|
||||
"oil pump",
|
||||
"pumpjack"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "petroleum_well"
|
||||
},
|
||||
"name": "Oil Well"
|
||||
},
|
||||
"man_made/pier": {
|
||||
"geometry": [
|
||||
"line",
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"drilling rig",
|
||||
"oil derrick",
|
||||
"oil drill",
|
||||
"oil horse",
|
||||
"oil rig",
|
||||
"oil pump",
|
||||
"pumpjack"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "mast"
|
||||
},
|
||||
"name": "Oil Well"
|
||||
}
|
||||
Reference in New Issue
Block a user