Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
8050e145
Commit
8050e145
authored
12 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
TEST: Adding a test for input dataset with two layers and two different srs
parent
9b3bc6f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Testing/Applications/Rasterization/CMakeLists.txt
+12
-0
12 additions, 0 deletions
Testing/Applications/Rasterization/CMakeLists.txt
with
12 additions
and
0 deletions
Testing/Applications/Rasterization/CMakeLists.txt
+
12
−
0
View file @
8050e145
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment