ckan / ckanext-geoview

CKAN Geospatial ResourceView
MIT License
43 stars 58 forks source link

Compatibility issue with 2.9 #78

Open Naz4h opened 3 years ago

Naz4h commented 3 years ago

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

ghost commented 2 years ago

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/ckanext-geoview.git@v0.0.19#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
abedkhooli commented 1 year ago

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.