Skip to content

Commit 291c039

Browse files
committed
Shapefile instead of GML for travis
1 parent 9c0a9ca commit 291c039

16 files changed

+36
-191
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UTF-8
132 Bytes
Binary file not shown.

python/plugins/processing/tests/testdata/custom/points_over.gml

Lines changed: 0 additions & 56 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
268 Bytes
Binary file not shown.
148 Bytes
Binary file not shown.

python/plugins/processing/tests/testdata/custom/points_over.xsd

Lines changed: 0 additions & 30 deletions
This file was deleted.
Binary file not shown.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<SAGA_METADATA>
3+
<HISTORY saga-version="2.3.1">
4+
<MODULE library="shapes_grid" id="0" name="Add Grid Values to Points">
5+
<OPTION type="choice" id="RESAMPLING" name="Resampling" index="0">Nearest Neighbour</OPTION>
6+
<INPUT type="shapes" id="SHAPES" name="Points">
7+
<FILE>/home/matteo/lavori/QGIS/QGIS/python/plugins/processing/tests/testdata/custom/points_over.shp</FILE>
8+
</INPUT>
9+
<INPUT_LIST type="grid_list" id="GRIDS" name="Grids">
10+
<dem type="grid_list" id="GRIDS" name="Grids">
11+
<FILE>/tmp/processing_191a0ba083ee4f3cbe76ebdd4f2d1dd4/5a739aab49674ad783246ab18eadd71f/dem.sgrd</FILE>
12+
</dem>
13+
</INPUT_LIST>
14+
<OUTPUT type="shapes" id="RESULT" name="Result">points_over</OUTPUT>
15+
</MODULE>
16+
</HISTORY>
17+
<SOURCE>
18+
<FILE></FILE>
19+
<DATABASE>
20+
<FIELDS>
21+
<FIELD TYPE="LONGINT">id</FIELD>
22+
<FIELD TYPE="DOUBLE">dem</FIELD>
23+
</FIELDS>
24+
</DATABASE>
25+
<PROJECTION></PROJECTION>
26+
</SOURCE>
27+
<DESCRIPTION></DESCRIPTION>
28+
</SAGA_METADATA>

0 commit comments

Comments
 (0)