diff options
author | artemp <artem@mapnik.org> | 2014-10-30 14:58:02 -0400 |
---|---|---|
committer | artemp <artem@mapnik.org> | 2014-10-30 14:59:41 -0400 |
commit | 307488adf8354b14e806bb10210f5a9cb9980de8 (patch) | |
tree | cfa89c846d8e474a087e03435c1dceac331d265c /styles | |
parent | 38e144aeb7ac785ae68d1e7ee79ac4fa0b4412e2 (diff) | |
download | qtlocation-mapboxgl-307488adf8354b14e806bb10210f5a9cb9980de8.tar.gz |
aeroway_fill - ensure we fill polygons only
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 +} |