Benutzer-Werkzeuge

Webseiten-Werkzeuge


start

Dies ist eine alte Version des Dokuments!


<html> <head>

<title>Leaflet</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="shortcut icon" type="image/x-icon" href="docs/images/favicon.ico" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.0.3/dist/leaflet.js"></script>

</head> <body>

<script>

var mymap = L.map('mapid').setView([47.61727, 9.37408], 9);
L.tileLayer('https://tiles.ffbsee.de:9090/{z}/{x}/{y}.png', {
	maxZoom: 18,
	attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' +
		'<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
		'Imagery © <a href="http://mapbox.com">Mapbox</a>',
	id: 'mapbox.streets'
}).addTo(mymap);
L.marker([47.77244, 9.19941]).addTo(mymap)
	.bindPopup("<b>Hier ist die see-base!</b>");
L.marker([47.71236, 9.39957]).addTo(mymap)
	.bindPopup("<b>Hier ist die Toolbox!</b>");
	
L.marker([47.69562, 9.13927]).addTo(mymap)
	.bindPopup("<b>Hier ist HacKNology!</b>");
L.marker([48.06502, 8.45645]).addTo(mymap)
	.bindPopup("<b>Hier ist vspace.one!</b>");
L.marker([47.42079, 9.35552]).addTo(mymap)
	.bindPopup("<b>Hier ist ruum42!</b>");
L.marker([47.393060, 8.524826]).addTo(mymap)
	.bindPopup("<b>Hier ist CCCZH!</b>");
L.marker([47.22939, 8.82041]).addTo(mymap)
	.bindPopup("<b>Hier ist Coredump!</b>");
var popup = L.popup();
mymap.on('click', onMapClick);

</script>

</body> </html>

Willkommen auf bodensee.space

Diese Webseite soll einen schnellen Überblick über möglichst alle Hacker- und Makerspaces, sowie ähnliche Einrichtungen im erweiterten Umfeld des Bodensees in Deutschland, Österreich und Schweiz bieten.

Welcome to bodensee.space

This website is meant as a quick overview of hackerspaces and makerspaces and similiar places around the greater Lake Constance (German: Bodensee) area between Austria, Germany and Switzerland.

start.1491901932.txt.gz · Zuletzt geändert: 2020/12/19 16:13 (Externe Bearbeitung)