Add station modal logic and station data for part of route 0210
This commit is contained in:
@@ -20,9 +20,8 @@ export const load: PageLoad = async ({ params }) => {
|
||||
|
||||
return {
|
||||
route: rawData,
|
||||
slug: slug,
|
||||
slug: slug
|
||||
};
|
||||
|
||||
} catch (err) {
|
||||
console.error(`Error loading map ${slug}: `, err);
|
||||
throw error(500, {
|
||||
|
||||
Reference in New Issue
Block a user