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

WMS 1.3.0 Boolean representation #332

Closed
pomadchin opened this issue Feb 23, 2021 · 1 comment · Fixed by #358
Closed

WMS 1.3.0 Boolean representation #332

pomadchin opened this issue Feb 23, 2021 · 1 comment · Fixed by #358
Assignees
Labels

Comments

@pomadchin
Copy link
Member

In terms of #311 it was revealed that OWSLib represents Booleans as {0, 1} of type Integer. At this point the workaround was to skip Booleans in all WMS endpoints, but in the future we may want to use these extra parameters.

This task is to track the status of this issue. That was an appropriate OWSLib restriction for the WMS 1.1.x, but it could be legitimate to represent Booleans as strings ("true" / "false") in terms of the WMS 1.3.x.

@pomadchin
Copy link
Member Author

It looks like the majority of libraries work with WMS Booleans as with 0 and 1 (QGIS is an example of such library). I think it makes sense for us to force {0, 1} usage for all WMS endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant