mirror of
https://gitlab.aliens-lyon.fr/encartes/web-interface.git
synced 2026-09-11 18:00:45 +02:00
Remove useless dependencies and change default location
This commit is contained in:
+2
-2
@@ -81,12 +81,12 @@ function TopBar() {
|
||||
}
|
||||
|
||||
function Map() {
|
||||
return <MapContainer center={[51.505, -0.09]} zoom={13} scrollWheelZoom={false} style={{flexGrow: '1'}}>
|
||||
return <MapContainer center={[45.729811, 4.827768]} zoom={16} scrollWheelZoom={false} style={{flexGrow: '1'}}>
|
||||
<TileLayer
|
||||
attribution='© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
||||
/>
|
||||
<Marker position={[51.505, -0.09]}>
|
||||
<Marker position={[45.729811, 4.827768]}>
|
||||
<Popup>
|
||||
A pretty CSS3 popup. <br /> Easily customizable.
|
||||
</Popup>
|
||||
|
||||
Reference in New Issue
Block a user