Commit Graph

5 Commits

Author SHA1 Message Date
kindly 716b3736f7 bump osw lib version 2013-04-12 02:12:24 +01:00
amercader 7cae9a1a82 Pin down OWSLib version to ensure it includes geopython/OWSLib@e0a0da02 2013-03-26 17:59:54 +00:00
amercader a9a634384b [#14] Add pyparsing requirement. Fixes #14 2013-03-14 17:47:57 +00:00
David Read 8181b3d3bf Merged in ckanext-csw @44d5a04656dff084e6bca57dda7b63deec69778c. Not tested yet. 2012-10-17 16:59:02 +01:00
Adrià Mercader fddc7db2c7 Support for automatic indexing of spatial extent (#1272)
The spatial_query plugin now automatically checks for the existance of an
'spatial' extra when creating, updating or deleting a package and syncs its
value (in GeoJSON format) with the geometry column of the package_extent
table. The extension now uses GeoAlchemy, that makes performing spatial
operation extremely easy. The geometry field has been updated to support
multiple geometry types (Polygons, Points, MultiPolygons...) and the default
srid has been set as WGS 84 lat/lon (EPSG:4326).
2011-09-29 15:40:49 +01:00