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
95234bce
Commit
95234bce
authored
Feb 27, 2019
by
Cresson Remi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop'
parents
54697a34
9dfd7ce3
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 @
95234bce
...
@@ -139,7 +139,7 @@ private:
...
@@ -139,7 +139,7 @@ private:
OGRFieldType
fieldType
=
feature
.
ogr
().
GetFieldDefnRef
(
iField
)
->
GetType
();
OGRFieldType
fieldType
=
feature
.
ogr
().
GetFieldDefnRef
(
iField
)
->
GetType
();
if
(
fieldType
==
OFTString
||
fieldType
==
OFTInteger
||
ogr
::
version_proxy
::
IsOFTInteger64
(
fieldType
)
)
if
(
fieldType
==
OFTString
||
fieldType
==
OFTInteger
)
{
{
std
::
string
tmpKey
=
"field."
+
key
.
substr
(
0
,
end
-
key
.
begin
());
std
::
string
tmpKey
=
"field."
+
key
.
substr
(
0
,
end
-
key
.
begin
());
AddChoice
(
tmpKey
,
item
);
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