Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk authored Sep 14, 2023
1 parent 1a0c21f commit 0afc8d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down Expand Up @@ -183,4 +181,4 @@ map.on('load', function () {

// hook up layer control.
trafficCountLayers.hookLayerControl(layerControl, false);
});
});

0 comments on commit 0afc8d7

Please sign in to comment.