Changelog

Development version:

Version 0.3.1:

  • feature: SimpleMap widget supports multiple WMS'es
  • feature: event handling changed to get/set functions and listeners (20060317)
  • feature: DocumentElement widget added (20051223)
  • feature: Google Maps widget added (20051215)
  • feature: option to include javascript source files instead of including the code; this enables client side caching of the javascript files and reduces network traffic (20051028).

Version 0.3:

  • bug fix: Drawing next zoom box inside the current zoom box in an overview or map window
  • feature: Added 'mode' parameter to Ruler button. Possible values: 'open' or 'close'.
  • feature: Ruler drawing ends after doubleclicking.
  • feature: While drawing a ruler, the user can temporarily zoom to another extent, and continue drawing when pressing the Ruler button again.
  • feature: phpmapscript widgets (ServerMap and ServerLegend) are functioning (zoom, legend image or html legend)
  • bug fix: determining default target widget of buttons
  • feature: by default buttons now target the next map widget; a drupal page listing multiple nodes with maps, will still function (at least when the map widgets do not share the same id; if no id is specified, a unique one will be generated). The 'target' parameter can now have the id of a map widget as a value or 'default'/'next' for a following map widget, or 'previous' for a previous map widget.
  • feature: image loading timeout set at 30 seconds

Changes in corresponding carto module

  • mappingwidgets now uses the same locale as the drupal environment instead of looking at the browser settings
  • 20051014: bugfix: locale is used with carto filter id's
  • 20051014: (serverside) caching is turned on for carto filter blocks