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

◆ rt_util_gdal_version()

const char * rt_util_gdal_version ( const char *  request)

Definition at line 290 of file rt_util.c.

290 {
291 if (NULL == request || !strlen(request))
292 return GDALVersionInfo("RELEASE_NAME");
293 else
294 return GDALVersionInfo(request);
295}

Referenced by RASTER_gdal_version().

Here is the caller graph for this function: