Hi there, Since WMS 1.3.0, some attributes of WMS Layer accept boolean values (`true`, `false`) and not only integer values (`0`,`1`). See https://portal.ogc.org/files/?artifact_id=14416, page 30. Today, OWSLib is only allowing integer values, for example for the `queryable` attribute: https://github.com/geopython/OWSLib/blob/master/owslib/map/wms130.py#L449 I think boolean values should also be accepted for WMS 1.3.0 here. What do you think? Thanks, Guillaume.