diff gis_gui/blocks/map.js @ 245:7c5d825a0083

show line and polygon-layer
author fknauft
date Thu, 08 Sep 2011 13:04:48 +0200
parents 57f0dfaf5949
children bba7dd7b6b4c
line wrap: on
line diff
--- a/gis_gui/blocks/map.js	Tue Sep 06 12:53:17 2011 +0200
+++ b/gis_gui/blocks/map.js	Thu Sep 08 13:04:48 2011 +0200
@@ -215,7 +215,7 @@
             // render layer
             if (google != null) {
                 var newMarker=new google.maps.KmlLayer(kmlURL);
-                console.debug("new marker layer=",newMarker);
+                console.debug("new marker layer no",i,"=",newMarker);
                 console.debug("           map=",map);
                 newMarker.setMap(map);
                 console.debug("Map-Update finished");