Add fields to man_made=petroleum_well

Deprecate `man_made=gas_well` and `man_made=oil_well`
This commit is contained in:
Quincy Morgan
2019-12-04 15:26:55 -05:00
parent 91da6028f8
commit f5ea983e28
4 changed files with 17 additions and 1 deletions
+8
View File
@@ -623,6 +623,10 @@
"old": {"man_made": "cut_line"},
"replace": {"man_made": "cutline"}
},
{
"old": {"man_made": "gas_well"},
"replace": {"man_made": "petroleum_well", "substance": "gas"}
},
{
"old": {"man_made": "jetty"},
"replace": {"highway": "footway", "man_made": "pier"}
@@ -643,6 +647,10 @@
"old": {"man_made": "oil_tank"},
"replace": {"man_made": "storage_tank", "content": "oil"}
},
{
"old": {"man_made": "oil_well"},
"replace": {"man_made": "petroleum_well", "substance": "oil"}
},
{
"old": {"man_made": "village_pump"},
"replace": {"man_made": "water_well"}
+1 -1
View File
@@ -749,7 +749,7 @@
"man_made/monitoring_station": {"icon": "temaki-antenna", "geometry": ["point", "vertex", "area"], "fields": ["monitoring_multi", "operator", "manufacturer"], "terms": ["weather", "earthquake", "seismology", "air", "gps"], "tags": {"man_made": "monitoring_station"}, "name": "Monitoring Station"},
"man_made/obelisk": {"icon": "maki-monument", "fields": ["name", "inscription", "height", "material", "colour"], "geometry": ["point", "vertex", "area"], "tags": {"man_made": "obelisk"}, "name": "Obelisk"},
"man_made/observatory": {"fields": ["name", "operator", "address", "access_simple", "building_area"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website"], "geometry": ["point", "area"], "terms": ["astronomical", "meteorological"], "tags": {"man_made": "observatory"}, "name": "Observatory"},
"man_made/petroleum_well": {"icon": "temaki-oil_well", "moreFields": ["gnis/feature_id"], "geometry": ["point"], "terms": ["drilling rig", "oil derrick", "oil drill", "oil horse", "oil rig", "oil pump", "petroleum well", "pumpjack"], "tags": {"man_made": "petroleum_well"}, "name": "Oil Well"},
"man_made/petroleum_well": {"icon": "temaki-oil_well", "fields": ["name", "ref", "operator", "substance"], "moreFields": ["gnis/feature_id"], "geometry": ["point"], "terms": ["drilling rig", "oil derrick", "oil drill", "oil horse", "oil rig", "oil pump", "petroleum well", "pumpjack"], "tags": {"man_made": "petroleum_well"}, "name": "Oil Well"},
"man_made/pier": {"icon": "temaki-pier_fixed", "fields": ["name", "surface", "floating", "width", "access", "lit"], "moreFields": ["{highway/footway}", "access", "fishing", "gnis/feature_id", "incline"], "geometry": ["line", "area"], "terms": ["berth", "dock", "jetty", "landing", "promenade", "wharf"], "tags": {"man_made": "pier"}, "name": "Pier"},
"man_made/pier/floating": {"icon": "temaki-pier_floating", "geometry": ["line", "area"], "terms": ["berth", "dock", "jetty", "landing", "promenade", "wharf"], "tags": {"man_made": "pier", "floating": "yes"}, "name": "Floating Pier"},
"man_made/pipeline": {"icon": "iD-pipeline-line", "fields": ["operator", "location", "substance", "layer", "diameter"], "geometry": ["line"], "terms": ["oil", "natural gas", "water", "sewer", "sewage"], "tags": {"man_made": "pipeline"}, "name": "Pipeline"},
@@ -1,5 +1,11 @@
{
"icon": "temaki-oil_well",
"fields": [
"name",
"ref",
"operator",
"substance"
],
"moreFields": [
"gnis/feature_id"
],
+2
View File
@@ -2029,11 +2029,13 @@
{"key": "leisure", "value": "video_arcade", "description": "🄳 ➜ leisure=amusement_arcade"},
{"key": "leisure", "value": "recreation_ground", "description": "🄳 ➜ landuse=recreation_ground"},
{"key": "man_made", "value": "cut_line", "description": "🄳 ➜ man_made=cutline"},
{"key": "man_made", "value": "gas_well", "description": "🄳 ➜ man_made=petroleum_well + substance=gas"},
{"key": "man_made", "value": "jetty", "description": "🄳 ➜ highway=footway + man_made=pier"},
{"key": "man_made", "value": "mdf", "description": "🄳 ➜ telecom=exchange"},
{"key": "man_made", "value": "MDF", "description": "🄳 ➜ telecom=exchange"},
{"key": "man_made", "value": "fuel_storage_tank", "description": "🄳 ➜ man_made=storage_tank + content=fuel"},
{"key": "man_made", "value": "oil_tank", "description": "🄳 ➜ man_made=storage_tank + content=oil"},
{"key": "man_made", "value": "oil_well", "description": "🄳 ➜ man_made=petroleum_well + substance=oil"},
{"key": "man_made", "value": "village_pump", "description": "🄳 ➜ man_made=water_well"},
{"key": "man_made", "value": "wastewater_tank", "description": "🄳 ➜ man_made=storage_tank + content=wastewater"},
{"key": "man_made", "value": "water_tank", "description": "🄳 ➜ man_made=storage_tank + content=water"},