I am using OGR to load S57 format files and it appears that at least for some fields the field type is incorrectly returned by OGR. Fields of type "integer list" (denoted L in s57attributes.csv, enumeration list) are identified as string type by OGRField::GetType(). The problem with that is that OGRFeature::GetFieldAsIntegerList then refuses to return a list of integer values for these fields (returns NULL).
Is this a bug, feature or am I doing something incorrectly? Thanks all! _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
