amercader
efa2307ee5
[wms] Fix small bug
2012-08-14 12:48:39 +01:00
amercader
d841bb2c17
[wms] Fix typo
2012-08-13 18:52:30 +01:00
amercader
231f5806e9
[wms] Support for map param
2012-08-13 17:50:33 +01:00
amercader
917ce0124e
Merge branch '2641-spatial-widgets-new-theme' of github.com:okfn/ckanext-spatial into 2641-spatial-widgets-new-theme
2012-08-13 17:09:32 +01:00
amercader
4ca61fd48b
[wms] First go at adapting the WMS previewer to the new theme
2012-08-13 17:09:08 +01:00
amercader
01d6441886
[wms] More flexible wms format check
2012-08-13 17:07:59 +01:00
amercader
100b54d119
Merge branch 'master' into 2641-spatial-widgets-new-theme
2012-08-09 11:05:14 +01:00
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
amercader
9bc3759bd1
Update tests for auth changes in core ( #2388 )
2012-07-12 19:13:21 +01:00
amercader
a42dcd632f
[ #2641 ] Move snippet template to follow new convention
2012-07-12 11:59:35 +01:00
amercader
87de1280f2
[ #2641 ] Adapt dataset map to new theme
...
The new theme is based on Jinja2 templates. Extensions can define their
own snippets, which can used when creating custom themes. In this case
two snippets have been created, one showing the map on the primary area
and the other on the sidebar.
2012-07-11 18:24:49 +01:00
amercader
493589aaf1
[ #2399 ] Fixes for CKAN 1.8
...
* Fix broken imports in model after cleanup
* Minor CSS glitch on the spatial filter widget
2012-06-25 19:27:18 +01:00
David Read
745bed4e77
Customising extent map for dgu.
2012-05-22 10:51:44 +01:00
amercader
1ffe6f42d1
[ui] Fix alignment and button classes (update to latest bootstrap)
2012-05-08 14:19:28 +01:00
amercader
e18f3210b8
[ui] Update button classes to bootstrap
2012-05-08 14:00:19 +01:00
amercader
cafc0b9644
[tests] Fix test for changes in logic layer
2012-04-29 18:17:13 +01:00
David Read
8010c1e16b
Stray comma caused IE7 to barf.
2012-04-27 15:04:22 +01:00
David Read
e19227fe61
Added option for OS tiles (subject to licence).
2012-04-27 13:06:20 +01:00
David Read
8f4ae04570
Allow extent map to be shown on configurable routes.
2012-04-27 10:44:15 +01:00
amercader
23f392bb4c
Merge branch 'master' of github.com:okfn/ckanext-spatial
2012-04-16 10:33:11 +02:00
amercader
60bc030e7d
[tests] Update package create functions to logic refactor
2012-04-13 10:59:21 +01:00
amercader
82e3f90fb3
[cli] Srid param was not passed from the cli
2012-04-13 10:58:39 +01:00
David Read
2ecb8498bf
Geographic extent now looks for id="dataset" because DGU templates use multiple classes for the root dataset div (as might other customised templates), yet having only one value for id is a reasonable assumption. Also works for core CKAN templates.
2012-04-12 21:35:38 +01:00
David Read
7280bc8d06
Tweaked instructions.
2012-04-12 19:49:12 +01:00
amercader
a68d31abf7
[wms_preview] Fix url generation bug
2012-04-03 13:52:40 +01:00
amercader
939e4e4efa
[plugin] Fix import from the core logic layer
2012-03-07 15:07:37 +00:00
amercader
0c6d0f7e48
[search] Maintain previous extent when filtering by area
2012-02-22 17:25:06 +00:00
amercader
25470e3a43
[tests] Add tests for spatial search integration and search widget
2012-02-22 12:26:52 +00:00
amercader
a77e0ef2c3
[plugins, docs] Rearrange plugins
...
Separate different features to make it more flexible for users
to load different stuff depending on their needs and the CKAN
version they are using.
2012-02-21 12:00:47 +00:00
amercader
1f829b3031
[search] Add option to define a default extent
2012-02-21 11:05:13 +00:00
amercader
1d1f88195f
Merge from master
2012-02-20 18:13:33 +00:00
amercader
43c997dee7
[model,tests] Better handling of model initialization on startup
2012-02-07 16:50:46 +00:00
amercader
51a8dfa857
[dataset_map] Use MapQuest tiles instead of OSM ones
...
Because of http://wiki.openstreetmap.org/wiki/Tile_usage_policy
2012-01-20 16:19:08 +00:00
amercader
a20688a453
[search][ #1469 ] Map widget for the spatial search UI
...
TODO: integrate better with the general look and feel.
2012-01-18 11:03:21 +00:00
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
amercader
95b6db2cfe
[search] Update search plugin hook name
2012-01-17 10:44:25 +00:00
amercader
203558e97b
[search] Integrate spatial search with the default CKAN search
...
Search results coming from the default CKAN search (which are received
via the `search` method of the `IPackageController` interface) are
filtered to only contain the ones intersecting the provided bbox.
The search form temporarily shows a text field, which will be replaced
by a nice map widget.
2011-12-13 17:40:47 +00:00
Adrià Mercader
6f2b15f5ea
[api] Return only packages with state = active
2011-11-14 18:00:56 +00:00
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
e5dbeb9ff8
[wms_preview] Remove sysadmin check for WMS preview
2011-09-30 14:38:11 +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
9b0d00786a
Update and cleanup for WMS previewer. It is still very unstable and should be
...
considered alpha stage.
2011-09-30 11:57:09 +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
40bddb0005
Use GeoAlchemy on the spatial query controller
2011-09-29 15:41:45 +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
Adrià Mercader
33235748b0
Update imports for the API controller
2011-05-26 15:34:21 +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