Changelog
=========

2.5 (2013-01-28)
----------------

- added travis-ci configurations [gborelli]
- moved openlayers_test.pt template to tests directory [gborelli]
- refactored tests in order to use plone.app.testing and unittest2 [gborelli]
- Updated OpenLayers to version 2.12. ``deprecated.js`` is available
  in this package for deprecated elements as per
  https://github.com/openlayers/openlayers/blob/master/notes/2.12.md#deprecated-components
  [davidjb]
- Encourage OpenLayers to shorten popup widths via CSS. Long marker
  headings (eg content titles) would cause popups to fill the map.
  [davidjb]
- Added OpenLayers language files [href]


0.2.4 (2012-01-21)
------------------

- Updated Openlayers to 2.11 version


0.2.3 (2011-09-05)
------------------

- added integration example in readme file [gborelli]
- plone 4.1 fixes [gborelli]
- changed Browser import from Testing.testbrowser [gborelli]
- added z3c.autoinclude entry point [gborelli]


0.2.2 (2010-12-28)
------------------

- fixed css registry entries [gborelli]


0.2.1 (2010-11-13)
------------------

- Updated Openlayers to 2.10 version


0.2 (2010-10-31)
----------------
* renamed cgeo-openlayers css and included in css registry [gborelli]
* removed openlayers-macros [gborelli]
* Added CSS for definition lists within the framed cloud popups,
  as used in collective.geo.kml
  [rockdj]
* Added ZCML registration for all skin subdirectories.  Without this,
  elements like the Edit toolbar don't appear when Plone isn't running
  in debug mode.
  [rockdj]
* Updated OpenLayers.js to 2.8 (+styles and resources)
* Register all browser pages and resources for IOpenLayers browser
  layer
* Removed geo-point.js in favour of editing features provided by OpenLayers
* Updated coordinate reference order to be consistent with WGS 1984
  reference system.  This involves standardising the coordinate order
  to be [longitude, latitude] rather than [latitude, longitude].
  [rockdj]
* Gave the Map element a relative position via CSS to allow Plone
  drop-down menus to appear over the top (z-index doesn't apply
  unless position is specified).
  [rockdj]
* Added ZCML registration for 'img' and 'theme' skin subdirectories.
  Without registration, these folders are unable to be seen in Plone
  and the OpenLayers controls don't appear.
  [rockdj]
* Added unit tests to ensure skin subdirectory registration works.
  [rockdj]

0.1 (2009-06-19)
----------------

* Initial release
