Opened 15 months ago
Closed 14 months ago
#5482 closed defect (fixed)
Proj documentation says new functions not available til 7.1 but we have at 7.0
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.1 |
Component: | postgis | Version: | 3.4.x |
Keywords: | Cc: |
Description
This was brought to my attention.
I haven't checked to see if we are in trouble, and the docs are wrong or we need to up this requirement
In https://git.osgeo.org/gitea/postgis/postgis/src/branch/master/postgis/lwgeom_transform.c#L224 We have proj_context_get_user_writable_directory guarded with a PROJ >= 70
but according to PROJ documentation that function was added in PROJ 7.1 https://proj.org/en/7.1/development/reference/functions.html
I don't think we have any bots testing PROJ 7.0, and I actually don't know anyone running PROJ 7.0 in production, so it's possible it is broken for 7.0.
I'm going to whip up a 7.0 to confirm it's broken for 7.0
Confirmed this doesn't work on proj 7.0, get error when compiling against proj 7.0.1