Skip to content
Snippets Groups Projects
Commit 8050e145 authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Adding a test for input dataset with two layers and two different srs

parent 9b3bc6f6
No related branches found
No related tags found
No related merge requests found
......@@ -59,3 +59,15 @@ OTB_TEST_APPLICATION(NAME apTvRsRasterizationPolygons
VALID --compare-image ${NOTOL}
${BASELINE}/apTvRsRasterizationPolygons.tif
${TEMP}/apTvRsRasterizationPolygons.tif)
OTB_TEST_APPLICATION(NAME apTvRsRasterizationPolygons2LayersWith2SRS
APP Rasterization
OPTIONS -in ${INPUTDATA}/ToulouseRoad-examples_2layers_2srs.sqlite
-spx 1.
-spy -1.
-out ${TEMP}/apTvRsRasterizationPolygons2LayersWith2SRS.tif uint8
-background 255
-mode.binary.foreground 0
VALID --compare-image ${NOTOL}
${BASELINE}/apTvRsRasterizationPolygons2LayersWith2SRS.tif
${TEMP}/apTvRsRasterizationPolygons2LayersWith2SRS.tif)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment