Metadata-Version: 1.1
Name: collective.geo.json
Version: 0.2
Summary: Collective Geo GeoJson output
Home-page: https://github.com/collective/collective.geo.json
Author: Christian Ledermann
Author-email: christian.ledermann@gmail.com
License: GPL
Description: Introduction
        ============
        
        Some web mapping clients like Leaflet_ or Polymaps_ accept json as an
        input format. This product produces it.
        
        It does not have any user interface, it just provides a GeoJson_ view
        for contentitems, folders and collections. To test just append
        `/@@geo-json.json` to the url.
        
        Links
        =====
        
        - Code repository: https://github.com/collective/collective.geo.json
        - Questions and comments to collectivegeo-discussion@lists.coactivate.org
        - Report bugs at https://github.com/collective/collective.geo.json/issues
        
        
        .. _GeoJson: http://www.geojson.org/
        .. _Polymaps: http://polymaps.org/
        .. _Leaflet: http://leafletjs.com/
        
        Tests
        =====
        
        This package is tested using Travis CI. The current status is :
        
        .. image:: https://travis-ci.org/collective/collective.geo.json.svg
            :target: https://travis-ci.org/collective/collective.geo.json
        
        Changelog
        =========
        
        0.2 (2014-08-01)
        ----------------
        
        - Add plone.app.collection provider
          [bsuttor]
        
        - Add ATFolder provider (not only folder rich)
          [bsuttor]
        
        - Add collective.geo.contentlocations dependency 
          because collective_geo_styles catalog index is required.
          [bsuttor]
        
        - Add tests.
          [bsuttor]
        
        
        0.1 (2012/02/24)
        -------------------
        
        - Initial release
        
Keywords: GIS JOSN
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
