| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 
 | <?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://ogr.maptools.org/ pointsvoronoi1.xsd"
     xmlns:ogr="http://ogr.maptools.org/"
     xmlns:gml="http://www.opengis.net/gml">
  <gml:boundedBy>
    <gml:Box>
      <gml:coord><gml:X>-0.6</gml:X><gml:Y>51.4</gml:Y></gml:coord>
      <gml:coord><gml:X>0.2</gml:X><gml:Y>51.6</gml:Y></gml:coord>
    </gml:Box>
  </gml:boundedBy>
                                                                                                                                                     
  <gml:featureMember>
    <ogr:pointsvoronoi1 fid="pointsvoronoi1.0">
      <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>-0.2,51.5</gml:coordinates></gml:Point></ogr:geometryProperty>
      <ogr:id>1</ogr:id>
    </ogr:pointsvoronoi1>
  </gml:featureMember>
  <gml:featureMember>
    <ogr:pointsvoronoi1 fid="pointsvoronoi1.1">
      <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>0.2,51.5</gml:coordinates></gml:Point></ogr:geometryProperty>
      <ogr:id>2</ogr:id>
    </ogr:pointsvoronoi1>
  </gml:featureMember>
  <gml:featureMember>
    <ogr:pointsvoronoi1 fid="pointsvoronoi1.2">
      <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>-0.4,51.6</gml:coordinates></gml:Point></ogr:geometryProperty>
      <ogr:id>7</ogr:id>
    </ogr:pointsvoronoi1>
  </gml:featureMember>
  <gml:featureMember>
    <ogr:pointsvoronoi1 fid="pointsvoronoi1.3">
      <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>-0.4,51.4</gml:coordinates></gml:Point></ogr:geometryProperty>
      <ogr:id>8</ogr:id>
    </ogr:pointsvoronoi1>
  </gml:featureMember>
  <gml:featureMember>
    <ogr:pointsvoronoi1 fid="pointsvoronoi1.4">
      <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>-0.6,51.6</gml:coordinates></gml:Point></ogr:geometryProperty>
      <ogr:id>9</ogr:id>
    </ogr:pointsvoronoi1>
  </gml:featureMember>
  <gml:featureMember>
    <ogr:pointsvoronoi1 fid="pointsvoronoi1.5">
      <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>-0.6,51.4</gml:coordinates></gml:Point></ogr:geometryProperty>
      <ogr:id>10</ogr:id>
    </ogr:pointsvoronoi1>
  </gml:featureMember>
</ogr:FeatureCollection>
 |