Add merge vector layer test for gpkg

This commit is contained in:
Matthias Kuhn 2018-10-25 15:34:32 +02:00
parent 2a973fc0b6
commit 19276e2b03
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7
3 changed files with 17 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6232,5 +6232,22 @@ tests:
name: expected/interpolate_point_polys.gml
type: vector
- algorithm: native:mergevectorlayersconflictingfid
name: Merge vector layers with conflicting feature ids
params:
LAYERS:
params:
- name: custom/pol.gpkg|layername=pol1
type: vector
- name: custom/pol.gpkg|layername=pol2
type: vector
- name: custom/pol.gpkg|layername=pol3
type: vector
type: multi
results:
OUTPUT:
name: ogr:dbname='expected/merged_pol.gpkg' table="output" (geom) sql=
uri: expected/merged_pol.gpkg|layername=output
type: vector
# See ../README.md for a description of the file format