Skip to content
Snippets Groups Projects
Commit b4e647cb authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Set map center to Finland

parent b16ade39
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ import FullscreenControl from 'react-leaflet-fullscreen';
class LeafletMap extends React.Component {
state = {
lat: 51.505,
lng: -0.09,
zoom: 13,
lat: 64.950916,
lng: 27.095982,
zoom: 5,
}
render() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment