Skip to content

Commit

Permalink
simpler start location
Browse files Browse the repository at this point in the history
  • Loading branch information
meetar committed Nov 13, 2015
1 parent b5f3c9b commit d60ffd8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
map = (function () {
'use strict';

var locations = {
'Oakland': [37.8044, -122.2708, 15],
'New York': [40.7238, -73.9881, 14],
'Seattle': [47.5937, -122.3215, 15]
};

var map_start_location = locations['New York'];
var map_start_location = [40.7238, -73.9881, 14]; // NYC

/*** URL parsing ***/

Expand Down

0 comments on commit d60ffd8

Please sign in to comment.