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

◆ rt_util_gdal_version()

const char * rt_util_gdal_version ( const char *  request)

Definition at line 182 of file rt_util.c.

182 {
183 if (NULL == request || !strlen(request))
184 return GDALVersionInfo("RELEASE_NAME");
185 else
186 return GDALVersionInfo(request);
187}

Referenced by RASTER_gdal_version().

Here is the caller graph for this function: