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
f92ffa98
Commit
f92ffa98
authored
13 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
OSSIM: patch for matis issue #351 - EPSG 3857 support
parent
daf4056b
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
Utilities/otbossim/src/ossim/base/ossimDatumFactory.inc
+2
-1
2 additions, 1 deletion
Utilities/otbossim/src/ossim/base/ossimDatumFactory.inc
with
2 additions
and
1 deletion
Utilities/otbossim/src/ossim/base/ossimDatumFactory.inc
+
2
−
1
View file @
f92ffa98
...
...
@@ -46,7 +46,7 @@ public:
};
#define NUMBER_OF_SEVEN_PARAM_DATUMS 2
#define NUMBER_OF_THREE_PARAM_DATUMS 22
6
#define NUMBER_OF_THREE_PARAM_DATUMS 22
9
static
ossimThreeParamDatumType
threeParamDatum
[]
=
{
{
"ADI-A"
,
"ADINDAN, Ethiopia"
,
"CD"
,
3
,
3
,
3
,
26
,
50
,
-
3
,
25
,
-
165
,
-
11
,
206
},
...
...
@@ -276,6 +276,7 @@ static ossimThreeParamDatumType threeParamDatum[] = {
{
"WGE"
,
"World Geodetic System 1984"
,
"WE"
,
0
,
0
,
0
,
-
180.0
,
180.0
,
-
90
,
90
,
0
,
0
,
0
},
{
"YAC"
,
"YACARE, Uruguay"
,
"IN"
,
-
1
,
-
1
,
-
1
,
-
65
,
-
47
,
-
40
,
-
25
,
-
155
,
171
,
37
},
{
"ZAN"
,
"ZANDERIJ, Suriname"
,
"IN"
,
5
,
5
,
8
,
-
76
,
-
47
,
-
10
,
20
,
-
265
,
120
,
-
358
},
{
"WE-EPSG-3857"
,
"Popular Visualisation"
,
"PV"
,
0
,
0
,
0
,
-
180.0
,
180.0
,
-
85
,
85
,
0
,
0
,
0
},
{
"6055"
,
"Popular Visualisation"
,
"7059"
,
0
,
0
,
0
,
-
180.0
,
180.0
,
-
85
,
85
,
0
,
0
,
0
},
{
""
,
""
,
""
,
0
,
0
,
0
,
0.0
,
0.0
,
0.0
,
0.0
,
0
,
0
,
0
}
};
...
...
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