Skip to content

Commit

Permalink
Merge pull request #100 from hotosm/feature/90_mapboxaccount
Browse files Browse the repository at this point in the history
add hot mapbox account
  • Loading branch information
Nate Smith committed Jul 6, 2015
2 parents 14e0c0d + f802818 commit c3922ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/scripts/components/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var utils = require('../utils/utils');
var dsZoom = require('../utils/ds_zoom');
var config = require('../config.js');

L.mapbox.accessToken = 'pk.eyJ1IjoiZGV2c2VlZCIsImEiOiJnUi1mbkVvIn0.018aLhX0Mb0tdtaT2QNe2Q';
L.mapbox.accessToken = 'pk.eyJ1IjoiaG90IiwiYSI6IjU3MjE1YTYxZGM2YmUwMDIxOTg2OGZmNWU0NzRlYTQ0In0.MhK7SIwO00rhs3yMudBfIw';

var Map = React.createClass({
// Connect to the store "mapStore". Whenever the store calls "this.trigger()"
Expand Down
2 changes: 1 addition & 1 deletion app/assets/scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = {
map: {
baseLayer: 'devseed.m9i692do',
baseLayer: 'hot.ml5mgnm7',

initialZoom: 8,
minZoom: 8,
Expand Down

0 comments on commit c3922ac

Please sign in to comment.