-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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: