changeset 235:ed0cb46fb936

show line and polygon-layer
author fknauft
date Mon, 05 Sep 2011 11:37:10 +0200
parents 6e6e78adb447
children 52aa589f4c4d
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:35:01 2011 +0200
+++ b/gis_gui/blocks/map.js	Mon Sep 05 11:37:10 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 {