ckan / ckanext-geoview

CKAN Geospatial ResourceView
MIT License
43 stars 58 forks source link

Fixes #8 #19

Closed mattfullerton closed 9 years ago

mattfullerton commented 9 years ago

Fixes #8: This fix prevents 'UnboundLocalError: local variable 'proxy_service_url' referenced before assignment'. Logically, it is OK for the value to be None as with the proxy not enabled, the value should never be needed.

amercader commented 9 years ago

Thanks for the patch @mattfullerton