Keywords were extracted via 3 different elements
`keyword-inspire-theme`, `keyword-controlled-other` and
`keyword-free-text`. The latter didn't actually do anything and the
second duplicated xpaths from the first and added a non-standard one.
A new `keywords` key has been added which contains all keyword objects,
including type. This is not used to modify the `tags` key right now.
The common map function has been extended to allow configuring different
options for the base layer. There are default presets for MapQuest and
MapBox, but any XYZ layer can be added configuration options. The
options are passed to the templates via a helper function and to the js
modules via data-module attributes. Full docs included.
Completely revised and restructured docs to be built with Sphinx.
Structured in logic areas, with a big cleanup and nice formatting.
Revised install instructions.
Added the okfn-sphinx-theme submodule to have a consistent look and feel
with the core CKAN docs, although core docs are using an older revision.
The following expression is not valid in Solr 1.X:
"q":"harvest_object_id:*"
It returns the following error:
'*' or '?' not allowed as first character in WildcardQuery
It has been replaced with:
"q":"harvest_object_id:[\"\" TO *]"
Based on the work by @kindly on https://github.com/kindly/ckan_pycsw_import,
adds a command to the extension that allows to export easily the spatial
datasets to pycsw. This will only work for harvested ISO datasets for the time
being.
The command can be run both via paster (in the context of a CKAN install) or
independently (eg a separate server), as it uses the API to get the datasets.
TODO docs