LiveAtlas/src/store
James Lyne ef26d78c19 Refactor map handling
- Map definitions now have their own class
- A map's projection is now a private property of the instance. Coordinates are converted via map instance methods.
- Moved map icon handling to instance getter
- Removed currentProjection and related mutations from store
- Changed currentProjection watchers to currentMap
2021-07-26 01:04:13 +01:00
..
action-types.ts Add support for sending chat messages 2021-01-07 22:40:05 +00:00
actions.ts Refactor map handling 2021-07-26 01:04:13 +01:00
getters.ts Refactor map handling 2021-07-26 01:04:13 +01:00
index.ts Add license 2020-12-16 16:54:41 +00:00
mutation-types.ts Refactor map handling 2021-07-26 01:04:13 +01:00
mutations.ts Refactor map handling 2021-07-26 01:04:13 +01:00
state.ts Refactor map handling 2021-07-26 01:04:13 +01:00