Fix return value (MAPNIK_WEBMERCATOR_PROJ is not geographic SRS)
This commit is contained in:
parent
59aa5087fc
commit
3a302667a1
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ boost::optional<bool> is_known_geographic(std::string const& srs)
|
|||
}
|
||||
else if (trimmed == MAPNIK_WEBMERCATOR_PROJ)
|
||||
{
|
||||
return boost::optional<bool>(true);
|
||||
return boost::optional<bool>(false);
|
||||
}
|
||||
return boost::optional<bool>();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue