[frontend]: Add all data sources to map

This commit is contained in:
2025-03-02 13:42:25 +00:00
parent 884d88a4c3
commit acd24ea76c
3 changed files with 13 additions and 1 deletions

View File

@ -5,6 +5,9 @@ const Sidebar = ({ selectedSources, setSelectedSources, clusteringEnabled, setCl
const dataSources = [
{ id: "IrishRailTrains", name: "Irish Rail Trains" },
{ id: "IrishRailStations", name: "Irish Rail Stations" },
{ id: "LuasStops", name: "Luas Stops" },
{ id: "BusStops", name: "Bus Stops" },
{ id: "Buses", name: "Buses", },
];
return (