Re: [gdal-dev] Writing a GML file containing multiple layers

2013-04-03 Thread Matt Langley
Thanks Even, The 10 char limit on fields names with shapefiles is a problem in my case. So I will try the VRT format as you have suggested. Are shapefile and VRT the only formats that can be represented as a multi layer datasource? Again - thanks for your help. -- View this message in context

Re: [gdal-dev] Writing a GML file containing multiple layers

2013-04-03 Thread Even Rouault
Selon Matt L : > Hi Everyone, > > I am attempting to use ogr2ogr to convert GeoJSON to GML. It works well for > a single json file. But I would like to convert several files, such that > each input file ends up as a separate layer in a single GML output file. > > The GML help doc seems to suggest

[gdal-dev] Writing a GML file containing multiple layers

2013-04-03 Thread Matt L
Hi Everyone, I am attempting to use ogr2ogr to convert GeoJSON to GML. It works well for a single json file. But I would like to convert several files, such that each input file ends up as a separate layer in a single GML output file. The GML help doc seems to suggest that GML can be written with