ckanext-geoview icon indicating copy to clipboard operation
ckanext-geoview copied to clipboard

Preserve extra URL arguments

Open mattfullerton opened this issue 9 years ago • 3 comments

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 avatar Aug 13 '15 13:08 mattfullerton

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

mattfullerton avatar Aug 13 '15 13:08 mattfullerton

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

categulario avatar Apr 05 '22 01:04 categulario

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

pvgenuchten avatar Feb 03 '23 10:02 pvgenuchten