PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rt_util_gdal_version()

const char * rt_util_gdal_version ( const char *  request)

Definition at line 193 of file rt_util.c.

193 {
194 if (NULL == request || !strlen(request))
195 return GDALVersionInfo("RELEASE_NAME");
196 else
197 return GDALVersionInfo(request);
198}

Referenced by RASTER_gdal_version().

Here is the caller graph for this function: