Skip to content

Commit

Permalink
added juan's mapbox api key
Browse files Browse the repository at this point in the history
  • Loading branch information
darkzeroman committed Aug 30, 2013
1 parent c5da41c commit 8ab8859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/static/javascript/custom_mapbox.js
Expand Up @@ -17,7 +17,8 @@ $(document).ready(function () {

// Made TileMap with JSON with Vidhur's account
// darkzeroman.map-gxrlhgnw : NYC MAP
MYAPP.map = L.mapbox.map('map', 'darkzeroman.map-bi97back').whenReady(function () {
// Juan's Washington DC: jpvelez.map-zuhdyp2h
MYAPP.map = L.mapbox.map('map', 'jpvelez.map-zuhdyp2h').whenReady(function () {
// only load the json when the map is ready
$.getJSON("../predict_all/ ", function (json) {
MYAPP.vanilla_json = json;
Expand Down

0 comments on commit 8ab8859

Please sign in to comment.