spatial-d4science/ckanext/spatial
amercader 4a142e8377 [#98] Minor tweaks to @u10313335 PR
* Keep old entry points for preview plugins so people does not need to
  do python setup.py develop

* Version checks should be done including the min_version parameter,
  otherwise they will fail for 2.4, 2.5...

* No need to define different methods for different interfaces. If
  running eg 2.3, the IResourcePreview interface methods will simply be
  ignored.

* Simplified same domain checking

* Add note about these being eventually migrated to ckanext-geoviews

* Added docs
2015-04-02 11:41:50 +01:00
..
commands Update csw.py 2013-12-26 18:18:15 -05:00
controllers [#97] Move all GeoAlchemy(2) related code to a common module 2015-03-27 15:57:55 +00:00
harvesters [#97] The tests that ckanext-spatial deserves 2015-04-01 11:36:00 +01:00
lib [#97] Support PostGIS 1.5 when defining the Geometry column 2015-04-01 12:49:24 +01:00
model [#97] Move all GeoAlchemy(2) related code to a common module 2015-03-27 15:57:55 +00:00
public [#52] Add class for link removed on 2.2 2014-01-09 17:49:18 +00:00
templates [#52] Show dataset map correctly on all 2.x versions 2014-01-09 17:46:45 +00:00
tests [#97] Support PostGIS 1.5 when defining the Geometry column 2015-04-01 12:49:24 +01:00
validation [#64] Fix validation exception when resource-type was missing 2014-03-14 12:36:01 +00:00
__init__.py Initial commit. This extension will hold geo-related functionalities moved from ckanext-harvest. 2011-04-11 16:53:47 +01:00
geoalchemy_common.py [#97] Support PostGIS 1.5 when defining the Geometry column 2015-04-01 12:49:24 +01:00
helpers.py [#37] Add support for MapBox tiles and others 2013-10-06 23:22:04 +01:00
interfaces.py [#69] Fix autodoc in RTD, minor doc tweaks 2014-06-11 12:22:13 +01:00
nongeos_plugin.py [#98] Minor tweaks to @u10313335 PR 2015-04-02 11:41:50 +01:00
plugin.py [#97] The tests that ckanext-spatial deserves 2015-04-01 11:36:00 +01:00