From 98ec7b35afb5a59e7db6af842c63b71216dc73d3 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 6 Nov 2015 10:02:50 +0200 Subject: Cleanup water borders --- index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 0bb354c..8b77ded 100644 --- a/index.html +++ b/index.html @@ -60,7 +60,14 @@ var mapStyle = { "source-layer": "admin", "type": "line", "paint": {"line-color": "#797979"}, - "filter": ["all", ["<=", "admin_level", 2]], + "filter": ["all", ["<=", "admin_level", 2], ['==', 'maritime', 0]] + }, + { + "id": "water", + "source": "mapbox", + "source-layer": "water", + "type": "line", + "paint": {"line-color": "#797979"} }, { "id": "overlay", -- cgit v1.3.1