summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-11-06 01:14:23 +0200
committerYuval Adam <yuval@y3xz.com>2015-11-06 01:14:23 +0200
commitad2998f3d8533f441776906ddca8fca9b5c3eca2 (patch)
tree6a71de1da7e148cf496cd922cc9815cd7dfc7e58
parent626d9389190dea5a277b4c8fa67c51a0034255e4 (diff)
Some design cleanup
-rw-r--r--index.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/index.html b/index.html
index 3959f87..1ef3d78 100644
--- a/index.html
+++ b/index.html
@@ -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",