We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating a map, the client looks for the links > WMS > url parameters in order to build the base WMS GetMap URL.
links > WMS > url
There are cases where the resource WMS url contains some custom parameters, e.g.:
"links": [ { "extension": "html", "link_type": "OGC:WMS", "name": "OGC WMS: httpwww502regionetoscanaitows_ofccomrtwmsrtmapwmsmapowsofcmap_resolution91 Service", "mime": "text/html", "url": "http://www502.regione.toscana.it/ows_ofc/com.rt.wms.RTmap/wms?map=owsofc&map_resolution=91" } ]
The client should keep those parameters and inject them into the WMS GetMap url
The text was updated successfully, but these errors were encountered:
#351: Keep the resource WMS url params when creating the map with Map…
e940f7d
…Store (#461)
allyoucanmap
No branches or pull requests
When creating a map, the client looks for the
links > WMS > url
parameters in order to build the base WMS GetMap URL.There are cases where the resource WMS url contains some custom parameters, e.g.:
The client should keep those parameters and inject them into the WMS GetMap url
The text was updated successfully, but these errors were encountered: