Skip to content

Instantly share code, notes, and snippets.

@akeschmidi
Last active May 21, 2024 11:12
Show Gist options
  • Select an option

  • Save akeschmidi/7c725a3d86f558ad82f3ebe78a29ce13 to your computer and use it in GitHub Desktop.

Select an option

Save akeschmidi/7c725a3d86f558ad82f3ebe78a29ce13 to your computer and use it in GitHub Desktop.
data
[
{
"id": 0,
"name": "Ägerisee",
"description": "Der Ägerisee ist ein 7,2 km² grosser See im Schweizer Kanton Zug, der durch einen Gletscher entstanden ist und in den Schwyzer Alpen auf 724 m ü. M. liegt. Sein Hauptzufluss ist der Hüribach, Abfluss ist die Lorze. Der Ägerisee wird seit 1992 als Trinkwasserreservoir benutzt.",
"temperature": 22,
"region": "ZG",
"link": "HTTPS",
"imageUrl":"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Aerial_image_of_%C3%84gerisee_%28view_from_the_east%29.jpg/640px-Aerial_image_of_%C3%84gerisee_%28view_from_the_east%29.jpg",
"latitude": 47.12606764961884,
"longitude": 8.619033139513576,
"mapZoom": 14
},
{
"id": 1,
"name": "Alpnachersee",
"description": "Der Alpnachersee ist kein eigenständiger See, sondern ein Seitenarm des Vierwaldstättersees. Er liegt in den beiden Kantonen Nid- und Obwalden und ist etwa 4,8 km lang und 1,4 km breit. Die Südflanke des Pilatusmassivs grenzt an das Nordufer.",
"temperature": 13,
"region": "",
"link": "HTTPS",
"imageUrl": "https://upload.wikimedia.org/wikipedia/commons/4/46/Picswiss_NW-25-20.jpg",
"latitude": 46.9625,
"longitude": 8.306389,
"mapZoom": 13
},
{
"id": 2,
"name": "Bielersee",
"description": "This is the second item.",
"temperature": 14,
"region": "",
"link": "HTTPS",
"imageUrl": "https://example.com/image1.jpg",
"latitude": 47.12606764961884,
"longitude": 8.619033139513576,
"mapZoom": 14
},
{
"id": 3,
"name": "Baldeggersee",
"description": "This is the second item.",
"temperature": 16,
"region": "LU",
"link": "HTTPS",
"imageUrl": "https://example.com/image1.jpg",
"latitude": 47.12606764961884,
"longitude": 8.619033139513576,
"mapZoom": 14
},
{
"id": 4,
"name": "Item 2",
"description": "This is the second item.",
"temperature": 14,
"region": "",
"link": "HTTPS",
"imageUrl": "https://example.com/image1.jpg",
"latitude": 47.12606764961884,
"longitude": 8.619033139513576,
"mapZoom": 14
},
{
"id": 5,
"name": "Genfersee",
"description": "This is the second item.",
"temperature": 15,
"region": "GE",
"link": "HTTPS",
"imageUrl": "https://example.com/image1.jpg",
"latitude": 47.12606764961884,
"longitude": 8.619033139513576,
"mapZoom": 14
},
{
"id": 6,
"name": "Hallwielersee",
"description": "This is the second item.",
"temperature": 16,
"region": "",
"link": "HTTPS",
"imageUrl": "https://example.com/image1.jpg",
"latitude": 47.12606764961884,
"longitude": 8.619033139513576,
"mapZoom": 14
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment