fix: inverted zoom and longitude

proto-module-actu-react
Jalil Arfaoui 2023-05-13 22:28:05 +02:00
parent 5ca6b18881
commit ef5ba738cb
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ export const ResistantsMap = ({ resistants }: Props) => {
return (
<Map
initialViewState={{
longitude: 5,
longitude: 2.5,
latitude: 47,
zoom: 2.5,
zoom: 5,
}}
style={{ width: "100%", height: 600 }}
mapLib={maplibregl}