[Mapbender-commits] r6139 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon May 10 06:01:55 EDT 2010
Author: kmq
Date: 2010-05-10 06:01:55 -0400 (Mon, 10 May 2010)
New Revision: 6139
Modified:
trunk/mapbender/http/plugins/mb_loadkmlgeorss.js
Log:
give georss/kml popup a maximum width and height
Modified: trunk/mapbender/http/plugins/mb_loadkmlgeorss.js
===================================================================
--- trunk/mapbender/http/plugins/mb_loadkmlgeorss.js 2010-05-10 10:01:27 UTC (rev 6138)
+++ trunk/mapbender/http/plugins/mb_loadkmlgeorss.js 2010-05-10 10:01:55 UTC (rev 6139)
@@ -102,7 +102,7 @@
}
$row.click((function(description){
return function(){
- $('<div><div style="max-height:400px">'+ description + '</div></div>').dialog({autoOpen: true,
+ $('<div><div style="max-height:400px;max-width:300px;">'+ description + '</div></div>').dialog({autoOpen: true,
buttons: { "OK": function(){ $(this).dialog("close");$(this).dialog("destroy"); } }
} );
}
More information about the Mapbender_commits
mailing list