Jiri Kozel
Jiri Kozel
[Imposm3 doc](https://imposm.org/docs/imposm3/latest/mapping.html#bool) says: > `bool` > Convert true, yes and 1 values to true, otherwise use false. However [source code is doing something else](https://github.com/omniscale/imposm3/blob/20ad581d9bc3e17a198d881f571b644eff0235f3/mapping/columns.go#L64:L69): ```go func Bool(val string, elem *element.OSMElem,...
When initiating WMS 1.1.1 with custom `headers` argument, these HTTP headers are sent with [initial GetCapabilities](https://github.com/geopython/OWSLib/blob/06f8da9c4398d90e8b9efef5e13254706db2458e/owslib/map/wms111.py#L71) request, but they are not sent with [GetMap](https://github.com/geopython/OWSLib/blob/06f8da9c4398d90e8b9efef5e13254706db2458e/owslib/map/wms111.py#L262) request. They are probably also not...