mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
added gpx dialog
This commit is contained in:
parent
947ec69e60
commit
e995b46641
33 changed files with 11687 additions and 131 deletions
|
@ -1,5 +1,12 @@
|
|||
const P = 'EDITOR';
|
||||
|
||||
export const GPX_ROUTE_COLORS = [
|
||||
'#ff3344',
|
||||
'#3344ff',
|
||||
'#33ff44',
|
||||
'#33ffff',
|
||||
];
|
||||
|
||||
export const DRAWING_DIRECTIONS: Record<'FORWARDS' | 'BACKWARDS', 'forward' | 'backward'> = {
|
||||
FORWARDS: 'forward',
|
||||
BACKWARDS: 'backward',
|
||||
|
@ -61,4 +68,7 @@ export const EDITOR_ACTIONS = {
|
|||
CAPTURE_HIPSTORY: `${P}-CAPTURE_HIPSTORY`,
|
||||
|
||||
SET_DIRECTION: `${P}-SET_DIRECTION`,
|
||||
SET_GPX: `${P}-SET_GPX`,
|
||||
UPLOAD_GPX: `${P}-UPLOAD_GPX`,
|
||||
DROP_GPX: `${P}-DROP_GPX`,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue