Skip to content
Snippets Groups Projects
Commit 22470374 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: remove dependency of TestMain from ImageMetadata

parent 30ff8da8
No related branches found
No related tags found
No related merge requests found
......@@ -668,11 +668,11 @@ bool isHexaPointerAddress(std::string str)
return result;
}
std::string VectorToString(otb::ImageMetadata::VectorType vector)
std::string VectorToString(otb::MetaDataKey::VectorType vector)
{
otb::StringStream oss;
oss.str("");
otb::ImageMetadata::VectorType::iterator it = vector.begin();
otb::MetaDataKey::VectorType::iterator it = vector.begin();
oss<<"[";
while (it!=vector.end())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment