From ad2998f3d8533f441776906ddca8fca9b5c3eca2 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 6 Nov 2015 01:14:23 +0200 Subject: Some design cleanup --- index.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/index.html b/index.html index 3959f87..1ef3d78 100644 --- a/index.html +++ b/index.html @@ -54,20 +54,12 @@ var mapStyle = { "type": "background", "paint": {"background-color": "#111"} }, - { - "id": "water", - "source": "mapbox", - "source-layer": "water", - "type": "fill", - "paint": {"fill-color": "#2c2c2c"} - }, { "id": "boundaries", "source": "mapbox", "source-layer": "admin", "type": "line", - "paint": {"line-color": "#797979", "line-dasharray": [2, 2, 6, 2]}, - "filter": ["all", ["==", "maritime", 0]], + "paint": {"line-color": "#797979"}, }, { "id": "overlay", -- cgit v1.3.1