[Mapbender-commits] r3197 - branches/noframes/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Nov 7 05:04:00 EST 2008
Author: christoph
Date: 2008-11-07 05:04:00 -0500 (Fri, 07 Nov 2008)
New Revision: 3197
Modified:
branches/noframes/http/javascripts/mod_featureInfo.php
Log:
merged w/ trunk
Modified: branches/noframes/http/javascripts/mod_featureInfo.php
===================================================================
--- branches/noframes/http/javascripts/mod_featureInfo.php 2008-11-07 10:03:10 UTC (rev 3196)
+++ branches/noframes/http/javascripts/mod_featureInfo.php 2008-11-07 10:04:00 UTC (rev 3197)
@@ -18,7 +18,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
-
include '../include/dyn_js.php';
//defaults for element vars
?>
@@ -92,4 +91,5 @@
else
alert(unescape("Please select a layer! \n Bitte waehlen Sie eine Ebene zur Abfrage aus!"));
}
-}
\ No newline at end of file
+ setFeatureInfoRequest(mod_featureInfo_target,clickX,clickY);
+}
More information about the Mapbender_commits
mailing list