mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Add null geometry to processing test line dataset
This commit is contained in:
parent
dc2f1523cd
commit
193fedf6c1
@ -10,7 +10,7 @@
|
||||
<gml:coord><gml:X>11</gml:X><gml:Y>5</gml:Y></gml:coord>
|
||||
</gml:Box>
|
||||
</gml:boundedBy>
|
||||
|
||||
|
||||
<gml:featureMember>
|
||||
<ogr:lines fid="lines.0">
|
||||
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>6,2 9,2 9,3 11,5</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
||||
@ -41,4 +41,8 @@
|
||||
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>6,-3 10,1</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
||||
</ogr:lines>
|
||||
</gml:featureMember>
|
||||
<gml:featureMember>
|
||||
<ogr:lines fid="lines.6">
|
||||
</ogr:lines>
|
||||
</gml:featureMember>
|
||||
</ogr:FeatureCollection>
|
||||
|
Loading…
x
Reference in New Issue
Block a user