diff --git a/index.ts b/index.ts index 105e5b18..37403b28 100644 --- a/index.ts +++ b/index.ts @@ -87,9 +87,7 @@ map.on('load', function () { // add heatmap layer. map.addSource("heatmap", { type: 'vector', - // url: 'https://api.bikedataproject.org/tiles/heatmap/mvt.json' - url: 'https://api.bikedataproject.org/tiles/heatmap/staging/mvt.json' - // url: 'http://localhost:8081/local-mvt.json' + url: 'https://api.bikedataproject.org/tiles/heatmap/mvt.json' }); // map.addLayer({ @@ -183,4 +181,4 @@ map.on('load', function () { // hook up layer control. trafficCountLayers.hookLayerControl(layerControl, false); -}); \ No newline at end of file +});