On Mon, Aug 8, 2011 at 8:14 PM, Nikolaos Hatzopoulos <[email protected]> wrote: > GDAL 1.8.1 > java -Djava.library.path=. -cp gdal.jar:build/apps ogrinfo > /home/nickhatz/my.gml Borehole > > INFO: Open of `/home/nickhatz/my.gml' > using driver `GML' successful. >... > elevation: Real (0.0) > driller: String (0.0) > dateOfDrilling: String (10.0) > drillingMethod: String (12.0) > startPoint: String (22.0) > inclinationType: String (8.0) > lowerCorner: Real (0.0) > upperCorner: Real (0.0) > coreCustodian: String (0.0) > OGRFeature(Borehole):5 > gml_id (String) = gsml.borehole.WTB5 > name (StringList) = (2:,...) > sampledFeature (String) = > ... > elevation (Real) = 45 > driller (String) = ... > > What version are you running?
Nikos, I am running trunk which is likely fairly similar to 1.8.1. So clearly you need a newish version to properly support this GML variant. There has certainly been a lot of work on the GML driver since 1.7.x. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, [email protected] light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Software Developer _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
