Metadata-Version: 1.0
Name: collective.geo.openlayers
Version: 0.2.1
Summary: openlayers support for Plone
Home-page: https://svn.plone.org/svn/collective/collective.geo.openlayers
Author: Giorgio Borelli
Author-email: giorgio@giorgioborelli.it
License: GPL
Description: Introduction
        ============
        
        collective.geo.openlayers enables openlayers machinery into Plone.
        
        Requirements
        ------------
        * Plone >= 4.0
        
        Installation
        ============
        You can install collective.geo.openlayers as part of a specific project's buildout, by having a buildout configuration such as: ::
        
                [buildout]
                ...
                eggs = 
                    collective.geo.openlayers
                ...
                [instance]
                ...
                zcml = 
                    collective.geo.openlayers
        
        Install this product from the Plone control panel.
        
        Contributors
        ============
        
        * Giorgio Borelli - gborelli
        * Silvio Tomatis - silviot
        * David Breitkreutz - rockdj
        * Gerhard Weis - gweis
        
        Changelog
        =========
        
        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]
        * 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
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
