changeset 236:52aa589f4c4d

show line and polygon-layer
author fknauft
date Mon, 05 Sep 2011 11:38:20 +0200
parents ed0cb46fb936
children 35c3d0ce2914
files gis_gui/blocks/map.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gis_gui/blocks/map.js	Mon Sep 05 11:37:10 2011 +0200
+++ b/gis_gui/blocks/map.js	Mon Sep 05 11:38:20 2011 +0200
@@ -186,7 +186,7 @@
             // function after load kml url finished
             console.debug("kml url loaded! this=", this );
             console.debug("                data=", data );
-            console debug("                data type=", typeof(data));
+            console.debug("                data type=", typeof(data));
             if (typeof(data) == "string") {
                 var kmlURL = data;
             } else {