On samedi 10 décembre 2016 13:17:00 CET Martin Landa wrote: > Hi, > > I am interested how FileGDB subtypes work in GDAL (GDAL should support > them since version 2.0). I have feature class `Silnice` (roads) with > attribute `typ` (type). This attribute is connected with subtype > road_type (1 - highway, 2 - speed road, 3 - ...). ogrinfo detects this > attribute as an integer, eg.
How sub-type works is explained in https://trac.osgeo.org/gdal/wiki/rfc50_ogr_field_subtype What you want here is probably related to "expanding" "coded value domains". There is a ticket about that: https://trac.osgeo.org/gdal/ticket/5741 This isn't implemented yet. Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
