pierre.tilak
pierre.tilak
> @tilaktilak Nice work! > I've managed to statically compile libproj (6.2.0) and gdal (3.0.1) on linux but the size of the binary is huge (93MB with most of the...
Got some good news : ~~I confirm that I don't need libproj to extract elevation data from a geotiff.~~ [EDIT] : Got the feeling that GetGeoTransform will need proj, to...
The segfault was due to libproj not beeing present. Calls to Coordinate transformation functions ended up with segfault : https://gdal.org/tutorials/osr_api_tut.html?highlight=ogrcreatecoordinatetransformation#coordinate-transformation
Hi serbinsh, Thanks for your message. This PR contained a rework of the terrain provider (following the first PR I did on map providers) + the integration of GDAL and...