fix: inverted zoom and longitude
parent
5ca6b18881
commit
ef5ba738cb
|
@ -20,9 +20,9 @@ export const ResistantsMap = ({ resistants }: Props) => {
|
||||||
return (
|
return (
|
||||||
<Map
|
<Map
|
||||||
initialViewState={{
|
initialViewState={{
|
||||||
longitude: 5,
|
longitude: 2.5,
|
||||||
latitude: 47,
|
latitude: 47,
|
||||||
zoom: 2.5,
|
zoom: 5,
|
||||||
}}
|
}}
|
||||||
style={{ width: "100%", height: 600 }}
|
style={{ width: "100%", height: 600 }}
|
||||||
mapLib={maplibregl}
|
mapLib={maplibregl}
|
||||||
|
|
Loading…
Reference in New Issue