diff --git a/coverage/postoffice.js b/coverage/postoffice.js index cdef0f9..565adfd 100644 --- a/coverage/postoffice.js +++ b/coverage/postoffice.js @@ -12,7 +12,7 @@ osm.addTo(map); var mvtSource0 = new L.TileLayer.MVTSource({ - url: "./tiles/tileFuel0/{z}/{x}/{y}.pbf", + url: "./tiles/tilePostoffice0/{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/tileFuel1/{z}/{x}/{y}.pbf", + url: "./tiles/tilePostoffice1/{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/tileFuel2/{z}/{x}/{y}.pbf", + url: "./tiles/tilePostoffice2/{z}/{x}/{y}.pbf", style: function (feature) { var style = {}; style.color = 'rgba(0,255,0,1)';