Inhaltsverzeichnis

31. Treffen am 25. Februar 2014

Thema: Hardware - Einplatinenrechner

Ihr könnt natürlich gern auch ohne vorherige Anmeldung reinschauen!

Karte

<html> <link rel=„stylesheet“ href=„http://cdn.leafletjs.com/leaflet-0.6/leaflet.css“ /> <!–[if lte IE 8]>

  <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6/leaflet.ie.css" />

<![endif]–

>

<

script src=„http://cdn.leafletjs.com/leaflet-0.6/leaflet.js

></script>

<

div id=„map“ style=„height: 400px; width: 100%; position: relative;“

></div>

<

script type=„text/javascript“

>

v

ar map = new L.Map('map').setView([50.012524, 8.26326], 15); L.tileLayer('http:{s}.tile.cloudmade.com/bb69ea629ff2494aa0aa91e68dd08d2e/997/256/{z}/{x}/{y}.png', { 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://cloudmade.com“>CloudMade</a>' }).addTo(map); var marker = new L.Marker([50.014306, 8.26277]).addTo(map).bindPopup('<a href=„http://www.phpug-rheinhessen.de/“><img src=„http://www.sperr-objekt.de/phpugrhh/lib/images/phpugrhh_logo.png“/></a>'); var parking = new L.Marker([50.013392, 8.26451]).addTo(map).bindPopup('Parken'); </script> </html>