diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-06 01:14:23 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-06 01:14:23 +0200 |
| commit | ad2998f3d8533f441776906ddca8fca9b5c3eca2 (patch) | |
| tree | 6a71de1da7e148cf496cd922cc9815cd7dfc7e58 | |
| parent | 626d9389190dea5a277b4c8fa67c51a0034255e4 (diff) | |
Some design cleanup
| -rw-r--r-- | index.html | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -55,19 +55,11 @@ var mapStyle = { "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", |
