Change map to leaflet-container
This commit is contained in:
parent
bdfd25d314
commit
7d517ed1bc
@ -10,7 +10,7 @@ mapboxgl.accessToken = 'pk.eyJ1IjoiYWxpLWFkbGkiLCJhIjoiY2xuM2JtYjV1MGE5djJrb2d5O
|
|||||||
export function CityMap() {
|
export function CityMap() {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const map = new mapboxgl.Map({
|
const map = new mapboxgl.Map({
|
||||||
container: 'map-container', // container ID
|
container: 'leaflet-container', // container ID
|
||||||
style: 'mapbox://styles/mapbox/streets-v12', // style URL
|
style: 'mapbox://styles/mapbox/streets-v12', // style URL
|
||||||
center: [-73.5801403, 45.4962261], // starting position [lng, lat]
|
center: [-73.5801403, 45.4962261], // starting position [lng, lat]
|
||||||
zoom: 15, // starting zoom
|
zoom: 15, // starting zoom
|
||||||
|
Loading…
Reference in New Issue
Block a user