[Mapbender-commits] r2213 - branches/2.5/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Mar 8 10:47:53 EST 2008
Author: astrid_emde
Date: 2008-03-08 10:47:53 -0500 (Sat, 08 Mar 2008)
New Revision: 2213
Modified:
branches/2.5/http/javascripts/mod_fisheye.php
Log:
fisheye parameters changed
Modified: branches/2.5/http/javascripts/mod_fisheye.php
===================================================================
--- branches/2.5/http/javascripts/mod_fisheye.php 2008-03-08 14:11:26 UTC (rev 2212)
+++ branches/2.5/http/javascripts/mod_fisheye.php 2008-03-08 15:47:53 UTC (rev 2213)
@@ -40,12 +40,12 @@
$('#fisheyeOuter').Fisheye(
{
- maxWidth: 50,
+ maxWidth: 32,
items: 'a',
itemsText: 'span',
container: '.fisheyeContainer',
- itemWidth: 40,
- proximity: 90,
+ itemWidth: 28,
+ proximity: 20,
halign : 'center'
}
);
More information about the Mapbender_commits
mailing list