mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-05 00:06:38 -05:00
Since both input and intersect layers have only one field (fid), the result is the same for both (existing and new) tests. The result now comes with the intersect field, renamed to fid_1 (previously not kept).
39 lines
1.8 KiB
XML
39 lines
1.8 KiB
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</gml:X><gml:Y>-0.2208501518128253</gml:Y></gml:coord>
|
|
<gml:coord><gml:X>9.220978076442222</gml:X><gml:Y>3.220978076442222</gml:Y></gml:coord>
|
|
</gml:Box>
|
|
</gml:boundedBy>
|
|
|
|
<gml:featureMember>
|
|
<ogr:line_intersection fid="lines.0">
|
|
<ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>9.22097807644222,3.22097807644222</gml:coordinates></gml:Point></ogr:geometryProperty>
|
|
<ogr:fid_1>3</ogr:fid_1>
|
|
</ogr:line_intersection>
|
|
</gml:featureMember>
|
|
<gml:featureMember>
|
|
<ogr:line_intersection fid="lines.2">
|
|
<ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>3.0,2.8034726769992</gml:coordinates></gml:Point></ogr:geometryProperty>
|
|
<ogr:fid_1>3</ogr:fid_1>
|
|
</ogr:line_intersection>
|
|
</gml:featureMember>
|
|
<gml:featureMember>
|
|
<ogr:line_intersection fid="lines.3">
|
|
<ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>3.15579567779961,1.0</gml:coordinates></gml:Point></ogr:geometryProperty>
|
|
<ogr:fid_1>2</ogr:fid_1>
|
|
</ogr:line_intersection>
|
|
</gml:featureMember>
|
|
<gml:featureMember>
|
|
<ogr:line_intersection fid="lines.5">
|
|
<ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>8.77914984818717,-0.220850151812825</gml:coordinates></gml:Point></ogr:geometryProperty>
|
|
<ogr:fid_1>2</ogr:fid_1>
|
|
</ogr:line_intersection>
|
|
</gml:featureMember>
|
|
</ogr:FeatureCollection>
|