amercader
b4e9d97020
Drop support for PostGIS search backend
2023-10-31 15:18:41 +01:00
avdata99
c731d3d0f5
Test with Python CKAN 2.10 / Python 3.10. Remove CKAN 2.7/2.8 tests
2023-03-09 08:30:55 -03:00
amercader
803c4cf089
Add supported versions to README
2022-12-19 16:09:51 +01:00
amercader
90ee774c86
Doc and README tweaks
2021-05-28 14:44:31 +02:00
amercader
bb2bf38c72
Fix badge, add codecov
2021-05-28 11:28:21 +02:00
Andres Vazquez
fb4b16ef99
fix bad link
2020-02-18 15:49:13 -03:00
Zoran Pandovski
b8d8cf41b8
Update README.rst
2017-11-07 15:17:37 +01:00
Zoran Pandovski
b5189c2328
Update README.rst
2017-11-07 14:57:15 +01:00
David Read
fc3a364a0f
Support new locations for test functions.
2016-01-14 09:55:27 +00:00
amercader
cf504beb47
[ #107 ] Document move to ckanext-geoview, add troubleshooting issues
2015-05-07 14:26:14 +01:00
amercader
8651c5b893
Add Travis badge to README
2015-04-02 09:26:14 +01:00
Tom Kralidis
ae60adf486
editorial: identify pycsw
2013-12-18 09:46:10 -05:00
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