Facet Extension
CKANEXT-facet create custom facet in CKAN according to the requirements of ISEBEL. It also adds OSM map displaying all the geo locations to the dataset page.
Features
- Custom facet creation for CKAN search
- OpenStreetMap integration on dataset pages
- Display all geo locations for datasets
- Auto-fit map bounds functionality
- Reuses core CKAN functions
Installation
git clone git@github.com:knaw-huc/ckanext-facet.git
cd ckanext-facet
python setup.py install
Then add facet to the plugins section in production.ini.
Configuration
ckan.plugins = facet
Note
Developed by KNAW Humanities Cluster (Royal Netherlands Academy of Arts and Sciences). Originally created for the ISEBEL project.