Commit Graph

74 Commits

Author SHA1 Message Date
amercader dee8ffed97 Drop support for Python 2 2023-10-31 15:50:02 +01:00
amercader b4e9d97020 Drop support for PostGIS search backend 2023-10-31 15:18:41 +01:00
amercader 7d83b71fe3 Merge branch 'master' of github.com:ckan/ckanext-spatial 2023-10-31 13:29:26 +01:00
amercader fe76eb7534 Use proper version in docs 2023-10-31 13:24:40 +01:00
amercader 43d9407c89 Update base layer documentation 2023-10-31 13:16:58 +01:00
Mike Dolbow 507f67e36c
Update install.rst
just fixing a few typos and some style/writing suggestions
2023-10-30 11:18:55 -05:00
amercader 7091f4b7f2 Correct wrong method number in docs 2023-06-09 15:25:25 +02: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 9d9bc23695 Mention solr images in docs 2023-01-26 12:43:54 +01:00
amercader 6c48fdd32d Document ckanext.spatial.solr_query 2022-10-11 15:13:39 +02:00
amercader ec0cc00bbe Revert to the old implementation for Bbox based searches
The approach using Solr's own BBoxField turned out to be not optimal as
it required the use of LocalParams. This is fine if the query is used in
`fq` but CKAN core does not allow it on `q` (unreasonably IMO). Long
story short the old implementation is a bit more verbose but supports:

* Proper spatial sorting
* Combining queries in `q` with a spatial filter
* Antimeridian queries handling

It doesn't support Point geometries, but users can use
`solr-spatial-field` if they need them
2022-10-11 14:36:59 +02:00
amercader ef8c3c1134 Rename solr backend to solr-bbox for clarity 2022-10-06 11:19:38 +02:00
amercader efc244bff4 Update spatial search documentation 2022-09-06 13:44:56 +02:00
amercader 87b723e9de Update docs to reflect PostGIS not being supported 2022-08-24 16:25:35 +02:00
amercader 90ee774c86 Doc and README tweaks 2021-05-28 14:44:31 +02:00
amercader cdf4b70bb7 Update CLI docstrings and documentation, remove unused file 2021-05-28 13:27:12 +02:00
Emanuele Tajariol 2acf66b110 #188 Add clean_tags option in harvester (#189)
* cleanup bad chars from tags in harvester

* cleanup bad chars from tags in harvester - do safer config read

* use munge_tag to clear tags, code cleanup

* restored default tag truncate

* tests for clean tags

* removed hack for IHarvester.info()

* #188 cleanup

* #188 #190 Add doc about harvester JSON config

* clean tags tests updated #188

* #188 test fixes

* #188 test fixes

* #188 test fixes

* #188 test fixes

* removed unused/bad code after review #188
2018-05-12 12:07:43 +02:00
David Read 7d9ee21c57 Full path to the pip-requirements.txt. 2017-11-06 07:45:16 +00:00
David Read 158d0ffc2f More explicit install instructions, following query: https://stackoverflow.com/q/47087357/1512326 2017-11-03 12:03:43 +00:00
amercader a22c6267d7 Add missing docs image 2016-08-18 09:55:34 +01:00
amercader 44f05e181c [#157] Replace MapQuest by Stamen as default tiles 2016-08-03 11:57:10 +01:00
Adrià Mercader cb9c1294f2 Merge pull request #116 from DataShades/spatial-field-solr-5
#114 solr-spatial-field search Solr 5 compatibility
2016-05-31 15:22:58 +01:00
Tom Kralidis f6b71297fe adjust pycsw requirements docs 2016-05-06 08:53:04 -04:00
Davy Chiu c824088a8a Update install.rst postgis package name 2016-04-12 08:54:38 -07:00
David Read 7e2f4f957c Merge pull request #141 from tomkralidis/remove-cswinfo
remove cswinfo
2016-01-14 09:47:12 +00:00
Adrià Mercader 94b53e618f Merge pull request #139 from nbtetreault/patch-2
Update map-widgets.rst
2016-01-13 18:38:36 +01:00
Tom Kralidis a28baf4c7e remove cswinfo 2016-01-13 12:33:27 -05:00
Nicolas Brisebois-Tétreault b67f14842b Update map-widgets.rst
Add info about "how to configure tms"

https://github.com/ckan/ckanext-spatial/pull/129
2016-01-11 16:34:31 -05:00
Tom Kralidis c2b8f8ea82 update docs, remove code not used 2015-12-30 11:22:23 -05:00
Tom Kralidis e4ffbe611b remove legacy CSW server implementation 2015-12-26 08:40:49 -05:00
LondonAppDev 55e6dfcb04 Update install.rst 2015-11-13 11:28:15 +00:00
LondonAppDev 1d50234ee9 Update install.rst
Fixed typo.
2015-11-13 11:12:25 +00:00
amercader 8341611cd6 Merge branch 'patch-1' of https://github.com/neothemachine/ckanext-spatial into neothemachine-patch-1 2015-10-23 16:23:53 +01:00
David Read 77e7b0eb31 Merge pull request #126 from ckan/requests-version
[#2470] Allow newer requests versions.
2015-10-22 20:32:50 +01:00
David Read b28dbd515f Tip about using reindex. 2015-10-21 11:45:36 +01:00
Maik Riechert 07ba392c93 mention {% ckan_extends %} in spatial search widget docs 2015-10-18 00:27:36 +01:00
David Read 68531533d7 [#2470] Allow newer requests versions. Tested with 2.7. Its only the WAF harvester that currently uses it, and that is only basic use. 2015-10-09 15:37:38 +01:00
Mark Gregson b9e8e70bfc [#114] Updates spatial search docs for Solr 5 compatibility 2015-10-06 11:03:55 +11:00
amercader 44d826caca Minor doc tweaks 2015-05-15 13:06:45 +01:00
nigelb 5a5da2d033 Use the default RTD theme 2015-05-15 17:08:58 +05:30
amercader 414255e34a [#102] MapBox tiles require access token 2015-05-07 17:59:21 +01:00
amercader cf504beb47 [#107] Document move to ckanext-geoview, add troubleshooting issues 2015-05-07 14:26:14 +01:00
amercader 4a142e8377 [#98] Minor tweaks to @u10313335 PR
* Keep old entry points for preview plugins so people does not need to
  do python setup.py develop

* Version checks should be done including the min_version parameter,
  otherwise they will fail for 2.4, 2.5...

* No need to define different methods for different interfaces. If
  running eg 2.3, the IResourcePreview interface methods will simply be
  ignored.

* Simplified same domain checking

* Add note about these being eventually migrated to ckanext-geoviews

* Added docs
2015-04-02 11:41:50 +01:00
amercader 020a2570d2 Simplify install instructions
No need to choose branches, we'll aim to keep master stable and working
with different ckan versions (We'll keep the stable and release-v2.0
branches up to date for the time being)
2015-04-02 09:21:46 +01:00
amercader d148b759f1 [#97] Update docs for PostGIS 2 and tweaks 2015-04-01 13:15:58 +01:00
amercader 39373c9144 [#97] Check GeoAlchemy version on startup
If using CKAN>=2.3 and GeoAlchemy2 is not installed an ImportError
will be raised with details about how to proceed. Added a section
on the Troubleshooting.
2015-03-27 15:57:11 +00:00
Tom Kralidis 692c3b5175 identify pycsw as the CSW component 2014-09-10 06:56:38 -04:00
Tom Kralidis 02f20e3522 fix refs 2014-06-27 20:33:38 -04:00
amercader d78d904a43 Merge branch 'patch-2' of https://github.com/boabjohn/ckanext-spatial into boabjohn-patch-2 2014-06-27 16:05:31 +01:00
John Brisbin 9e3c31319d Minor clarification for template extension
When creating a minimal custom theme users may start with a blank read.html file and include only the secondary_content block. This will fail, as the template needs to start with ckan_extends.
2014-06-14 12:43:20 +10:00