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

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

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

Requirements
------------
 * plone >= 3.2.1
 * plone.app.z3cform
 * zgeo.plone.geographer
 * collective.geo.settings

Installation
============
Just a simple easy_install collective.geo.contentlocations is enough.

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

        [buildout]
        ...
        eggs = 
            zope.i18n>=3.4
            collective.geo.contentlocations
        ...
        [instance]
        ...
        zcml = 
            collective.geo.contentlocations


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

* Giorgio Borelli - gborelli
* Silvio Tomatis - silviot
