Waterway:dock is showing up as land on maptiler maps.
I tried to add style to make it same as water. However, the layer doesn't show up.
On openstreetmap the Royal Dock in Grimsby is water, but not on MapTiler:
Here's my style:
{
"id": "waterway_dock",
"type": "fill",
"metadata": {},
"source": "openmaptiles",
"source-layer": "waterway",
"filter": [
"all",
[
"==",
"class",
"dock"
]
],
"layout": {},
"paint": {
"fill-color": "rgba(232, 20, 20, 1)"
}
}