<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am working with the cloropleth plugin, I have not 
worked a lot with AJAX. At the moment I need to update the interface SELECTS as 
a cascade without updating the map until the last SELECT is chosen. Looking at 
the following&nbsp;Geostat.ajax.js file seems that updating the menu updates the 
Map also.</FONT><FONT face=Arial size=2></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>AjaxPlugins.Geostat.Actions = {};</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>AjaxPlugins.Geostat.Actions.UpdateMenu 
=<BR>AjaxPlugins.Geostat.Actions.UpdateMap 
=<BR>AjaxPlugins.Geostat.Actions.UpdateAll = {<BR>&nbsp;&nbsp;&nbsp; 
buildPostRequest: function(argObject) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 
AjaxHandler.buildPostRequest();<BR>&nbsp;&nbsp;&nbsp; },<BR>&nbsp;&nbsp;&nbsp; 
onBeforeAjaxCall: function(argObject) {<BR>&nbsp;&nbsp;&nbsp; 
},<BR>&nbsp;&nbsp;&nbsp; onAfterAjaxCall: function(argObject) 
{<BR>&nbsp;&nbsp;&nbsp; }<BR>}</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have done several modifications but the error 
stays. Could you please give&nbsp;me an advise or suggestion about how show it 
look like if I do want to UpdateMap only with the UpdateAll option?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Albert Casanovas</FONT></DIV></BODY></HTML>