spatial-d4science/ckanext/spatial
amercader 03fd4c2b3c [search] Use before_search approach to integrate with Solr search
If filtering the results after the search, recalculating the facets
is too complicated, so we use the alternative approach of doing the
spatial search first and adding the ids as a filter in the Solr query.
2012-01-17 17:20:16 +00:00
..
commands Use datasets instead of packages 2011-10-03 13:39:18 +01:00
controllers [search] Integrate spatial search with the default CKAN search 2011-12-13 17:40:47 +00:00
lib [search] Integrate spatial search with the default CKAN search 2011-12-13 17:40:47 +00:00
public/ckanext/spatial Update and cleanup for WMS previewer. It is still very unstable and should be 2011-09-30 11:57:09 +01:00
templates/ckanext/spatial [wms_preview] Fix for #1166 (Less stringent filters for WMS preview) 2011-09-30 12:15:53 +01:00
tests Separate non-GEOS/PostGIS plugins to avoid needing to install them if not needed 2011-10-28 13:03:31 +01:00
__init__.py Initial commit. This extension will hold geo-related functionalities moved from ckanext-harvest. 2011-04-11 16:53:47 +01:00
html.py [search] Integrate spatial search with the default CKAN search 2011-12-13 17:40:47 +00:00
model.py Support for automatic indexing of spatial extent (#1272) 2011-09-29 15:40:49 +01:00
nongeos_plugin.py Separate non-GEOS/PostGIS plugins to avoid needing to install them if not needed 2011-10-28 13:03:31 +01:00
plugin.py [search] Use before_search approach to integrate with Solr search 2012-01-17 17:20:16 +00:00