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

GetFeatureInfo improvements #216

Merged
merged 5 commits into from
Feb 21, 2014
Merged

GetFeatureInfo improvements #216

merged 5 commits into from
Feb 21, 2014

Conversation

copierrj
Copy link
Member

This pull request contains GetFeatureInfo improvements:

It introduces a new concept called FeatureInfoContext to separate the stateless GetFeatureInfo parameters from the stateful stuff (e.g. XMLWriter, OutputStream etc.). This resolves a rather remarkable bug that resulted in an xml header being written at the bottom of xslt output. It also creates a convenient abstraction to add new functionality.

In order to be able to fully customize the GetFeatureInfo it is now possible to point to a custom FeatureInfoSerializer implementation in the WMS configuration.

To glue the GetFeatureInfo request to complementary html generating software, a sendRedirect method is made available to the FeatureInfoSerialize to simply redirect the client to another url.

MrSnyder added a commit that referenced this pull request Feb 21, 2014
@MrSnyder MrSnyder merged commit 975f972 into deegree:master Feb 21, 2014
@tfr42 tfr42 added the enhancement enhancement or improvement label Mar 19, 2015
@tfr42 tfr42 added this to the 3.4 milestone Mar 19, 2015
lgoltz added a commit to lat-lon/deegree3 that referenced this pull request Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants