add seamark tags to marine fuel & sewerage presets (#663)

This commit is contained in:
Kyℓe Hensel
2022-12-05 23:38:07 +13:00
committed by GitHub
parent ecbeece1b1
commit db3775b6d0
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -33,5 +33,10 @@
"tags": {
"waterway": "fuel"
},
"addTags": {
"waterway": "fuel",
"seamark:type": "small_craft_facility",
"seamark:small_craft_facility:category": "fuel_station"
},
"name": "Marine Fuel Station"
}
@@ -34,5 +34,10 @@
"tags": {
"waterway": "sanitary_dump_station"
},
"addTags": {
"waterway": "sanitary_dump_station",
"seamark:type": "small_craft_facility",
"seamark:small_craft_facility:category": "pump-out"
},
"name": "Marine Toilet Disposal"
}