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 {}.
The default value of ags_view_proxy function is set to an empty string, which throws
Value Error: No JSON object could be decodedifckanext.ags_view_procyis not set in the ini fileFix: https://github.com/AppGeo/ckanext-agsview/blob/master/ckanext/agsview/plugin.py#L25 shall be set to
{}.