-
Notifications
You must be signed in to change notification settings - Fork 4
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
owsproxy adapter fails #69
Comments
@cehbrecht twitcher/twitcher/adapter/default.py Lines 33 to 36 in 89d8c03
twitcher/twitcher/adapter/default.py Lines 18 to 20 in 89d8c03
The Probably some configs are lost when creating the 'new' |
don't lose config if provided directly (#69)
fixed by PR #73. |
In
owsproxy.includeme
the adapter code forowsproxy_config
gets aconfig
but it does expect arequest
:twitcher/twitcher/owsproxy.py
Line 217 in ad623c0
@fmigneault How is the adapter meant to work here?
When I replace the adapter code with:
... the owsproxy gets correctly initialized.
The text was updated successfully, but these errors were encountered: