gpx generation

This commit is contained in:
muerwre 2019-02-18 12:02:06 +07:00
parent b28e695fe7
commit 99f76dbe2c
6 changed files with 72 additions and 4 deletions

View file

@ -62,3 +62,4 @@ export const searchSetLoading = loading => ({ type: ACTIONS.SEARCH_SET_LOADING,
export const searchPutRoutes = payload => ({ type: ACTIONS.SEARCH_PUT_ROUTES, ...payload });
export const setMarkersShown = markers_shown => ({ type: ACTIONS.SET_MARKERS_SHOWN, markers_shown });
export const getGPXTrack = () => ({ type: ACTIONS.GET_GPX_TRACK });