Created
December 30, 2025 13:41
-
-
Save neysidev/bbd40032f0f4e167a1e6a8b3e99a490c to your computer and use it in GitHub Desktop.
Mock data of 30 train stations in Germany. Used for fetching and displaying on a Leaflet map in the frontend assignment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "id": 1, "name": "Berlin Hbf", "city": "Berlin", "lat": 52.5251, "lng": 13.3694 }, | |
| { "id": 2, "name": "Berlin Ostbahnhof", "city": "Berlin", "lat": 52.5108, "lng": 13.4348 }, | |
| { "id": 3, "name": "Berlin Südkreuz", "city": "Berlin", "lat": 52.475, "lng": 13.365 }, | |
| { "id": 4, "name": "Hamburg Hbf", "city": "Hamburg", "lat": 53.553, "lng": 10.0067 }, | |
| { "id": 5, "name": "Hamburg Altona", "city": "Hamburg", "lat": 53.5526, "lng": 9.935 }, | |
| { "id": 6, "name": "Hamburg Dammtor", "city": "Hamburg", "lat": 53.5603, "lng": 9.9886 }, | |
| { "id": 7, "name": "Munich Hbf", "city": "Munich", "lat": 48.1402, "lng": 11.5586 }, | |
| { "id": 8, "name": "Munich Ost", "city": "Munich", "lat": 48.1277, "lng": 11.6034 }, | |
| { "id": 9, "name": "Munich Pasing", "city": "Munich", "lat": 48.1499, "lng": 11.4616 }, | |
| { "id": 10, "name": "Frankfurt Hbf", "city": "Frankfurt", "lat": 50.1072, "lng": 8.6638 }, | |
| { "id": 11, "name": "Frankfurt Süd", "city": "Frankfurt", "lat": 50.0995, "lng": 8.685 }, | |
| { "id": 12, "name": "Frankfurt Flughafen", "city": "Frankfurt", "lat": 50.051, "lng": 8.5694 }, | |
| { "id": 13, "name": "Cologne Hbf", "city": "Cologne", "lat": 50.9423, "lng": 6.9583 }, | |
| { "id": 14, "name": "Cologne Messe/Deutz", "city": "Cologne", "lat": 50.9406, "lng": 6.9749 }, | |
| { "id": 15, "name": "Cologne Ehrenfeld", "city": "Cologne", "lat": 50.9517, "lng": 6.9114 }, | |
| { "id": 16, "name": "Stuttgart Hbf", "city": "Stuttgart", "lat": 48.783, "lng": 9.1829 }, | |
| { "id": 17, "name": "Stuttgart Bad Cannstatt", "city": "Stuttgart", "lat": 48.8031, "lng": 9.2247 }, | |
| { "id": 18, "name": "Stuttgart Vaihingen", "city": "Stuttgart", "lat": 48.7284, "lng": 9.1098 }, | |
| { "id": 19, "name": "Düsseldorf Hbf", "city": "Düsseldorf", "lat": 51.2203, "lng": 6.7946 }, | |
| { "id": 20, "name": "Düsseldorf Airport", "city": "Düsseldorf", "lat": 51.2895, "lng": 6.7668 }, | |
| { "id": 21, "name": "Düsseldorf Bilk", "city": "Düsseldorf", "lat": 51.2027, "lng": 6.7766 }, | |
| { "id": 22, "name": "Leipzig Hbf", "city": "Leipzig", "lat": 51.3457, "lng": 12.3817 }, | |
| { "id": 23, "name": "Leipzig Messe", "city": "Leipzig", "lat": 51.3965, "lng": 12.3889 }, | |
| { "id": 24, "name": "Leipzig-Connewitz", "city": "Leipzig", "lat": 51.3154, "lng": 12.3735 }, | |
| { "id": 25, "name": "Dresden Hbf", "city": "Dresden", "lat": 51.0404, "lng": 13.7326 }, | |
| { "id": 26, "name": "Dresden Neustadt", "city": "Dresden", "lat": 51.0669, "lng": 13.7404 }, | |
| { "id": 27, "name": "Dresden Mitte", "city": "Dresden", "lat": 51.0555, "lng": 13.7113 }, | |
| { "id": 28, "name": "Nuremberg Hbf", "city": "Nuremberg", "lat": 49.4458, "lng": 11.0822 }, | |
| { "id": 29, "name": "Nuremberg Nordost", "city": "Nuremberg", "lat": 49.4735, "lng": 11.1044 }, | |
| { "id": 30, "name": "Nuremberg Steinbühl", "city": "Nuremberg", "lat": 49.4382, "lng": 11.0654 } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment