[Mapbender-commits] r5231 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Dec 22 09:49:01 EST 2009
Author: verenadiewald
Date: 2009-12-22 09:49:01 -0500 (Tue, 22 Dec 2009)
New Revision: 5231
Modified:
branches/2.6/http/javascripts/mod_highlightPOI.php
Log:
show highlight poi in IE -> 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 14:40:41 UTC (rev 5230)
+++ branches/2.6/http/javascripts/mod_highlightPOI.php 2009-12-22 14:49:01 UTC (rev 5231)
@@ -145,7 +145,7 @@
var pos = mapObject.convertRealToPixel(pointFromUrl);
tagSource += "<div style='z-index:13;position:absolute;left:"+(pos.x-Math.round(0.5*poi_width))+"px;top:"+(pos.y-Math.round(0.5*poi_height))+"px'>";
tagSource += "<img src='"+poi_image+"'>";
- tagSource += "<span style='"+poi_style+"'>"+mod_highlightPOI_params[i]+"<span>";
+ tagSource += "<span style='"+poi_style+"'>"+mod_highlightPOI_params[i]+"</span>";
tagSource += "</div>";
}
$("#" + mapObject.elementName + "_permanent").html(tagSource);
More information about the Mapbender_commits
mailing list