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

Allow geowebcache to query geoserver for infoformat mime type list #1

Closed
prushforth opened this issue Jul 8, 2019 · 0 comments
Closed

Comments

@prushforth
Copy link
Member

I had to hard-code the text/mapml mime type into 30cdbbe so that gwc won't refuse to do a featureinfo for text/mapml. This works great in the MapML preview, but having it hard-coded into gwc doesn't allow a geoserver not to have the MapML Community Module installed.

Either I can't support text/mapml as a GetFeatureInfo / FeatureInfo format in cached layers until MapML becomes a core module, OR gwc should be made to query geoserver (perhaps once at startup) to get the list of info formats supported by the back end WMS. Then, GWC could condition its capabilities document accordingly, instead of including text/mapml unconditionally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant