Efficient map with zoom, pan and tilt functionality.
Card infobox (opens on click) with name, location, operator and an external resource (usually Wikipedia) for each card.
Persistent light & dark mode that follows the user’s preferred color scheme. Togglable via custom theme control.
Cards increase in size & are brought to foreground on hover
Card markers are generated dynamically and iteratively on page load from a simple YAML data file.
Not dependent on any CDN-delivered resources other than map tiles
To build this app for yourself, clone this respository into your file system. Install pnpm and run
pnpm install
pnpm run dev
This will start the app on localhost:5173
.
License: GPL-3.0