Metadata-Version: 1.0
Name: collective.geo.mapwidget
Version: 0.1.1
Summary: collective.geo mapwidget
Home-page: https://svn.plone.org/svn/collective/collective.geo.mapwidget
Author: Giorgio Borelli
Author-email: giorgio@giorgioborelli.it
License: GPL
Description: Introduction
        ============
        
        collective.geo.mapwidget provides some handy page macros and adapters to easily manage
        multiple maps on one page.
        
        
        Requirements
        ------------
        * Plone >= 4.0
        * plone.app.z3cform
        * collective.z3cform.colorpicker
        * collective.geo.openlayers
        * collective.geo.settings
        
        Installation
        ============
        You can install collective.geo.mapwidget as part of a specific project's buildout, by having a buildout configuration such as: ::
        
                [buildout]
                ...
                eggs = 
                    collective.geo.mapwidget
                ...
                [instance]
                ...
                zcml = 
                    collective.geo.mapwidget
        
        Install this product from the Plone control panel.
        
        
        Contributors
        ============
        
        * Gerhard Weis - gweis
        * Giorgio Borelli - gborelli
        * Silvio Tomatis - silviot
        * David Breitkreutz - rockdj
        
        Changelog
        =========
        
        0.1.1 (2010-11-13)
        ------------------
        
        - added geocoding to controlpanel
        - added cgmap.portal_url in collective.geo javascript
        - Removed unused googleapi configuration from controlpanel
        - Changed numZoomLevels in default mapwidget 
        - Updated Google map layers to Googlemaps v3
        - fixed italian translation
        
        
        0.1 (2010-10-31)
        ----------------
        
        * Initial release moved from collective.geo.settings
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
