update center point
This commit is contained in:
parent
ce1757d0c6
commit
409f4054e0
@ -88,7 +88,7 @@
|
|||||||
var map = new mapboxgl.Map({
|
var map = new mapboxgl.Map({
|
||||||
container: 'map',
|
container: 'map',
|
||||||
style: 'mapbox://styles/mapbox/basic-v9',
|
style: 'mapbox://styles/mapbox/basic-v9',
|
||||||
center: [-73.8966279, 40.7420127], // arbitrary center point
|
center: [-73.957292, 40.729071], // arbitrary center point
|
||||||
zoom: 10,
|
zoom: 10,
|
||||||
minZoom: 9,
|
minZoom: 9,
|
||||||
maxZoom: 17,
|
maxZoom: 17,
|
||||||
|
Loading…
Reference in New Issue
Block a user