Mercurial > dive4elements > website
comparison contact.html @ 10:2678e46fcecc
Changed map div.
author | Ariane Broermann <ariane@intevation.de> |
---|---|
date | Mon, 03 Feb 2014 12:14:31 +0100 |
parents | 917577dec6d4 |
children | fbb7d507d14a |
comparison
equal
deleted
inserted
replaced
9:0c522b4beb93 | 10:2678e46fcecc |
---|---|
60 </address> | 60 </address> |
61 <address>Homepage: <a href="http://www.intevation.de">www.intevation.de</a> | 61 <address>Homepage: <a href="http://www.intevation.de">www.intevation.de</a> |
62 <br>E-Mail-Adresse: <a href= | 62 <br>E-Mail-Adresse: <a href= |
63 "mailto:geospatial@intevation.de">geospatial@intevation.de</a> | 63 "mailto:geospatial@intevation.de">geospatial@intevation.de</a> |
64 </address> | 64 </address> |
65 <p>Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner</p> | |
65 </div> | 66 </div> |
66 <div class="col-md-6"> | 67 <div class="col-md-6"> |
67 <!-- Anfahrtskizze --> | 68 <!-- Anfahrtskizze --> |
68 <div style="width:300px; height:250px; align:right" id="map"></div> | 69 <div style="height:250px; align:right" id="map"></div> |
69 <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script> | 70 <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script> |
70 <script> | 71 <script> |
71 var map = L.map('map').setView([52.271987, 8.046263], 17); | 72 var map = L.map('map').setView([52.271987, 8.046263], 17); |
72 | 73 |
73 L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', { | 74 L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', { |
84 .bindPopup('Intevation') | 85 .bindPopup('Intevation') |
85 .openPopup(); | 86 .openPopup(); |
86 </script> | 87 </script> |
87 </div> | 88 </div> |
88 </div> | 89 </div> |
89 <p>Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner</p> | |
90 | |
91 <div class="footer"> | 90 <div class="footer"> |
92 © 2011 Intevation GmbH <br> | 91 © 2014 Intevation GmbH <br> |
93 Dive4Elements ist lizensiert unter der <a href= | 92 Dive4Elements ist lizensiert unter der <a href= |
94 "http://www.gnu.org/licenses/lgpl-2.1.html">GNU LGPL v2.1</a>. | 93 "http://www.gnu.org/licenses/lgpl-2.1.html">GNU LGPL v2.1</a>. |
95 </div><!-- /footer --> | 94 </div><!-- /footer --> |
96 | 95 |
97 <!-- Bootstrap core JavaScript | 96 <!-- Bootstrap core JavaScript |