forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
2b6d14476d
commit
a5cb15e654
1 changed files with 1 additions and 7 deletions
|
@ -27,14 +27,8 @@ public:
|
|||
string key(tag.key), value(tag.value);
|
||||
if (key == "population")
|
||||
{
|
||||
try
|
||||
{
|
||||
strings::to_uint64(value, population);
|
||||
}
|
||||
catch (std::invalid_argument const &)
|
||||
{
|
||||
if (!strings::to_uint64(value, population))
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else if (key == "capital" && value == "yes")
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue