[Mapbender-commits] r1765 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Oct 29 07:16:25 EDT 2007
Author: christoph
Date: 2007-10-29 07:16:25 -0400 (Mon, 29 Oct 2007)
New Revision: 1765
Modified:
trunk/mapbender/http/javascripts/wfs.js
Log:
added missing "s
Modified: trunk/mapbender/http/javascripts/wfs.js
===================================================================
--- trunk/mapbender/http/javascripts/wfs.js 2007-10-29 11:11:49 UTC (rev 1764)
+++ trunk/mapbender/http/javascripts/wfs.js 2007-10-29 11:16:25 UTC (rev 1765)
@@ -53,7 +53,7 @@
mb_registerInitFunctions('initHighlight()');
function initHighlight() {
- var styleObj = {position:"absolute", top:"0px", left:"0px", "z-index":generalHighlightZIndex};
+ var styleObj = {"position":"absolute", "top":"0px", "left":"0px", "z-index":generalHighlightZIndex};
highlight = new Highlight(mb_wfs_targets, highlight_tag_id, styleObj, generalHighlightLineWidth);
}
try {if(displayWfsResultList){}}catch(e) {displayWfsResultList = 0;};
More information about the Mapbender_commits
mailing list