GISDAY 2009

Links:

Folien für diesen Workshop als PDF Datei.

Briefkastensuche Bamberg: https://141.13.60.18:8080/geoserver/www/wfs-test5.htm

 

Quellcode für die Basiskarte:

------------------------------------------------------------------------------------------------------------------------------------------------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Google Maps JavaScript API Beispiel: Erste Karte</title>
    <script src="https://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1-m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA"
            type="text/javascript"></script>
    <script type="text/javascript">

    function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(47.8, 13), 10);
        map.setUIToDefault();
      }
    }

    </script>
  </head>

  <body onload="initialize()" onunload="GUnload()">
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
  </body>
</html>

---------------------------------------------------------------------------------------------------------------------------------------


   

 


 


Contact

Prof. Dr. Matthias S. Möller

University Bamberg
Am Kranen 1
D 96045 Bamberg
Germany


+49 951 863 2316
+49 30 4504 5424