Metadata-Version: 1.0
Name: collective.geo.index
Version: 0.1
Summary: spatialindex for collective.geo
Home-page: http://plone.org/products/collective.geo.index/
Author: UNKNOWN
Author-email: UNKNOWN
License: GPL
Description: Introduction
        ============
        
        This Product adds a geospatial index to the zope catalog for collective.geo.
        
        OOTB it only adds the index and a searchform, query_spatialcatalog.html,
        which lets you explore the usage of the index. It is meant to be used in
        custom products that need a spatial search.
        
        It depends on the spatialindex and tools libraries from SpatialIndex.
        You can find installation instructions for spatialindex on
        http://trac.gispython.org/lab/wiki/Rtree.
        
        
        Links
        =====
        
        - Code repository: http://svn.plone.org/svn/collective/collective.geo.index/
        - Questions and comments to collectivegeo-discussion@lists.coactivate.org
        - Report bugs at http://plone.org/products/collective.geo.index/issues
        
        
        Changelog
        =========
        
        0.1 (2012/02/16)
        -------------------
        
        - Use jQuery to pick up the query's bounding box from the form input (rendered
          and escaped with Plone already) rather than regex'ing the query string.
          [davidjb]
        - Add getEntryForObject method for spatial catalog index to allow viewing
          ZCatalog records.
          [davidjb]
        - Zoom to bounding box extent on load, rather than the extent of data from
          the query.
          [davidjb]
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
