Skip to content

Commit

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

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

0 comments on commit 51ee18d

Please sign in to comment.