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

@ -68,4 +68,6 @@ export const ACTIONS: IActions = {
SET_SPEED: 'SET_SPEED',
SET_MARKERS_SHOWN: 'SET_MARKERS_SHOWN',
GET_GPX_TRACK: 'GET_GPX_TRACK',
};