-
Notifications
You must be signed in to change notification settings - Fork 46
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
UI metadata and server needed to query the background #2263
Conversation
7552830
to
f0d138c
Compare
209f027
to
0996c39
Compare
19115d8
to
c33ebfc
Compare
Wedeay to be reviewed, @fredj can you do it? |
|
||
# escape loop | ||
if depth > 30: | ||
print("Error: too many recursions with group '%s'" % group.name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log.error
?
LGTM |
c33ebfc
to
6cc519d
Compare
Thanks @fredj |
"type": server_ogc.type, | ||
"imageType": server_ogc.image_type, | ||
"auth": server_ogc.auth, | ||
"wtsSupport": server_ogc.wfs_support, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be wfsSupport
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oups, thanks :-)
@tsauerwein PR to come |
Related to camptocamp/ngeo#1238