spaceman99
spaceman99
Cheap workaround (which worked for me this one time): Read and write the file again with pdal: `[ "infile.laz", { "type" : "writers.las", "dataformat_id": "0", "scale_x":"0.001", "scale_y":"0.001", "scale_z":"0.001", "offset_x":"auto", "offset_y":"auto",...
To disable verification for all requests, you can patch Python37\Lib\site-packages\requests\adapters.py: in `def cert_verify(self, conn, url, verify, cert)` set `if url.lower().startswith("https") and verify: ` to always return false (e.g. `if False:`)...
This would indeed be a welcomed feature. We need custom headers like "api-key", as some serviced are authenticated in this fashion. So a list with key-value pairs as @MarcoDuiker suggested...
@bertt maybe you could leverage deck.gl and use its MapboxOverlay function? https://deck.gl/examples/google-3d-tiles no idea if this really works as I've never done anything with maplibre.
Actually, you can call QGIS Server Services with method=POST and the parameters inside the body of the request.
No clue when - but I'm using version 3.26 (released in 2022) and it works. Maybe you can post a generic example of your request?