Expand description
Geography Markup Language (GML) reader and writer.
This module targets practical GML Simple Features interoperability:
gml:FeatureCollectionwithgml:featureMember/gml:member- Geometries: Point, LineString, Polygon, Multi*, GeometryCollection
- Coordinates from
gml:pos,gml:posList, orgml:coordinates - Attributes as either
<gv:attr name="..." type="...">...</gv:attr>(the form written by this module) or plain non-GML child elements.