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

collective.geo.openlayers enables openlayers machinery into Plone.

Requirements
------------
* Plone >= 4.0

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

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

Install this product from the Plone control panel.

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

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