Le mercredi 03 février 2016 23:56:04, Martin Landa a écrit : > Hi, > > 2016-02-03 23:31 GMT+01:00 Even Rouault <[email protected]>: > > If it can be handled by the GML driver except for the geometries, you > > could > > can GFS handle such data > > <uca id="0" jm="a" pr="b" /> > > ? > > <GMLFeatureClassList> > <GMLFeatureClass> > <Name>ucastnici</Name> > <ElementPath>ucastnici</ElementPath> > <SRSName>urn:ogc:def:crs:EPSG::5514</SRSName> > <PropertyDefn> > <Name>id</Name> > <ElementPath>uca|id</ElementPath> > <Type>Integer64</Type> > </PropertyDefn> > </GMLFeatureClas> > </GMLFeatureClassList> > > The above GFS files should handle: > > <uca> > <id>0</id> > ... > </uca> > > But not XML notation shown above, right? Thanks, Martin
Have a look at the "Getting XML attributes as OGR fields" section of http://gdal.org/drv_gml.html -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
