Skip to content
New issue

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

Keep the resource WMS url params when creating the map with MapStore #351

Closed
afabiani opened this issue Jul 21, 2021 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@afabiani
Copy link
Member

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.:

"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

image

@afabiani afabiani added the bug Something isn't working label Jul 21, 2021
@allyoucanmap allyoucanmap added this to the 4.0.0 milestone Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants