]> granicus.if.org Git - postgis/commitdiff
Remove noisy info message. A big source of confusion. Ticket #2309
authorBborie Park <bkpark at ucdavis.edu>
Fri, 10 May 2013 22:27:35 +0000 (22:27 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 10 May 2013 22:27:35 +0000 (22:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11410 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_core/rt_api.c

index 3f81176928431658d565ab1aca0a9ea8d8cfda41..cb2fb8d6bd13e53c3258382ea8dd83b9bc06d3aa 100644 (file)
@@ -410,11 +410,6 @@ rt_util_gdal_sr_auth_info(GDALDatasetH hds, char **authname, char **authcode) {
                                strncpy(*authname, pszAuthorityName, strlen(pszAuthorityName) + 1);
                                strncpy(*authcode, pszAuthorityCode, strlen(pszAuthorityCode) + 1);
                        }
-                       else {
-                               rtinfo("Cound not get auth name and code. The SRS may be custom");
-                               OSRDestroySpatialReference(hSRS);
-                               return ES_NONE;
-                       }
                }
 
                OSRDestroySpatialReference(hSRS);