Metadata-Version: 1.1
Name: collective.geo.bundle
Version: 2.1
Summary: Plone Maps (collective.geo)
Home-page: http://plone.org/products/collective.geo
Author: Giorgio Borelli
Author-email: giorgio@giorgioborelli.it
License: GPL
Description: Overview
        ========
        
        collective.geo allows to geo-reference Plone content types and to display this information over a map.
        
        The core of collective geo is composed by the following packages:
        
        `collective.geo.geographer <http://plone.org/products/collective.geo.geographer>`_
            provides geo annotation for Plone. `(repository) <https://github.com/collective/collective.geo.geographer>`__
        
        `collective.geo.openlayers <http://plone.org/products/collective.geo.openlayers>`_
            enables openlayers machinery into Plone. `(repository) <https://github.com/collective/collective.geo.openlayers>`__
        
        `collective.geo.settings <http://plone.org/products/collective.geo.settings>`_
            provides some utilities where settings of collective.geo packages can be stored `(repository) <https://github.com/collective/collective.geo.settings>`__
        
        `collective.geo.mapwidget <http://plone.org/products/collective.geo.mapwidget>`_
            provides some handy page macros and adapters to easily manage multiple maps on one page. `(repository) <https://github.com/collective/collective.geo.mapwidget>`__
        
        `collective.z3cform.mapwidget <http://plone.org/products/collective.z3cform.mapwidget>`_
            provides a mapwidget for z3c.form framework. `(repository) <https://github.com/collective/collective.z3cform.mapwidget>`__
        
        `collective.geo.contentlocations <http://plone.org/products/collective.geo.contentlocations>`_
            provides a GUI for collective.geo.geographer. It provides some simple forms to add geographical coordinates to Plone content types. `(repository) <https://github.com/collective/collective.geo.contentlocations>`__
        
        `collective.geo.kml <http://plone.org/products/collective.geo.kml>`_
            provides KML views for georeferenced objects, allowing Plone content types to be visualized in Google Earth. `(repository) <https://github.com/collective/collective.geo.kml>`__
        
        
        To display the maps, **collective.geo** takes advantage of `Openlayers <http://www.openlayers.org>`_, a JavaScript library for displaying map data in web browsers, with no server-side dependencies.
        
        As a default map source we can select `OpenStreetMap <http://www.openstreetmap.org/>`_, `Google Maps <http://maps.google.com>`_ or `Bing Maps <http://www.bing.com/maps>`_.
        
        
        .. image:: http://plone.org/products/collective.geo/screenshot
        
        Requirements
        ------------
        
        * BeautifulSoup (geopy)
        * geopy >=0.98
        * Plone >= 4.2
        * `collective.geo.contentlocations <http://plone.org/products/collective.geo.contentlocations>`_ >= 3.1
        * `collective.geo.kml <http://plone.org/products/collective.geo.kml>`_ >= 3.2
        * `collective.z3cform.colorpicker <http://plone.org/products/collective.z3cform.colorpicker>`_ >= 1.1
        
        
        Installation
        ------------
        
        This addon can be installed has any other addons, please follow official
        documentation_.
        
        .. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        
        
        Upgrade
        -------
        
        To upgrade collective.geo go to in the Plone Site Setup > Addon.
        
        When an upgrade is available a button will appear
        next to Plone Maps (collective.geo) product.
        Click the button to upgrade.
        
        
        Dexterity
        ---------
        
        `Dexterity <http://plone.org/products/dexterity>`_ support on collective.geo is provided by `collective.geo.behaviour <http://plone.org/products/collective.geo.behaviour>`_
        
        
        To include collective.geo.behaviour package when you install collective.geo, enable the "dexterity" extra::
        
            [buildout]
            ...
            eggs =
                collective.geo.bundle [dexterity]
            ...
        
        
        Documentation
        -------------
        
        The package is documented at `collectivegeo.readthedocs.org <http://collectivegeo.readthedocs.org/>`_.
        The sourcecode for this documentation resides in the docs folder of this
        package, please contribute.
        
        
        Contributors
        ------------
        
        * Giorgio Borelli - gborelli
        * Silvio Tomatis - silviot
        * Gerhard Weis - gweis
        * David Beitey - davidjb
        * Adam Tang - adam139
        * Christian Ledermann - cleder
        
        
        Metrics
        --------
        
        .. image:: https://secure.travis-ci.org/collective/collective.geo.bundle.png
            :target: http://travis-ci.org/collective/collective.geo.bundle
        
        .. image:: https://saucelabs.com/buildstatus/collectivegeo
            :target: https://saucelabs.com/u/collectivegeo
        
        .. image:: https://www.ohloh.net/p/collective_geo/widgets/project_thin_badge.gif
            :target: https://www.ohloh.net/p/collective_geo
        
        Changelog
        =========
        
        
        2.1 (2014-02-26)
        ----------------
        
        - Moved robot test from c.geo.behaviour
          [gborelli]
        
        
        2.0 (2013-10-29)
        ----------------
        
        - Added robotframework tests [gborelli]
        - Added Sphinx documentation [gborelli]
        - Added travis-ci configuration [gborelli]
        - Added extras_requires in setup.py to use g.ceo with Dexterity
          [gborelli]
        
        - Added buildout configuration
        - Refacrtorized package structure
          [giacomos]
        
        
        
        0.1 (2011-03-06)
        ----------------
        
        - First 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
