update center point

This commit is contained in:
David 2017-03-28 13:06:58 -04:00
parent ce1757d0c6
commit 409f4054e0
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/basic-v9',
center: [-73.8966279, 40.7420127], // arbitrary center point
center: [-73.957292, 40.729071], // arbitrary center point
zoom: 10,
minZoom: 9,
maxZoom: 17,