ckan / ckanext-geoview

CKAN Geospatial ResourceView
MIT License
43 stars 58 forks source link

Preserve extra URL arguments #23

Open mattfullerton opened 9 years ago

mattfullerton commented 9 years ago

The WFS and WMS parts of the extension add or don't things to the url as required. Often this means that only the endpoint is needed as the resource URL but sometimes some extra parameters are needed and these get removed. This commit prevents that from happening but is only well tested for cases where the resource proxy is in use.

mattfullerton commented 9 years ago

This should not be merged until someone can test with a GeoServer that supports CORS.

categulario commented 2 years ago

PR 7 years old and with conflicts. Target file has a new name although in this case the proposed changes can be rescued, however as pointed out in the last comment, it might not be ready. (it is marked as WIP)

This should not be merged until someone can test with a GeoServer that supports CORS.

It is probably safe to close it

pvgenuchten commented 1 year ago

the approach here is valid, i ran in this issue with a mapserver, which has a required parameter ?map={path}, which gets removed