Closes MIN-124
Implement interactive layer of the map - react on click and fetch data to Redux
ALIAS
), fetch it to Redux state (identically as it would be searched)REACTION
), fetch it to Redux state and THEN fetch all related bioEntites (identically as they would be searched)The algorithm of converting the lng/lon position to a cartesian point has been fixed. It was done due to the fact that we need a precise click position for the correct map field search. Also now the first load of the map is perfectly centered.