diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/outdoors/style.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/styles/outdoors/style.json b/styles/outdoors/style.json index a9085c17d0..91c7874d7a 100644 --- a/styles/outdoors/style.json +++ b/styles/outdoors/style.json @@ -751,6 +751,9 @@ "id": "aeroway_fill", "source": "mapbox", "source-layer": "aeroway", + "filter": { + "$type": "Polygon" + }, "style": { "fill-color": "#ddd" }, @@ -2217,4 +2220,4 @@ }, "type": "symbol" }] -}
\ No newline at end of file +} |