From 93b1d73e2a5df64dba2d0349b27507104ed9748a Mon Sep 17 00:00:00 2001 From: Ben Abelshausen Date: Thu, 8 Feb 2018 14:32:28 +0000 Subject: [PATCH 1/3] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 77c11e7..4adec8e 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@ map.addLayer({ "id": "diffs-details", "source": "diffs", - "source-layer": "diff", + "source-layer": "diffs", "type": "line", "paint": { "line-color": "#FFFF00", @@ -133,4 +133,4 @@ - \ No newline at end of file + From bcfc5029fd7cb47b552e14db42bbf69e5a85cc16 Mon Sep 17 00:00:00 2001 From: Ben Abelshausen Date: Thu, 8 Feb 2018 14:40:34 +0000 Subject: [PATCH 2/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4adec8e..7c5f37f 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@ map.addSource("diffs", { "type": "vector", "tiles": [ - "http://roads-tiles.osm.be/data/diff/{z}/{x}/{y}.pbf" + "http://roads-tiles.osm.be/data/diffs/{z}/{x}/{y}.pbf" ], "maxzoom": 14 }); From 0ed027de4153260582509ae42493c18dad1cb09c Mon Sep 17 00:00:00 2001 From: Ben Abelshausen Date: Thu, 8 Feb 2018 14:42:47 +0000 Subject: [PATCH 3/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7c5f37f..bc860df 100644 --- a/index.html +++ b/index.html @@ -121,7 +121,7 @@ map.addLayer({ "id": "diffs", "source": "diffs", - "source-layer": "diff", + "source-layer": "diffs", "type": "line", "paint": { "line-color": "#FFFF00",