Re: [gdal-dev] iOS patch for GDAL 3.5 requires modification for Mac Catalyst

2022-08-31 Thread Nik
Thanks Rob and Even, Rob - yes, I am using the CMAKE as per your link. I have documented my entire process here: https://gis.stackexchange.com/questions/434514/build-gdal-3-x-for-ios Although I’ve not yet updated it for the update to the patch file. - N

Re: [gdal-dev] iOS patch for GDAL 3.5 requires modification for Mac Catalyst

2022-08-31 Thread Robert Coup
Hi, The patch at the end of my reply builds & tests ok on my environment (macOS 12.5.1 + arm64). Are you using https://github.com/leetal/ios-cmake or do newer versions of CMake now have support for Catalyst? (from https://gitlab.kitware.com/cmake/cmake/-/issues/20132 it seems not) How do the var

Re: [gdal-dev] iOS patch for GDAL 3.5 requires modification for Mac Catalyst

2022-08-31 Thread Even Rouault
Nik, I've prepared a PR with your suggested fix in https://github.com/OSGeo/gdal/pull/6282 It passes fine on existing MacOS continuous integration jobs we have. It would be good if people that have access to a bit ancient MacOSX (not sure how ancient it should be...), or with 32-bit builds,

[gdal-dev] Reading OAPIF in alternative CRS

2022-08-31 Thread Rahkonen Jukka
Hi, I wonder if I could read data with GDAL from OGC API Features service in other CRS if the server supports it. I know that GDAL OAPIF driver does not support the CRS extension https://docs.ogc.org/is/18-058r1/18-058r1.html and that GeoJSON really does not support other CRS than CRS:84 but we