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

More abstract solution for FeatureUtil.getFeatureTypeNameFromGetFeatureInfoUrl #117

Open
dnlkoch opened this issue Jun 21, 2019 · 2 comments

Comments

@dnlkoch
Copy link
Member

dnlkoch commented Jun 21, 2019

The method getFeatureTypeNameFromGetFeatureInfoUrl should be rewritten to become more generic in its usage for other OGC requests or should at least extend the functionality of a generic method. For example it should also possible to pass other requests like an WMS GetMap or an WFS GetFeature to obtain the list of a given parameter, e.g. the LAYERS values. The signature could look like:

getValueFromRequestParameter(request: String, parameter: String)
@dnlkoch
Copy link
Member Author

dnlkoch commented Jun 24, 2019

Maybe this method can be reused instead.

@marcjansen
Copy link
Member

Yes, please

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

2 participants