Metadata-Version: 1.0
Name: collective.geo.file
Version: 0.5
Summary: An openlayers view for KML, KMZ and GPX files
Home-page: http://plone.org/products/collective.geo.file/
Author: Christian Ledermann
Author-email: christian.ledermann@gmail.com
License: GPL
Description: Introduction
        ============
        
            collective.geo.file provides a view for KML, KMZ (Keyhole Markup Language)
            and GPX (GPS eXchange Format) files.
            The view renders the file in a openlayers Map using the collective.geo
            library.
        
            The product does not introduce a content type but adds an additional
            view to the Archetypes file and collection type.
        
            When you upload a file with the
            correct mimetype 'application/vnd.google-earth.kml+xml' (i.e with
            the extension `*.km`l), application/vnd.google-earth.kmz' (extension
            `*.kmz`)
            or 'application/gpx+xml' (i.e. with the extension
            `*.gpx`) the map view will be applied by default.
        
            For Collections an additional view is added that displays all KML, KMZ
            and GPX files
            returned by the query as a layer. Choose 'KML File Map View' from the
            display menue of the topic.
        
        
        
        
        Known Issues
        ============
        
            If you assign coordinates to the file with the IGeoreferenceable Interface
            you have to set the viewletmanager to 'Do not display map' otherwise
            it will _REALLY_ screw up your view. The coordinates assigned there
            will display as the first layer on the 'Map View' of the file and
            they will display in the 'KML File Map View' of a topic.
        
        Changelog
        =========
        
        0.5 (2013/02/13)
        -----------------
        
        - removed unused viewlet and manager, with the changes in c.g.kml to vectorlayers this is not used anymore
        - remove extractgeometries, this now lives in c.g.xmlimport
        - no more dependency on shapely
        
        
        
        0.4 (2012/06/18)
        ----------------
        
        - Add KML File extraction [nan]
        - Add support for KMZ files [nan]
        
        
        0.3 (2011/06/14)
        -----------------
        
        - Added support for Spanish localization [macagua]
        - Added improvements about the Internationalization [macagua]
        - zoom to the extent of the file data or if present the geo referenced coordinates
        - add view for GPX files
        
        0.2 (2011/05/20)
        ----------------
        
        - remove i18n:registerTranslations directory
        
        
        
        0.1 (2011/05/11)
        -------------------
        
        - Initial release
        
Keywords: GIS KML KMZ Openlayers GPX
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
