const olMap = (state = defaultState, action) => {
  switch(action.type) {
    case GET_OL_MAP:
      return state.olMap;
    case SET_OL_MAP: