ckanext-wms-viewer
A CKAN extension that provides a WMS (Web Map Service) map viewer as a resource view plugin. The extension integrates with Mapserver to render WMS map layers within the CKAN interface.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.9 |
not tested |
Installation
To install ckanext-wms-viewer:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv:
git clone https://github.com/L-Har/ckanext-wms-viewer.git
cd ckanext-wms-viewer
pip install -e .
pip install -r requirements.txt
Add wms_viewer to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).
Restart CKAN.
Config settings
None at present.
Tests
To run the tests:
pytest --ckan-ini=test.ini
License
AGPL
This extension was archived on September 20, 2024.