Metadata-Version: 1.0
Name: collective.geo.kml
Version: 0.1
Summary: collective.geo extension for zgeo.kml
Home-page: https://svn.plone.org/svn/collective/collective.geo.kml
Author: Giorgio Borelli
Author-email: giorgio@giorgioborelli.it
License: GPL
Description: Introduction
        ============
        
        collective.geo.kml overrides kml-document provided by "zgeo.plone.kml" package to integrate some additional options.
        
        It provides a map view to Plone Folder and Topic content types to display kml data.
        
        Requirements
        ------------
        * plone >= 3.2.1
        * collective.geo.contentlocations
        * zgeo.plone.kml
        
        Installation
        ============
        Just a simple easy_install collective.geo.kml is enough.
        
        Alternatively, buildout users can install collective.geo.kml as part of a specific project's buildout, by having a buildout configuration such as: ::
        
        [buildout]
        ...
        eggs =
        zope.i18n>=3.4
        collective.geo.kml
        ...
        [instance]
        ...
        zcml =
        collective.geo.kml
        
        
        Contributors
        ============
        
        * Giorgio Borelli - gborelli
        * Silvio Tomatis - silviot
        
        Changelog
        =========
        
        0.1 (2009-06-19)
        ----------------
        
        * Initial release
        
        TODO
        ====
        
        * provide a generic interface for kml-document settings styles based.
        * provide alpha settings for color.
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
