Skip to content

Commit

Permalink
Stop using expensive service
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Feb 2, 2024
1 parent 51ee18d commit a8d521f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/map.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var url = 'https://raw.githubusercontent.com/okfn/opendataday/master/databags/events-2024.json';
// Open Data Day site custom token
mapboxgl.accessToken = 'pk.eyJ1Ijoib2tmbiIsImEiOiJjbHM0azFlZjUxYTN4MmtvNTR0d2RxNTZxIn0.XK13ZqhfpDhD2y6ARpo2kw'

mapboxgl.accessToken = 'TO-DO'

var clusterRadius = 50,
clusterMaxZoom = 14; // Max zoom to cluster points on
Expand Down

0 comments on commit a8d521f

Please sign in to comment.