Introduction
============

collective.geo.contentlocations is a GUI for collective.geo.geographer.

It provides some simple forms to add geographical coordinates and associated settings to Plone content types.

Requirements
------------
 * plone >= 4.0
 * Shapely
 * collective.geo.mapwidget
 * collective.geo.geographer

Installation
============
You can install collective.geo.contentlocations as part of a specific project's buildout, by having a buildout configuration such as: ::

        [buildout]
        ...
        eggs = 
            collective.geo.contentlocations
        ...
        [instance]
        ...
        zcml = 
            collective.geo.contentlocations


Contributors
============

* Giorgio Borelli - gborelli
* Silvio Tomatis - silviot
* Gerhard Weis - gweis
* David Breitkreutz - rockdj
