Metadata-Version: 1.1
Name: collective.geo.settings
Version: 2.5
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.
        
        .. image:: https://secure.travis-ci.org/collective/collective.geo.settings.png
            :target: http://travis-ci.org/collective/collective.geo.settings
        
        Found a bug? Please, use the `issue tracker`_.
        
        .. contents:: Table of contents
        
        
        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
                ...
        
        Install this product from the Plone control panel.
        
        Upgrading
        =========
        
        
        General steps
        -------------
        
        If you are upgrading from an older version (see below), you may need to run
        upgrade steps. To do this, follow these steps:
        
        #. Browse to ``portal_setup`` in the ZMI of your site
        #. Click onto the ``Upgrades`` tab
        #. Select ``collective.geo.settings:default`` from the drop-down list and
           click ``Choose Profile``
        #. Observe any available upgrades and click the ``Upgrade`` button if any
           are present.
        
        
        Version 0.2.2 and below
        -----------------------
        
        New configuration to be added to the portal configuration registry
        (``plone.app.registry``) requires an upgrade step to be run.  If you encounter
        errors like this::
        
            Module collective.geo.settings.utils, line 8, in geo_settings
            Module plone.registry.registry, line 74, in forInterface
            KeyError: 'Interface `collective.geo.settings.interfaces.IGeoSettings` defines a field `map_viewlet_managers`, for which there is no record.'
        
        you need to run the relevant upgrade step(s).
        
        
        Contributors
        ============
        
        * Giorgio Borelli - gborelli
        * Silvio Tomatis - silviot
        * David Beitey - davidjb
        * Gerhard Weis - gweis
        * Rob Gietema - robgietema
        * TsungWei Hu - l34marr
        * Leonardo J. Caballero G - macagua
        * Denis Krienbühl - href
        
        
        .. _collective.geo: http://plone.org/products/collective.geo
        .. _Plone: http://plone.org
        .. _plone.app.registry: http://pypi.python.org/pypi/plone.app.registry
        .. _issue tracker: https://github.com/collective/collective.geo.bundle/issues
        
        Changelog
        =========
        
        2.5 (2013-01-28)
        ----------------
        
        * added travis-ci configurations [gborelli]
        * integrated test_schema in test_doctests [gborelli]
        * moved TestRequest to testing module [gborelli]
        * refactored tests in order to use plone.app.testing [gborelli]
        * Added standard .gitignore [lgraf]
        * Updated Italian translation [gborelli]
        * Fixed titles and descriptions of various settings fields. Note: this will
          probably break translations [gborelli]
        * Added German translation [Denis Krienbühl]
        
        
        2.4 (2012-02-11)
        ----------------
        
        * Added pt_BR translation [davilima6]
        * Fixed tests [gborelli]
        * Added French translation [Fabien Moret]
        * Added Danish translation [stonor]
        
        
        0.2.3 (2011-09-05)
        ------------------
        
        * added support for Spanish translations [macagua]
        * Updated testing to check for the presence of all style fields.
          [davidjb]
        * Add map_width and map_height fields to styles interface for setting
          the height and width of collective.geo maps. Included upgrade step for
          GenericSetup profile.
          [davidjb]
        * Add GenericSetup upgrade profile to handle upgrading plone.app.registry
          configuration with new property. Users with any previous versions
          of collective.geo.settings need to run the upgrade setup under
          portal_setup. [davidjb]
        * Changed GenericSetup profile version number to be whole integers rather than
          package version number. [davidjb]
        * added map_viewlet_position property in IGeoFeatureStyle [gborelli]
        * added mapviewletmanagers vocabulary [gborelli]
        * added map_viewlet_managers property [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)
        ------------------
        
        * Added dutch translations [robgietema]
        
        
        0.2.1 (2010-11-13)
        ------------------
        
        * added translations
        
        
        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
        
Keywords: Zope Plone GIS KML Google Maps Bing Yahoo OpenLayers
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python
