ckanext-geoview icon indicating copy to clipboard operation
ckanext-geoview copied to clipboard

Compatibility issue with 2.9

Open Naz4h opened this issue 4 years ago • 2 comments

There is some problems on execution, with CKAN 2.9 and python 3, did you try it on this configuration ?

Naz4h avatar Sep 17 '20 13:09 Naz4h

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

ghost avatar Apr 05 '22 09:04 ghost

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.

abedkhooli avatar Mar 03 '23 18:03 abedkhooli