Extension GeoJSON Resource View


Extension Basics

Title
GeoJSON Resource View
Name
ckanext-geojsonview
Type
Public extension
Description
A simple Resource View extension for displaying GeoJSON resources in CKAN. Uses Leaflet for map rendering. 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 formats, consider ckanext-geoview.
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2016-08-02 03: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
(not set)
Version release date
(not set)
Contact name
Denis Zgonjanin
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