changeset 242:f64a779e9458

show line and polygon-layer
author fknauft
date Tue, 06 Sep 2011 10:23:35 +0200
parents b5d9237ca4d7
children f842728b16a1
files gis_gui/blocks/map.js
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gis_gui/blocks/map.js	Tue Sep 06 10:12:11 2011 +0200
+++ b/gis_gui/blocks/map.js	Tue Sep 06 10:23:35 2011 +0200
@@ -147,6 +147,7 @@
 	dummymarker.setPosition(center);
 	dummymarker.setVisible(false);
 	dummymarker.setMap(map);
+	console.debug("map: ", map);
 	console.debug("map reloaded");
 	
 };
@@ -154,7 +155,7 @@
 guiBlocks.Block.prototype.updateMap = function(elem,map_params) {
     
     //************
-    console.debug("bin in updateMap:" + elem + ", " + map_params);
+    console.debug("updateMap:", elem, ", ", map_params);
    //*************
 
 	if (elem == null) {