[Mapbender-commits] r5068 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Dec 3 08:37:27 EST 2009
Author: christoph
Date: 2009-12-03 08:37:26 -0500 (Thu, 03 Dec 2009)
New Revision: 5068
Modified:
trunk/mapbender/http/javascripts/geometry.js
Log:
Modified: trunk/mapbender/http/javascripts/geometry.js
===================================================================
--- trunk/mapbender/http/javascripts/geometry.js 2009-12-03 11:41:09 UTC (rev 5067)
+++ trunk/mapbender/http/javascripts/geometry.js 2009-12-03 13:37:26 UTC (rev 5068)
@@ -520,6 +520,9 @@
if (typeof(geoJSON) == 'string') {
var geoJSON = eval('(' + geoJSON + ')');
}
+ else {
+ return false;
+ }
//
// FEATURE COLLECTION
More information about the Mapbender_commits
mailing list