Skip to content

Commit

Permalink
update mapbox 🔑
Browse files Browse the repository at this point in the history
  • Loading branch information
danswick authored Oct 28, 2016
1 parent a57a67b commit b22448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion montana/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for ( var i = 0; i < sheetData.length; i++) {

// Add empty feature layer to prepare for custom markers

L.mapbox.accessToken = "pk.eyJ1IjoiZGFuc3dpY2siLCJhIjoieUZiWmwtVSJ9.0cPQywdbPVmvHiHJ6NwdXA";
L.mapbox.accessToken = "pk.eyJ1IjoiZGFuc3dpY2siLCJhIjoiY2l1dTU0amNkMDJlMDJ0cGR1M3NteGlnZyJ9.6DVNjuwjBS784c3mfdRvzg";
var map = L.mapbox.map('map', 'mapbox.outdoors')
.setView([48, -114.014270], 8)
/*.featureLayer.setGeoJSON(sheetGeoJson)*/;
Expand Down

0 comments on commit b22448d

Please sign in to comment.