# HG changeset patch # User Sascha L. Teichmann # Date 1395845040 -3600 # Node ID 110d1d75357b29fa3ddaae3bad063ea64ecdcef8 # Parent 3000c078bcd0affeb92cb9c6804ce5558dfa19cb Improved text about the community. diff -r 3000c078bcd0 -r 110d1d75357b community_body.html --- a/community_body.html Wed Mar 26 15:23:54 2014 +0100 +++ b/community_body.html Wed Mar 26 15:44:00 2014 +0100 @@ -1,41 +1,57 @@
-
- Intevation GmbH -
Neuer Graben 17 -
49074 Osnabrück, Deutschland -
Telefon: +49-541-33 50 83 - 0 -
Fax: +49-541-33 50 83 - 99 -
-
Registereintrag: -
HR B 18998 -
Amtsgericht Osnabrück -
-
Homepage: www.intevation.de -
E-Mail-Adresse: geospatial@intevation.de -
-

Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner

-
-
- -
- - + + L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', { + layers: 'OSM-WMS-Dienst', + format: 'image/png', + attribution: 'Map data © ' + + 'OpenStreetMap' + + '' + + ' (CC-BY-SA 2.0)' + }).addTo(map); + // Disable attribution leaflet prefix + map.attributionControl.setPrefix(false); + L.marker([52.271987, 8.046263]).addTo(map) + .bindPopup('Intevation') + .openPopup(); + +