Extension Facet (Custom Facets with OSM Map)


Extension Basics

Title
Facet (Custom Facets with OSM Map)
Name
ckanext-facet
Type
Public extension
Description
Creates custom facets in CKAN according to ISEBEL requirements. Adds OSM map displaying all geo locations on the dataset page with auto-fit map bounds.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-09-18 20:17:09)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

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.

Version
Version release date
(not set)
Contact name
KNAW Humanities Cluster
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘facet’ to ckan.plugins. Developed for ISEBEL project requirements.

Plugins to configure (ckan.ini)
facet
CKAN Settings (ckan.ini)
# No specific configuration options documented
DB migration to be executed
(not set)
<< back to Extensions