[Cartoweb-users] Geostat update menu without updating map

Oliver Christen oliver.christen at camptocamp.com
Tue Jun 24 02:06:29 EDT 2008


Hi
if the map is updated it means the image plugin is triggered.
be sure you are triggering the UpdateMenu action and not  UpdateMap or UpdateAll as these actions will trigger the image plugin and the map will be refreshed.
this is handled in ajaxHandleAction in ClientGeostats.php

you can know which plugin is answering your action by looking at the content of the JSTraceDebugger windows content, for example:
Plugins that gave response: location layers images query tables layerReorder bboxHistory cartoMessages 

regards
Oliver
  ----- Original Message ----- 
  From: Albert Casanovas 
  To: cartoweb-users at lists.maptools.org 
  Sent: Monday, June 23, 2008 9:22 PM
  Subject: [Cartoweb-users] Geostat update menu without updating map


  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
  Cartoweb-users at lists.maptools.org
  http://lists.maptools.org/mailman/listinfo/cartoweb-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/cartoweb-users/attachments/20080624/d3ab2aca/attachment.html


More information about the Cartoweb-users mailing list