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
this breaks the wms server i tried to use
The text was updated successfully, but these errors were encountered:
Same for me, the ouput is broken. The uncalled "&m" parameter should not be added to the calculated URL at all.
Example: Input http://whoots.mapwarper.net/tms/17/68034/43730/nw_dop_rgb/https://www.wms.nrw.de/geobasis/wms_nw_dop
Output https://www.wms.nrw.de/geobasis/wms_nw_dop?bbox=763758.7866254821,6666837.607033074,764064.5347386226,6667143.355146214&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&width=256&height=256&layers=nw_dop_rgb&map=&styles=
Expected Output (no "&map=") https://www.wms.nrw.de/geobasis/wms_nw_dop?bbox=763758.7866254821,6666837.607033074,764064.5347386226,6667143.355146214&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&width=256&height=256&layers=nw_dop_rgb&styles=
Sorry, something went wrong.
No branches or pull requests
this breaks the wms server i tried to use
The text was updated successfully, but these errors were encountered: