Adrià Mercader
ab52106f20
Separate non-GEOS/PostGIS plugins to avoid needing to install them if not needed
...
I.e for the WMS preview plugin. Also add tests for the WMS preview plugin and
use dataset instead of package on the UI.
2011-10-28 13:03:31 +01:00
Adrià Mercader
571a27a274
[tests] Add tests
2011-10-16 23:40:19 +01:00
Adrià Mercader
0b7808cd4b
Use datasets instead of packages
2011-10-03 13:39:18 +01:00
Adrià Mercader
1798f63a08
[wms_preview] Fix for #1166 (Less stringent filters for WMS preview)
...
If one of the dataset resources has a 'WMS' format, the link will be
displayed. Also support for URLs with query params.
2011-09-30 12:15:53 +01:00
Adrià Mercader
0ac18ba0a9
New Dataset Map Widget plugin.
...
When enabled, if the dataset has an 'spatial' extra, it shows a map on the
details page. It uses OpenLayers and supports all types of geometries.
2011-09-30 11:33:36 +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
james gardner
b5c83ab578
[packaging] Working paths config
2011-04-20 11:59:00 +01:00
james gardner
6b5d260b0a
[packaging] Moving the resources into the module, no resources need when deployed should ever be outside
2011-04-20 11:44:55 +01:00
Adrià Mercader
1710205cf9
Moving the spatial query. You can enable it loading the spatial_query plugin in the ini file.
2011-04-11 18:04:28 +01:00
Adrià Mercader
76183b6f23
Moving the WMS previewer. You can enable it loading the wms_preview plugin in the ini file
2011-04-11 17:23:27 +01:00