[Mapbender-commits] r6818 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Aug 26 06:25:43 EDT 2010


Author: kmq
Date: 2010-08-26 10:25:43 +0000 (Thu, 26 Aug 2010)
New Revision: 6818

Modified:
   trunk/mapbender/http/javascripts/geometry.js
Log:
added  'px'  to css for positioning highlightimage

Modified: trunk/mapbender/http/javascripts/geometry.js
===================================================================
--- trunk/mapbender/http/javascripts/geometry.js	2010-08-26 07:57:06 UTC (rev 6817)
+++ trunk/mapbender/http/javascripts/geometry.js	2010-08-26 10:25:43 UTC (rev 6818)
@@ -1967,8 +1967,8 @@
 		}
 		else {
 			var $img = $("<img title='mapSymbol' class='mapSymbol' src='" + 
-			url + "' style='position:absolute;top:" + newImgTop + ";left:" + newImgLeft + 
-			";" + (width !== undefined ? "width:" + width + "px;" : "") +
+			url + "' style='position:absolute;top:" + newImgTop + "px;left:" + newImgLeft + 
+			"px;" + (width !== undefined ? "width:" + width + "px;" : "") +
 			(height !== undefined ? "height:" + height + "px;" : "") +
 			";z-index:100;display:none'/>")
 			$(that.canvasDivTag.getTag()).html($img).children("img").show();



More information about the Mapbender_commits mailing list