# HG changeset patch # User fknauft # Date 1315215430 -7200 # Node ID ed0cb46fb9365b01fa9e4f0ada9f1896bfe5034c # Parent 6e6e78adb447bb571af395770ec70a40248a3a39 show line and polygon-layer diff -r 6e6e78adb447 -r ed0cb46fb936 gis_gui/blocks/map.js --- 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 {