Skip to content

Commit

Permalink
change default map extent on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Feb 19, 2015
1 parent c877f7c commit fe58c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/geoblacklight/viewers/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GeoBlacklight.Viewer.Map = GeoBlacklight.Viewer.extend({
* Initial bounds of map
* @type {L.LatLngBounds}
*/
bbox: [[-85, -180], [85, 180]]
bbox: [[-80, -195], [80, 185]]
},

basemap: L.tileLayer(
Expand Down

0 comments on commit fe58c9f

Please sign in to comment.