wip
This commit is contained in:
@@ -11,6 +11,7 @@ export const useMresoStore = defineStore("mresoStore", {
|
||||
lines: {} as FeatureCollection<MultiLineString>,
|
||||
clusters: {} as FeatureCollection<Point>,
|
||||
stops: {} as FeatureCollection<Point>,
|
||||
selectedRouteIds: [] as string[],
|
||||
}),
|
||||
actions: {
|
||||
async fetchData(options: { signal?: AbortSignal } = {}) {
|
||||
|
||||
Reference in New Issue
Block a user