Metadata-Version: 1.0
Name: collective.geo.mapwidget
Version: 0.1.3
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: collective.geo.mapwidget
        ========================
        
        .. contents:: Summary
           :local:
        
        
        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.3 (2011-02-20)
        ------------------
        
        - changed Google maps javascript url
        
        
        0.1.2 (2010-12-28)
        ------------------
        
        - fixed UnicodeDecodeError in maplayers [gborelli]
        - fixed set_coordinates js [gborelli]
        - Added dutch translations [robgietema]
        
        
        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
        
Keywords: Zope Plone GIS KML Google Maps Bing Yahoo OpenLayers
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python
