ckanext-geoview
ckanext-geoview copied to clipboard
Compatibility issue with 2.9
There is some problems on execution, with CKAN 2.9 and python 3, did you try it on this configuration ?
Just in case someone stumbles into this (outdated?) issue, you can install this plugin on CKAN 2.9 with the following commands in the CKAN virtual environment:
pip install ckantoolkit
pip install git+git://github.com/ckan/[email protected]#egg=ckanext-geoview
Then append the desired plugins to the ckan.plugins
setting in the .ini
file, e.g.:
ckan.plugins=envvars image_view text_view recline_view datastore datapusher resource_proxy geo_view shp_view
Does the above fix work with Ckan 2.10? The extension installed OK but server won't start if views are added to plugins (ex. resource_proxy shp_view). ckantoolkit doesn't seem to be updated.