AppGeo / ckanext-agsview

MIT License
10 stars 10 forks source link

The default value of ags_view_proxy function is set to an empty string #14

Open injune1123 opened 5 years ago

injune1123 commented 5 years ago

The default value of ags_view_proxy function is set to an empty string, which throws Value Error: No JSON object could be decoded if ckanext.ags_view_procy is not set in the ini file

Fix: https://github.com/AppGeo/ckanext-agsview/blob/master/ckanext/agsview/plugin.py#L25 shall be set to {}.

injune1123 commented 5 years ago

Here is the PR to fix this issue.