How to install collective.geo.index
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install collective.geo.index
Lastest release
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