Metadata-Version: 1.0
Name: Products.ATGoogleMaps
Version: 0.7
Summary: ATContentTypes-based Google Maps v3 product for Plone.
Home-page: http://plone.org/products/atgooglemaps
Author: Takanori Suzuki
Author-email: takanori@takanory.net
License: GPL
Description: .. contents::
        
        .. Note!
           -----
           Update the following URLs to point to your:
        
           - code repository
           - bug tracker
           - questions/comments feedback mail
           (do not set a real mail, to avoid spams)
        
           Or remove it if not used.
        
        - Code repository: http://svn.takanory.net/repos/Products.ATGoogleMaps/
        - Questions and comments to somemailing_list
        - Report bugs at http://bug.somewhere.com/..
        
        
        Change history
        **************
        
        Changelog
        =========
        
        0.7 (2011-06-11)
        ----------------
        - Added Plone 4 support
        - Added fitBounds function to GMap
        - Added Polyline content type
        - Added Polyline support in KML
        
        0.6 (2010-03-24)
        ----------------
        - Created recipe with ZopeSkel [Manabu Terada]
        - Initial release for Plone 3
        - `Google Maps JavaScript API V3`_ support (API KEY is UNNECESSARY!)
        
        .. _`Google Maps JavaScript API V3`: http://code.google.com/apis/maps/documentation/v3/
        
        Detailed Documentation
        **********************
        
        .. contents::
        
        Introduction
        ============
        This product provides maps, marker and polyline content for Plone from Archetypes.
        
        See example maps at http://takanory.net/plone/develop/atgooglemaps/sample/.
        
        Dependencies
        ============
        - Plone: Plone 3.3+
        
        Installation
        ============
        buildout
        --------
        - Just add Products.ATGoogleMaps to the eggs section of your buildout configuration and run buildout.::
        
            eggs =
                ..
                Products.ATGoogleMaps
        
        - Restart Zope.
        - Go to the Site Setup page in the Plone interface and click on the Add/Remove Products link. Choose ATGoogleMaps (check its checkbox) and click the Install button.
        
        Licence
        =======
        Distributed under the GPL v2.
        
        See LICENSE.txt and LICENSE.GPL for details.
        
        Contributors
        ************
        
        - Takanori Suzuki, Author
        - Manabu Terada, Contributor
        
        
        Download
        ********
        
Keywords: Plone ATGoogleMaps Google Maps Geospotical
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
