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