2015-02-03

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Nächste Überarbeitung
Vorherige Überarbeitung
Nächste ÜberarbeitungBeide Seiten, nächste Überarbeitung
2015-02-03 [2015/01/20 23:16] – angelegt mattsches2015-02-03 [2015/01/21 08:47] mattsches
Zeile 3: Zeile 3:
 ===== Themen ===== ===== Themen =====
  
-  * **Laravel** von Stefan Kilp und Severin Neumann +  * **Laravel** von [[https://www.xing.com/profile/Stefan_Kilp|Stefan Kilp]] und [[https://www.xing.com/profile/Severin_Neumann|Severin Neumann]] 
-  * **Nachbericht FOSDEM 2015** von Tom Klingenberg+  * **Nachbericht FOSDEM 2015** von [[https://www.xing.com/profile/Tom_Klingenberg|Tom Klingenberg]]
  
 ===== Wann und wo ===== ===== Wann und wo =====
Zeile 20: Zeile 20:
 ===== Karte ===== ===== Karte =====
 <html> <html>
-<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6/leaflet.css" /> +<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" /> 
-<!--[if lte IE 8]> +<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
-    <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> <div id="map" style="height: 400px; width: 100%; position: relative;"></div>
 <script type="text/javascript"> <script type="text/javascript">
 var map = new L.Map('map').setView([50.012524, 8.26326], 15); var 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',+L.tileLayer('http://{s}.tile.osm.org/{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>'+    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>'
 }).addTo(map); }).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 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>');
  • 2015-02-03.txt
  • Zuletzt geändert: 2015/09/16 18:48
  • von 127.0.0.1