-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
python/plugins/processing/tests/testdata/expected/mesh_surface_to_polygon.gml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<ogr:FeatureCollection | ||
gml:id="aFeatureCollection" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://ogr.maptools.org/ a.xsd" | ||
xmlns:ogr="http://ogr.maptools.org/" | ||
xmlns:gml="http://www.opengis.net/gml/3.2"> | ||
<gml:boundedBy><gml:Envelope><gml:lowerCorner>1000 2000</gml:lowerCorner><gml:upperCorner>3000 3000</gml:upperCorner></gml:Envelope></gml:boundedBy> | ||
|
||
<ogr:featureMember> | ||
<ogr:a gml:id="a.0"> | ||
<gml:boundedBy><gml:Envelope><gml:lowerCorner>1000 2000</gml:lowerCorner><gml:upperCorner>3000 3000</gml:upperCorner></gml:Envelope></gml:boundedBy> | ||
<ogr:geometryProperty><gml:MultiSurface gml:id="a.geom.0"><gml:surfaceMember><gml:Polygon gml:id="a.geom.0.0"><gml:exterior><gml:LinearRing><gml:posList>1000 2000 2000 2000 3000 2000 2000 3000 1000 3000 1000 2000</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon></gml:surfaceMember></gml:MultiSurface></ogr:geometryProperty> | ||
</ogr:a> | ||
</ogr:featureMember> | ||
</ogr:FeatureCollection> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/tests/testdata/quad_and_triangle.2dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
MESH2D 1000.000 2000.000 0.000000 200 300 1.000 1.000 | ||
ND 1 1000.000 2000.000 20.000 | ||
ND 2 2000.000 2000.000 30.000 | ||
ND 3 3000.000 2000.000 40.000 | ||
ND 4 2000.000 3000.000 50.000 | ||
ND 5 1000.000 3000.000 10.000 | ||
E4Q 1 1 2 4 5 1 | ||
E3T 2 2 3 4 1 |