wip: working on trips
This commit is contained in:
+4
-2
@@ -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 } = {}) {
|
||||
|
||||
Reference in New Issue
Block a user