Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<gml:FeatureCollection xmlns:topp="http://www.openplans.org/topp" xmlns:gml="http://www.opengis.net/gml">
3
  <gml:featureMember>
4
    <topp:tasmania_roads>
5
      <topp:the_geom>
6
        <gml:MultiLineString srsName="epsg:4326">
7
          <gml:lineStringMember>
8
            <gml:LineString>
9
              <gml:coordinates decimal="." cs="," ts=" "/>
10
            </gml:LineString>
11
          </gml:lineStringMember>
12
        </gml:MultiLineString>
13
      </topp:the_geom>
14
      <topp:TYPE>road</topp:TYPE>
15
    </topp:tasmania_roads>
16
  </gml:featureMember>
17
</gml:FeatureCollection>
(7-7/8)