ckanext-geoview
ckanext-geoview copied to clipboard
Preserve extra URL arguments
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.
This should not be merged until someone can test with a GeoServer that supports CORS.
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
the approach here is valid, i ran in this issue with a mapserver, which has a required parameter ?map={path}, which gets removed