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

collective.geo.kml provides KML views for georeferenced objects, allowing Plone containers and collections to be visualized in Google Earth.

It also provides a map view to Plone Folder and Topic content types to display kml data.

Requirements
------------
* Plone >= 4.0
* collective.geo.geographer
* collective.geo.mapwidget

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

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


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

* Sean Gillies 
* Giorgio Borelli
* Silvio Tomatis
* David Breitkreutz, rockdj

