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

OGC endpoints format parameter and HTTP response mime-type not matching #255

Closed
micpilon opened this issue Apr 22, 2020 · 1 comment · Fixed by #349
Closed

OGC endpoints format parameter and HTTP response mime-type not matching #255

micpilon opened this issue Apr 22, 2020 · 1 comment · Fixed by #349
Assignees
Labels

Comments

@micpilon
Copy link

Geotrellis-Server's HTTP Response Header is always set to respond content in the application/octet-stream format. It would be preferable that the HTTP response mime-type matches the format parameter from the GetMap request.

For instance, .../service=WMS&version=1.3.0&request=GetMap&format=image/png ...
would generate a HTTP request with a Response Header set with a image/png Content-Type.

@pomadchin pomadchin added bug and removed enhancement labels Feb 19, 2021
@pomadchin pomadchin changed the title WMS format parameter and HTTP response mime-type not matching OGC endpoints format parameter and HTTP response mime-type not matching Mar 26, 2021
@pomadchin pomadchin self-assigned this Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants