Project

General

Profile

1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
<!-- $Id: template_waterbodies.xml 3923 2008-03-17 23:39:28Z camerons $ -->
3
<gml:FeatureCollection xmlns:topp="http://www.openplans.org/topp" xmlns:gml="http://www.opengis.net/gml">
4
  <gml:featureMember>
5
    <topp:tasmania_water_bodies>
6
      <topp:the_geom>
7
        <gml:MultiPolygon srsName="epsg:4326">
8
          <gml:polygonMember>
9
            <gml:Polygon>
10
              <gml:outerBoundaryIs>
11
                <gml:LinearRing>
12
                  <gml:coordinates decimal="." cs="," ts=" "></gml:coordinates>
13
                </gml:LinearRing>
14
              </gml:outerBoundaryIs>
15
            </gml:Polygon>
16
          </gml:polygonMember>
17
        </gml:MultiPolygon>
18
      </topp:the_geom>
19
      <topp:AREA>0</topp:AREA>
20
      <topp:PERIMETER>0</topp:PERIMETER>
21
      <topp:WATER_TYPE>Lake</topp:WATER_TYPE>
22
      <topp:CNTRY_NAME>Australia</topp:CNTRY_NAME>
23
      <topp:CONTINENT>Australia</topp:CONTINENT>
24
    </topp:tasmania_water_bodies>
25
  </gml:featureMember>
26
</gml:FeatureCollection>
(8-8/8)