Skip to content

Patch for creating more compact GML output #4

Description

@GoogleCodeExporter
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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions