Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Lozac'h Loic
otbtf
Commits
4267592c
Commit
4267592c
authored
Apr 24, 2019
by
Cresson Remi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: 64bits int type supported as class field value
parent
1bfb4780
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/otbDensePolygonClassStatistics.cxx
app/otbDensePolygonClassStatistics.cxx
+1
-1
No files found.
app/otbDensePolygonClassStatistics.cxx
View file @
4267592c
...
...
@@ -139,7 +139,7 @@ private:
OGRFieldType
fieldType
=
feature
.
ogr
().
GetFieldDefnRef
(
iField
)
->
GetType
();
if
(
fieldType
==
OFTString
||
fieldType
==
OFTInteger
)
if
(
fieldType
==
OFTString
||
fieldType
==
OFTInteger
||
fieldType
==
OFTInteger64
)
{
std
::
string
tmpKey
=
"field."
+
key
.
substr
(
0
,
end
-
key
.
begin
());
AddChoice
(
tmpKey
,
item
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment