wip: working on trips

This commit is contained in:
2026-07-18 12:01:53 +02:00
parent 6dbefb0e33
commit 5cdfbd3bb5
8 changed files with 76 additions and 82 deletions
+4 -2
View File
@@ -12,8 +12,10 @@ export const useMresoStore = defineStore("mresoStore", {
lines: {} as FeatureCollection<MultiLineString>,
clusters: {} as FeatureCollection<Point>,
stops: {} as FeatureCollection<Point>,
selectedRouteIds: [] as string[],
selectedTrips: [] as Feature<LineString>[],
selectedLines: [] as Feature<
LineString | MultiLineString,
LineProperties
>[],
}),
actions: {
async fetchData(options: { signal?: AbortSignal } = {}) {