Extension OS Widgets


Extension Basics

Title
OS Widgets
Name
ckanext-os
Type
Public extension
Description
Spatial widgets developed mainly by Ordnance Survey for data.gov.uk, providing map-based search, map preview, and WFS server capabilities.
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-05-15 17:54:43)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

ckanext-os

OS Widgets for DGU — Map Based Search and Map Preview pages for data.gov.uk, developed by Ordnance Survey.

This extension provides:

  • Map Based Search (os_search): A map-based search interface for discovering spatial datasets.
  • Map Preview (os_preview): Map preview functionality for spatial resources.
  • WFS Server (os_wfs_server): A WFS (Web Feature Service) server for serving spatial data.
  • Preview List API: A shopping basket for packages.
  • Spatial Database: PostGIS-backed spatial database for WFS serving.

All mapping services are Ordnance Survey’s and exclusively for data.gov.uk use.

Requirements

  • PostGIS database
  • Java spatial ingester

Config Settings

ckanext-os.geoserver.host = 
ckanext-os.gazetteer.host = 
ckanext-os.libraries.host = 
ckanext-os.tiles.url = 
ckanext-os.wms.url = 
ckanext-os.wfs.url = 
ckanext-os.geoserver.apikey = 
ckanext-os.spatial-datastore.sqlalchemy.url = 
ckanext-os.spatial-datastore.jdbc.url = 
ckanext-os.spatial-ingester.filepath = 

License

BSD 3-Clause

© Crown Copyright

Version
0.1
Version release date
2018-05-15
Contact name
David Read
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Requires PostGIS database and Java spatial ingester. Configure geoserver, gazetteer, and tile service URLs in ckan.ini.

Plugins to configure (ckan.ini)
os_search os_preview os_wfs_server
CKAN Settings (ckan.ini)
# ckanext-os.geoserver.host = 
# ckanext-os.gazetteer.host = 
# ckanext-os.libraries.host = 
# ckanext-os.tiles.url = 
# ckanext-os.wms.url = 
# ckanext-os.wfs.url = 
# ckanext-os.geoserver.apikey = 
# ckanext-os.spatial-datastore.sqlalchemy.url = 
# ckanext-os.spatial-datastore.jdbc.url = 
# ckanext-os.spatial-ingester.filepath = 
DB migration to be executed
(not set)
<< back to Extensions