2013-07-09

26. Treffen am 9. Juli 2013

Dienstag, 09. Juli 2013 ab 19 Uhr
NIDAG GmbH
Taunusstraße 59-61 (Zollhafen)
55120 Mainz

Hinweis: Bitte gebt „Am Getreidespeicher 29, 55120 Mainz“ in euer Navi ein, parken könnt ihr am Ende der Straße „Am Zollhafen“; wer mit dem ÖPNV kommen möchte, sollte mit dem Bus Linie 58 oder 70 die Bushaltestelle „Feldbergplatz/Stadtwerke Mainz AG“ anfahren. Karte siehe unten.

Die Teilnehmerliste bzw. Anmeldungen pflegen wir auf XING. Bitte tragt euch dort entsprechend ein. Es gibt auch eine Google+ Event-Seite.

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

<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>