mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
22 lines
999 B
XML
22 lines
999 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ogr:FeatureCollection
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation=""
|
|
xmlns:ogr="http://ogr.maptools.org/"
|
|
xmlns:gml="http://www.opengis.net/gml">
|
|
<gml:boundedBy>
|
|
<gml:Box>
|
|
<gml:coord><gml:X>3.333333333333333</gml:X><gml:Y>0.1111111111111111</gml:Y></gml:coord>
|
|
<gml:coord><gml:X>3.333333333333333</gml:X><gml:Y>0.1111111111111111</gml:Y></gml:coord>
|
|
</gml:Box>
|
|
</gml:boundedBy>
|
|
|
|
<gml:featureMember>
|
|
<ogr:mean_coordinates fid="mean_coordinates.0">
|
|
<ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>3.33333333333333,0.111111111111111</gml:coordinates></gml:Point></ogr:geometryProperty>
|
|
<ogr:MEAN_X>3.333333333333333</ogr:MEAN_X>
|
|
<ogr:MEAN_Y>0.111111111111111</ogr:MEAN_Y>
|
|
</ogr:mean_coordinates>
|
|
</gml:featureMember>
|
|
</ogr:FeatureCollection>
|