-
Notifications
You must be signed in to change notification settings - Fork 130
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
Refactor: use restInfo handler directly in output-geoservice #967
Conversation
|
* refactor: use restInfo handler directly
* refactor: use restInfo handler directly
* refactor: use restInfo handler directly
* refactor: use restInfo handler directly
* refactor: use restInfo handler directly
* refactor: use restInfo handler directly
* Refactor: use restInfo handler directly in output-geoservice (#967) * Refactor server info-handler (#974) * refactor layers-info handler (#975) * refactor feature server layers-info handler (#976) * refactor: query handler (#977) * refactor: generate-renderer and query-related-requests (#997) * refactor: remove route module (#998)
This PR is start of effort to let output-geoservices plugin do its own routing (as opposed to the FeatureServer route.js module). This effort is a pre-cursor to support an applyEdits endpoint.