Kai Pastor

Results 988 comments of Kai Pastor

The package already installs a CMake config file so you can do: ~~~ find_package(GeoTIFF CONFIG REQUIRED) ~~~ However, it still misses a properly prefixed target for linking, e.g. `GeoTIFF::libgeotiff`. Last...

The more modern alternative to a `libgeotiff-config` script (with non-standardized options) is pkg-config (`geotiff.pc`). There is https://github.com/OSGeo/libgeotiff/pull/31 for that.

- **Milestone**: 0.5.94 --> 0.6.1

This could be unified indeed.

@dominikzalewski: Your comment is unrelated to the symbol scaling issue. Open a separate issue, maybe add sample files and steps to reproduce.

There is as a "GPX" setting in GDAL > Import with GDAL/OGR. Is it different on macOS vs. Android?

> Could they be built with different versions of PROJ? No, not for a single official release (v0.9.3) on Android, macOS, Windows. These binaries come out of Continuous Integration from...

Okay, I was expecting this from line style on the screenshots. When checked, i.e. when using GDAL, coordinate conversion is done by GDAL. The other option does not use GDAL.

> After importing the GPX track on the desktop with the the GDAL GPX option off, there is no way to re-import it with the GPX option on. It seems...

I can reproduce a small shift of app. 1 m at 40N 105W with PROJ 7.1. I started with a map and GPX track created with PROJ 4.9 / GDAL...