Hi,

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.

AjaxPlugins.Geostat.Actions = {};

AjaxPlugins.Geostat.Actions.UpdateMenu =
AjaxPlugins.Geostat.Actions.UpdateMap =
AjaxPlugins.Geostat.Actions.UpdateAll = {
    buildPostRequest: function(argObject) {
        return AjaxHandler.buildPostRequest();
    },
    onBeforeAjaxCall: function(argObject) {
    },
    onAfterAjaxCall: function(argObject) {
    }
}

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?

Best Regards,
Albert Casanovas
_______________________________________________
Cartoweb-users mailing list
[email protected]
http://lists.maptools.org/mailman/listinfo/cartoweb-users

Reply via email to