Metadata-Version: 1.0
Name: collective.geo.contentlocations
Version: 0.2
Summary: geo reference for plone contents
Home-page: https://svn.plone.org/svn/collective/collective.geo.contentlocations
Author: Giorgio Borelli
Author-email: giorgio@giorgioborelli.it
License: GPL
Description: Introduction
        ============
        
        collective.geo.contentlocations is a GUI for collective.geo.geographer.
        
        It provides some simple forms to add geographical coordinates and associated settings to Plone content types.
        
        Requirements
        ------------
         * plone >= 4.0
         * Shapely
         * collective.geo.mapwidget
         * collective.geo.geographer
        
        Installation
        ============
        You can install collective.geo.contentlocations as part of a specific project's buildout, by having a buildout configuration such as: ::
        
                [buildout]
                ...
                eggs = 
                    collective.geo.contentlocations
                ...
                [instance]
                ...
                zcml = 
                    collective.geo.contentlocations
        
        
        Contributors
        ============
        
        * Giorgio Borelli - gborelli
        * Silvio Tomatis - silviot
        * Gerhard Weis - gweis
        * David Breitkreutz - rockdj
        
        Changelog
        =========
        
        0.2 (2010-10-31)
        ----------------
        
        * Updated geo shape form to exclude the geopoint Javascript which was
          causing the old marker actions to be applied to the map widget.
          [rockdj]
        * Manage coordinates form now redirects to the the View action for
          certain types of content specified in the site properties.  This 
          includes types such as File and Image where redirecting to their normal
          absolute URL would prompt the user to download said content.
          [rockdj]
        * Added collective.geo.kml to install_requires for per-content KML 
          settings.
          [rockdj]
        * Added ability to specify per-content KML style settings together with
          changes in collective.geo.kml. The manage coordinates form now
          presents an interface through which custom style settings can be specified.
          [rockdj]
        * Changed geoshapeform.pt to allow for collapsible subforms.
          [rockdj]
        * Restructured geoshapeform.pt to have the map widget above the action
          buttons and allowed for subforms to be included at the bottom of the
          form.  
        * added Shapely package in install_requiries
        * Updated CSV reader and other coordinate references to be consistent
          with WGS 1984 reference system.  This involves standardising the
          coordinate order to be [longitude, latitude] rather than [latitude,
          longitude].
          [rockdj]
        * Updated unit tests to check for error message on CSV upload as well 
          as updated coordinates.
          [rockdj]
        * use single form instead of two-step form for editing shapes
        * register manage-coordinates for CMF PortalContent (not just
          Archetypes)
        * use generic WKT-editing field.
        
        0.1 (2009-06-19)
        ----------------
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
