[fusion-commits] r2811 - trunk/widgets/Redline
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Nov 13 23:29:43 PST 2013
Author: jng
Date: 2013-11-13 23:29:42 -0800 (Wed, 13 Nov 2013)
New Revision: 2811
Modified:
trunk/widgets/Redline/editmarkup.php
Log:
Redline: Only refresh the map when a redline object is drawn or updated/delete. It was previously doing the full refresh (including legend) which is overkill.
Modified: trunk/widgets/Redline/editmarkup.php
===================================================================
--- trunk/widgets/Redline/editmarkup.php 2013-11-14 06:32:03 UTC (rev 2810)
+++ trunk/widgets/Redline/editmarkup.php 2013-11-14 07:29:42 UTC (rev 2811)
@@ -438,7 +438,7 @@
<?php if ($refreshMap) { ?>
var map = parent.Fusion.getMapByName(mapName);
- map.reloadMap();
+ map.drawMap();
<?php } ?>
SetDigitizeInfo(EDIT_DEFAULT_HELP);
}
More information about the fusion-commits
mailing list