yangqiaosheng / tf-net

Automatically exported from code.google.com/p/tf-net
0 stars 0 forks source link

Patch for creating more compact GML output #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attached is a patch for the GML writer.
Rather than bulding many <coord> elements, it can optionally use the form
<gml:coordinates>X Y,X Y,XY</gml:coordinates>

Looking at the type "CoordinatesType" here (at the bottom):
http://schemas.opengis.net/gml/2.1.1/geometry.xsd

It is also possible to use non-standard decimal, tuple and coordinate
seperators, but I chose the standard ones.

A change may be required before the GMLReader can read such a (valid)
coordinate string.

Original issue reported on code.google.com by kenneth....@gmail.com on 29 Nov 2008 at 1:24

Attachments:

GoogleCodeExporter commented 9 years ago
And I swapped the ts= and ds= characters... Attached is the fixed patch.

Original comment by kenneth....@gmail.com on 29 Nov 2008 at 3:31

Attachments: