mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Merge pull request #2621 from 1ec5/patch-1
Corrected oil well preset tag
This commit is contained in:
@@ -5449,7 +5449,7 @@
|
||||
"pumpjack"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "mast"
|
||||
"man_made": "petroleum_well"
|
||||
},
|
||||
"name": "Oil Well"
|
||||
},
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"pumpjack"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "mast"
|
||||
"man_made": "petroleum_well"
|
||||
},
|
||||
"name": "Oil Well"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1281,7 +1281,7 @@
|
||||
},
|
||||
{
|
||||
"key": "man_made",
|
||||
"value": "mast"
|
||||
"value": "petroleum_well"
|
||||
},
|
||||
{
|
||||
"key": "man_made",
|
||||
|
||||
Reference in New Issue
Block a user