[Mapbender-commits] r5224 - in trunk/mapbender/http: javascripts php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Dec 22 07:44:53 EST 2009


Author: christoph
Date: 2009-12-22 07:44:51 -0500 (Tue, 22 Dec 2009)
New Revision: 5224

Modified:
   trunk/mapbender/http/javascripts/mod_highlightPOI.php
   trunk/mapbender/http/php/mod_meetingPoint.php
Log:
http://trac.osgeo.org/mapbender/ticket/580

Modified: trunk/mapbender/http/javascripts/mod_highlightPOI.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_highlightPOI.php	2009-12-22 12:28:15 UTC (rev 5223)
+++ trunk/mapbender/http/javascripts/mod_highlightPOI.php	2009-12-22 12:44:51 UTC (rev 5224)
@@ -78,7 +78,7 @@
 			?>";
 
 	if(myPOI != ""){
- 		mod_highlightPOI_params = myPOI.split("|");
+ 		mod_highlightPOI_params = myPOI.split("___");
 
 	  
   

Modified: trunk/mapbender/http/php/mod_meetingPoint.php
===================================================================
--- trunk/mapbender/http/php/mod_meetingPoint.php	2009-12-22 12:28:15 UTC (rev 5223)
+++ trunk/mapbender/http/php/mod_meetingPoint.php	2009-12-22 12:44:51 UTC (rev 5224)
@@ -259,7 +259,7 @@
     	my_meetingPoint += encodeURIComponent(document.forms[0].mytext.value);
 
     	
-    	my_meetingPoint += "|" + document.forms[0].x.value + "|";
+    	my_meetingPoint += "___" + document.forms[0].x.value + "___";
     	my_meetingPoint += document.forms[0].y.value;
 
     	if(meetingPoint_export_format == 'email'){
@@ -326,4 +326,4 @@
 <br>
 </form>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Mapbender_commits mailing list