Skip to content
Snippets Groups Projects
Commit 91e39a51 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Forgotten steps in addition of new keys

parent f74a5161
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
#include "otbMetaDataKey.h"
#include "gdal.h"
#define NBKEYS 21
#define NBKEYS 23
namespace otb
{
......@@ -84,7 +84,9 @@ const MetaDataKey::KeyTypeDef Types[] =
MetaDataKey::KeyTypeDef(MetaDataKey::VectorDataKeywordlistKey, MetaDataKey::TVECTORDATAKEYWORDLIST),
MetaDataKey::KeyTypeDef(MetaDataKey::VectorDataKeywordlistDelimiterKey, MetaDataKey::TSTRING),
MetaDataKey::KeyTypeDef(MetaDataKey::ResolutionFactor, MetaDataKey::TENTIER),
MetaDataKey::KeyTypeDef(MetaDataKey::CacheSizeInBytes, MetaDataKey::TENTIER)
MetaDataKey::KeyTypeDef(MetaDataKey::CacheSizeInBytes, MetaDataKey::TENTIER),
MetaDataKey::KeyTypeDef(MetaDataKey::TileHintX, MetaDataKey::TENTIER),
MetaDataKey::KeyTypeDef(MetaDataKey::TileHintY, MetaDataKey::TENTIER)
};
MetaDataKey::KeyType MetaDataKey::GetKeyType(const std::string& name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment