[fdo-users] Which GML version is supported by FDO 3.5.0
Greg Boone
greg.boone at autodesk.com
Mon Jan 10 10:20:53 EST 2011
FDO 3.5 supports GML 2.1.2
FDO 3.6 will support GML 3.0.
The latest 3.6.0 build of FDO is extremely stable and usable in a production environment.
http://download.osgeo.org/fdo/3.6.0/builds/F041/
Greg
From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Elavazhagan. M
Sent: Monday, January 10, 2011 6:59 AM
To: 'FDO Users Mail List'
Subject: [fdo-users] Which GML version is supported by FDO 3.5.0
Hi,
Can anybody please tell me which GML version is supported by FDO 3.5.0? I am using the following code to generate a GML file:
XmlFeatureSerializer.XmlSerialize(featureReader, xmlFeatureWriter, xmlFeatureFlags);
But I am getting a file with old GML tags:
<gml:outerBoundaryIs>
<gml:LinearRing>
<gml:coordinates>
But I need the tags to be of the latest GML version, like :
<gml:exterior>
<gml:LinearRing>
<gml:posList>
Is that possible with FDO 3.5.0?
Thanks in advance.
Regards,
Ela.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/fdo-users/attachments/20110110/d410947b/attachment.html
More information about the fdo-users
mailing list