Extension WMS Viewer


Extension Basics

Title
WMS Viewer
Name
ckanext-wms
Type
Public extension
Description
A CKAN extension that provides a WMS (Web Map Service) map viewer resource view plugin. Uses Mapserver for rendering WMS layers within CKAN.
CKAN versions
Download-Url (zip)
Last commit
a year ago (2024-07-26 21:21:59)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

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:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. 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
    
  3. 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).

  4. 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.

Version
0.0.1
Version release date
(not set)
Contact name
L-Har
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
wms_viewer
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions