[Mapbender-commits] r5223 - in branches/2.6/http: javascripts php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Dec 22 07:28:16 EST 2009
Author: christoph
Date: 2009-12-22 07:28:15 -0500 (Tue, 22 Dec 2009)
New Revision: 5223
Modified:
branches/2.6/http/javascripts/mod_highlightPOI.php
branches/2.6/http/php/mod_meetingPoint.php
Log:
http://trac.osgeo.org/mapbender/ticket/580
Modified: branches/2.6/http/javascripts/mod_highlightPOI.php
===================================================================
--- branches/2.6/http/javascripts/mod_highlightPOI.php 2009-12-22 12:27:21 UTC (rev 5222)
+++ branches/2.6/http/javascripts/mod_highlightPOI.php 2009-12-22 12:28:15 UTC (rev 5223)
@@ -78,7 +78,7 @@
?>";
if(myPOI != ""){
- mod_highlightPOI_params = myPOI.split("|");
+ mod_highlightPOI_params = myPOI.split("___");
Modified: branches/2.6/http/php/mod_meetingPoint.php
===================================================================
--- branches/2.6/http/php/mod_meetingPoint.php 2009-12-22 12:27:21 UTC (rev 5222)
+++ branches/2.6/http/php/mod_meetingPoint.php 2009-12-22 12:28:15 UTC (rev 5223)
@@ -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'){
More information about the Mapbender_commits
mailing list