Routes
A world map that fills in a little more with every trip. Each line is a route actually ridden — a start and an end point is all it takes, the rest fills in automatically. Below the map, every trip is listed again as text.
How this works
The map is deliberately not a photo — it's drawn from a short list of coordinates, which means a new route can be added with a handful of numbers, no image editing required.
Near the bottom of this file (routes.html) is a <script> section with a list called ROUTES. Each entry has a name, a date, a color, and a series of waypoints as latitude/longitude pairs — you can find coordinates by right-clicking a location in Google Maps or OpenStreetMap and choosing "What's here?". A new entry appears automatically both on the map and in the list below it.
Prefer a real map image instead of the schematic continents? Instructions are in bilder/routes/platzhalter.txt and in the README.