Extension Geojsonview


Extension Basics

Title
Geojsonview
Name
ckanext-geojsonview
Type
Public extension
Description
A simple GeoJSON Resource View for CKAN 2.3+
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2016-08-02 01:36:40)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

ckanext-geojsonview

A simple Resource View extension for displaying GeoJSON resources in CKAN. Uses Leaflet.

Works in CKAN 2.3+. For equivalent functionality in older versions, use the nongeos plugin of ckanext-spatial

For a more powerful Resource View extension that uses OpenLayers and also displays KML and a bunch of other good stuff, take a look at ckanext-geoview

Usage

To your development.ini, add:

ckan.plugins = ... geojsonview

If you would like geojson view created by default, you can also add:

ckan.views.default_views = geojson_view ...
Version
Version release date
(not set)
Contact name
default, you can also add:
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
geojsonview
CKAN Settings (ckan.ini)
# ckan.plugins = ... geojsonview
# ckan.views.default_views = geojson_view ...
DB migration to be executed
(not set)
<< back to Extensions