diff --git a/coverage/busstop.js b/coverage/busstop.js index 88c787e..5ea409f 100644 --- a/coverage/busstop.js +++ b/coverage/busstop.js @@ -12,7 +12,7 @@ osm.addTo(map); var mvtSource0 = new L.TileLayer.MVTSource({ - url: "./tiles/tileBusstop0/{z}/{x}/{y}.pbf", + url: "./tiles/tileBus0/{z}/{x}/{y}.pbf", style: function (feature) { var style = {}; style.color = 'rgba(255,0,0,1)'; @@ -26,7 +26,7 @@ map.addLayer(mvtSource0); var mvtSource1 = new L.TileLayer.MVTSource({ - url: "./tiles/tileBusstop1/{z}/{x}/{y}.pbf", + url: "./tiles/tileBus1/{z}/{x}/{y}.pbf", style: function (feature) { var style = {}; style.color = 'rgba(255,200,0,1)'; @@ -40,7 +40,7 @@ map.addLayer(mvtSource1); var mvtSource2 = new L.TileLayer.MVTSource({ - url: "./tiles/tileBusstop2/{z}/{x}/{y}.pbf", + url: "./tiles/tileBus2/{z}/{x}/{y}.pbf", style: function (feature) { var style = {}; style.color = 'rgba(0,255,0,1)';