[gdal-dev] GML / NAS code redundancy
Martin Landa
landa.martin at gmail.com
Tue Mar 18 09:17:17 PDT 2014
Hi,
2014-03-18 16:35 GMT+01:00 Even Rouault <even.rouault at mines-paris.org>:
> some categories of application schemas easier. See the "Registry for GML
> application schemas" paragraph of http://gdal.org/ogr/drv_gml.html. Perhaps your
> use case could fit into that.
right, after digging into the code I discovered that `featureType`
from `gml_registry.xml` is checked only in header (first 2048 bytes)
[1]. This check fails in my case because features are not included in
szHeader buffer. Could be that I overlooked something...
Martin
[1] http://trac.osgeo.org/gdal/browser/trunk/gdal/ogr/ogrsf_frmts/gml/ogrgmldatasource.cpp#L771
More information about the gdal-dev
mailing list