Commit 95234bce authored by Cresson Remi's avatar Cresson Remi
Browse files

Merge branch 'develop'

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment