Skip to content

Commit

Permalink
Update mapbox token
Browse files Browse the repository at this point in the history
  • Loading branch information
danfowler committed Mar 15, 2017
1 parent 2d8d2ff commit aa876ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/map.js
@@ -1,5 +1,5 @@
var url = "https://spreadsheets.google.com/feeds/list/1cV43fuzwy2q2ZKDWrHVS6XR4O8B01eLevh4PD6nCENE/4/public/full?alt=json";
mapboxgl.accessToken = 'pk.eyJ1IjoibWFwZm93bGVyIiwiYSI6ImNpenA2a2NzejAwOGIycXA3aHZvMmw2amEifQ.KrhQQ_KpFFfiRBZ9ghKJ6g';
mapboxgl.accessToken = 'pk.eyJ1Ijoib2tmbiIsImEiOiJjaXlrOW5yczgwMDEzMnlwaWd2ZzF6MDQ3In0.2UJlkR69zbu4-3YRJJgN5w';

var map = new mapboxgl.Map({
container: 'map-container',
Expand Down

0 comments on commit aa876ae

Please sign in to comment.