Metadata-Version: 1.0
Name: collective.geo.settings
Version: 0.2
Summary: collective.geo settings
Home-page: https://svn.plone.org/svn/collective/collective.geo.settings
Author: Giorgio Borelli
Author-email: giorgio@giorgioborelli.it
License: GPL
Description: Introduction
        ============
        
        collective.geo.settings provides some utility to store settings of collective.geo packages.
        
        Requirements
        ------------
        * Plone >= 4
        * plone.app.registry
        
        Installation
        ============
        You can install collective.geo.settings as part of a specific project's buildout, by having a buildout configuration such as: ::
        
                [buildout]
                ...
                eggs = 
                    collective.geo.settings
                ...
                [instance]
                ...
                zcml = 
                    collective.geo.settings
        
        Install this product from the Plone control panel.
        
        
        Contributors
        ============
        
        * Giorgio Borelli - gborelli
        * Silvio Tomatis - silviot
        * David Breitkreutz - rockdj
        * Gerhard Weis - gweis
        
        Changelog
        =========
        
        0.2 (2010-10-31)
        ----------------
        
        * Updated coordinate references to be consistent with WGS 1984 
          reference system.  This involves standardising the coordinate order 
          to be [longitude, latitude] rather than [latitude, longitude].
          [rockdj]
        * Fixed the Google Maps url that is being returned and rendered, producing
          an incorrect API key message each time Google Maps is loaded.
          Fixes http://plone.org/products/collective.geo/issues/2/view
          [rockdj]
        
        
        0.1 (2009-06-19)
        ----------------
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
