amercader
75e795e1bc
[ #39 ] README tweaks
2013-09-09 09:45:44 +01:00
amercader
93974bc0a3
[ #39 ] Update README to point to new docs
2013-09-09 09:43:55 +01:00
amercader
0793cd130f
[ #24 ] Readme: install Postgis and pycsw field length errors
2013-08-30 14:35:44 +01:00
amercader
44fd9816e1
[ #24 ] Mention required pycsw version in readme
2013-08-30 12:22:14 +01:00
amercader
fa7ede5e03
[ #24 ] Minor tweaks in README
2013-08-21 17:51:20 +01:00
amercader
3f784de737
Merge branch 'master' into 24-pycsw-integration-command
...
Conflicts:
README.rst
2013-08-20 14:35:53 +01:00
amercader
4636379482
[ #32 ] Add note about resource_proxy
2013-08-08 18:18:51 +01:00
amercader
d6cfb46c6c
[ #27 ] Remove spatial_query_widget mention from README
2013-08-08 17:36:14 +01:00
David Read
b6bd5ca308
[noticket] Notes about CSW limitation. Example GetRecords.
2013-07-22 21:48:13 +01:00
amercader
44e4ae380a
[ #24 ] Document CKAN-pycsw integration
...
Ad overview of how it works, how to set it up and deploy it in a
production server.
2013-06-21 13:21:30 +01:00
amercader
40ff7284cc
[ #21 ] Add geojson previewer to index
2013-06-14 18:14:31 +01:00
amercader
d8ed7c03cd
Merge branch '21-geojson-preview'
2013-06-14 17:56:26 +01:00
amercader
fd84f24d56
[ #22 ] More details about resource_proxy
2013-06-14 16:08:25 +01:00
Dominik Moritz
4aabfed78b
[ #21 ] Add GeoJSON preview docs
2013-06-13 23:34:49 +02:00
Dominik Moritz
4abd73e955
[ #22 ] No need to add `resource_proxy_enabled` to config
2013-06-13 22:17:40 +02:00
amercader
b4a7cf2289
[ #15 ] Reenable the Solr backend on master
...
It can be used against CKAN core master (eventually 2.1)
2013-05-14 14:34:10 +01:00
amercader
9300bcc1b9
Update install instructions
...
To reflect extension compatibility handling changes.
2013-05-14 13:23:03 +01:00
amercader
5c54615285
Clean-up README
2013-05-14 13:17:23 +01:00
amercader
d3ed973505
Update spatial query docs
2013-05-13 19:02:17 +01:00
amercader
fe4ac49877
Revert "[ #15 ] Document different spatial search backends available"
...
Reverting #15 as CKAN 2.0 does not include the necessary changes.
This reverts commit 945161c7cb
.
2013-05-13 18:51:50 +01:00
amercader
7e10eb9c16
[ #7 ] Allow to customize the default extent for the spatial query widget
2013-05-13 16:59:49 +01:00
amercader
af253d0f89
[ #7 ] Spatial search widget for 2.0
...
Adds a new map widget to the 2.0 search templates. It is shown initially
in the sidebar but it is expanded when the user needs to draw an area.
It uses Leaflet and Leaflet.draw.
2013-05-13 16:14:48 +01:00
amercader
945161c7cb
[ #15 ] Document different spatial search backends available
2013-04-11 19:33:11 +01:00
amercader
7da8f4bbd8
[ #8 ] Fix code tags
2013-04-10 19:04:34 +01:00
amercader
5087d2630d
[ #8 ] Update spatial harvester docs for 2.0
2013-04-10 19:02:16 +01:00
amercader
7822285b26
[ #12 ] Fix wrong geometry type in 'Setting up a spatial table' section of README
2013-03-07 15:19:54 +00:00
amercader
cc60327d0b
[ #10 ] Improve harvested metadata API
...
Some improvements on the endpoints that return the contents of the
harvest objects:
* Nicer URLs with redirects to the old ones
* Returning the raw harvest object content is available on the main
harvest extension, so just redirect there
* Support for showing the original document of a harvest object, if
present
* Suport for defining a custom XSLT for the HTML view, via
ckanext.spatial.harvest.xslt_html_content
ckanext.spatial.harvest.xslt_html_content_original
2013-02-19 18:38:15 +00:00
amercader
4964ce9ec3
[ #8 ] Provide a config option to continue after validation errors
...
This can be set instance wide on the ini file with
ckanext.spatial.harvest.continue_on_validation_errors
or per source, adding continue_on_validation_errors=true to the source
config.
2013-02-15 14:47:25 +00:00
amercader
2ff5a11911
[ #8 ] Use site user for harvesting actions
...
You don't need to create a 'harvest' sysadmin user any more.
By default this will be the internal site admin user. This is the
recommended setting, but if necessary it can be overridden by
the `ckanext.spatial.harvest.user_name` config option, eg to
support the old hardcoded 'harvest' user
2013-02-15 12:28:58 +00:00
David Read
5bcffdf14b
More debug logging added to WAF harvester.
2013-02-08 17:33:16 +00:00
amercader
0991841eaf
Update README
...
WMS preview, dataset map snippets, formatting fixes.
2013-01-18 13:08:33 +00:00
amercader
019cb3b45f
Fix wrong imports and docs
2012-10-22 19:36:03 +01:00
David Read
20e8f12615
Merged in ckanext-inspire.
...
Tests are passing, apart from a couple which didn't work before:
* test_functional.py -> functional/test_package.py (3 failures in 4)
* functional/test_dataset_map.py (1 fail in 1)
There may be some code errors still untested.
Renamed Validator -> Validators to make more sense.
2012-10-19 11:19:01 +01:00
David Read
8181b3d3bf
Merged in ckanext-csw @44d5a04656dff084e6bca57dda7b63deec69778c. Not tested yet.
2012-10-17 16:59:02 +01:00
David Read
bf03acc3d3
Typo.
2012-10-17 14:12:40 +01:00
David Read
745bed4e77
Customising extent map for dgu.
2012-05-22 10:51:44 +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
David Read
202ee80893
Merge branch 'master' of github.com:okfn/ckanext-spatial
2012-04-18 15:58:17 +01:00
David Read
18e678209e
Explain maxBooleanClauses setting to avoid limit error.
2012-04-18 15:58:04 +01:00
amercader
23f392bb4c
Merge branch 'master' of github.com:okfn/ckanext-spatial
2012-04-16 10:33:11 +02:00
amercader
bac46c3e1e
[docs] Update README with common problems
2012-04-13 10:36:06 +01:00
David Read
7280bc8d06
Tweaked instructions.
2012-04-12 19:49:12 +01: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
510703ec36
[doc] Add remark about GEOS being installed
2012-01-20 15:03:35 +00:00
Adrià Mercader
8eebe1c239
[doc] Update README with migration issues
2011-11-30 17:11:29 +00: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