[Mapbender-commits] r7768 - branches/2.7/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Apr 13 06:23:16 EDT 2011


Author: verenadiewald
Date: 2011-04-13 03:23:16 -0700 (Wed, 13 Apr 2011)
New Revision: 7768

Modified:
   branches/2.7/http/javascripts/mod_wfs_SpatialRequest.php
Log:
set correct realWorld3 y position for requesting geometry using point selection

Modified: branches/2.7/http/javascripts/mod_wfs_SpatialRequest.php
===================================================================
--- branches/2.7/http/javascripts/mod_wfs_SpatialRequest.php	2011-04-13 09:17:04 UTC (rev 7767)
+++ branches/2.7/http/javascripts/mod_wfs_SpatialRequest.php	2011-04-13 10:23:16 UTC (rev 7768)
@@ -517,7 +517,7 @@
 		var mapPosYRemovePix = mapPos[1] - buffer;
 		var realWorld1 = makeClickPos2RealWorldPos("mapframe1",mapPosXRemovePix,mapPosYRemovePix);
 		var realWorld2 = makeClickPos2RealWorldPos("mapframe1",mapPosXAddPix,mapPosYRemovePix);
-		var realWorld3 = makeClickPos2RealWorldPos("mapframe1",mapPosXAddPix,mapPosYRemovePix);
+		var realWorld3 = makeClickPos2RealWorldPos("mapframe1",mapPosXAddPix,mapPosYAddPix);
 		var realWorld4 = makeClickPos2RealWorldPos("mapframe1",mapPosXRemovePix,mapPosYAddPix);
 		
 		



More information about the Mapbender_commits mailing list