svn commit: r825 - trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php
christoph at osgeo.org
christoph at osgeo.org
Mon Nov 20 03:19:38 EST 2006
Author: christoph
Date: 2006-11-20 08:19:37+0000
New Revision: 825
Modified:
trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php
Log:
added element var 'useCheckboxForHighlighting'
Modified: trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php?view=diff&rev=825&p1=trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php&p2=trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php&r1=824&r2=825
==============================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php (original)
+++ trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php 2006-11-20 08:19:37+0000
@@ -23,6 +23,10 @@
require_once("../../conf/mapbender.conf");
$con = db_connect(DBSERVER,OWNER,PW);
db_select_db(DB,$con);
+?>
+var useCheckboxForHighlighting = 0;
+<?php
+
$gui_id = $_REQUEST["gui_id"];
$e_id_css = "setSpatialRequest";
@@ -38,7 +42,6 @@
if($cnt > 1){ echo "alert('setExtRequest: ID not unique!');\n";}
echo "var mod_wfs_spatialRequest_target = '".$e_target."';\n";
?>
-
var wfsAreaType_point = "point";
var wfsAreaType_polygon = "polygon";
var wfsAreaType_rectangle = "rectangle";
@@ -65,7 +68,6 @@
var button_extent = "extent";
var button_dialogue = "dialogue";
-
// ------------------------------------------------------------------------------------------
// ------------ button handling -------------------------------------------------------------
More information about the Mapbender_commits
mailing list