mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
20 lines
917 B
Plaintext
20 lines
917 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<ogr:FeatureCollection
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://ogr.maptools.org/ end_point.xsd"
|
||
|
xmlns:ogr="http://ogr.maptools.org/"
|
||
|
xmlns:gml="http://www.opengis.net/gml">
|
||
|
<gml:boundedBy>
|
||
|
<gml:Box>
|
||
|
<gml:coord><gml:X>1003696.648020304</gml:X><gml:Y>6222370.049363472</gml:Y></gml:coord>
|
||
|
<gml:coord><gml:X>1003696.648020304</gml:X><gml:Y>6222370.049363472</gml:Y></gml:coord>
|
||
|
</gml:Box>
|
||
|
</gml:boundedBy>
|
||
|
|
||
|
<gml:featureMember>
|
||
|
<ogr:point_end fid="point_end.0">
|
||
|
<ogr:geometryProperty><gml:Point srsName="EPSG:32733"><gml:coordinates>1003696.6480203,6222370.04936347</gml:coordinates></gml:Point></ogr:geometryProperty>
|
||
|
</ogr:point_end>
|
||
|
</gml:featureMember>
|
||
|
</ogr:FeatureCollection>
|