<!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> </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 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> </DIV>
<DIV><FONT face=Arial size=2>AjaxPlugins.Geostat.Actions = {};</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>AjaxPlugins.Geostat.Actions.UpdateMenu
=<BR>AjaxPlugins.Geostat.Actions.UpdateMap
=<BR>AjaxPlugins.Geostat.Actions.UpdateAll = {<BR>
buildPostRequest: function(argObject)
{<BR> return
AjaxHandler.buildPostRequest();<BR> },<BR>
onBeforeAjaxCall: function(argObject) {<BR>
},<BR> onAfterAjaxCall: function(argObject)
{<BR> }<BR>}</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have done several modifications but the error
stays. Could you please give 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> </DIV>
<DIV><FONT face=Arial size=2>Best Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Albert Casanovas</FONT></DIV></BODY></HTML>