Making waterway:dock appear as water

13 views
Skip to first unread message

Antti

unread,
Nov 7, 2018, 11:18:32 AM11/7/18
to MapTiler Community
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)"
  }
}

Petr Pridal

unread,
Nov 7, 2018, 12:53:58 PM11/7/18
to MapTiler Community
Reply all
Reply to author
Forward
0 new messages