[Mapbender-commits] r5071 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Dec 3 10:05:43 EST 2009
Author: christoph
Date: 2009-12-03 10:05:41 -0500 (Thu, 03 Dec 2009)
New Revision: 5071
Modified:
trunk/mapbender/http/javascripts/geometry.js
Log:
Modified: trunk/mapbender/http/javascripts/geometry.js
===================================================================
--- trunk/mapbender/http/javascripts/geometry.js 2009-12-03 13:47:22 UTC (rev 5070)
+++ trunk/mapbender/http/javascripts/geometry.js 2009-12-03 15:05:41 UTC (rev 5071)
@@ -520,9 +520,6 @@
if (typeof(geoJSON) == 'string') {
var geoJSON = eval('(' + geoJSON + ')');
}
- else {
- return false;
- }
//
// FEATURE COLLECTION
More information about the Mapbender_commits
mailing list