mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
lazy loading maps
This commit is contained in:
parent
945878f2df
commit
559d6c8d07
11 changed files with 157 additions and 25 deletions
|
@ -59,6 +59,7 @@ export const ACTIONS: IActions = {
|
|||
|
||||
SEARCH_SET_TITLE: 'SEARCH_SET_TITLE',
|
||||
SEARCH_SET_DISTANCE: 'SEARCH_SET_DISTANCE',
|
||||
SEARCH_CHANGE_DISTANCE: 'SEARCH_CHANGE_DISTANCE',
|
||||
|
||||
SEARCH_SET_TAB: 'SEARCH_SET_TAB',
|
||||
SEARCH_PUT_ROUTES: 'SEARCH_PUT_ROUTES',
|
||||
|
@ -71,4 +72,7 @@ export const ACTIONS: IActions = {
|
|||
|
||||
GET_GPX_TRACK: 'GET_GPX_TRACK',
|
||||
SET_IS_EMPTY: 'SET_IS_EMPTY',
|
||||
|
||||
MAPS_LOAD_MORE: 'MAPS_LOAD_MORE',
|
||||
MAPS_SET_SHIFT: 'MAPS_SET_SHIFT',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue