spatial-d4science/ckanext/spatial
amercader b784be8f9e Do not use repo.are_tables_created
When checking whether the core tables have been alredy created  it is
best to use package_table.exists(), as are_tables_created reflects the
tables, causing conflicts with other extensions.

This allows ckanext-harvest and ckanext-spatial to be used together on
ckan 1.8 onwards.
2012-08-09 11:02:13 +01: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 [#2399] Fixes for CKAN 1.8 2012-06-25 19:27:18 +01:00
templates/ckanext/spatial [wms_preview] Fix url generation bug 2012-04-03 13:52:40 +01:00
tests Update tests for auth changes in core (#2388) 2012-07-12 19:13:21 +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 Customising extent map for dgu. 2012-05-22 10:51:44 +01:00
model.py Do not use repo.are_tables_created 2012-08-09 11:02:13 +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 Customising extent map for dgu. 2012-05-22 10:51:44 +01:00