This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Description
- define DEFAULT_MAP_CENTER point - middle of Warsaw, and set it as state mapCenter default
- we do not want to have autoLocation feature enabled by default (it's done by componentDidMount right now), it should just do
this.map.setCenter(this.getState().mapCenter)
- feature of geolocation should be bound to button - it will be a separate issue