ckan / ckanext-geoview

CKAN Geospatial ResourceView
MIT License
43 stars 60 forks source link

Use resource views without proxy #29

Closed letmaik closed 8 years ago

letmaik commented 9 years ago

I'd like to use resource views of geoview without a proxy, which is ok since I require resources to have proper CORS headers. However, when I disable the resource_proxy extension, the WMS viewer still uses the proxy URL and gets a 404. The GeoJSON viewer uses the correct URL though.

drnextgis commented 8 years ago

I've faced with the same issue and this PR solved my problem.