pre-commit run --show-diff-on-failure --color=always --all-files [skip ci]

This commit is contained in:
Artem Pavlenko
2025-09-18 10:35:13 +01:00
parent 2ad5f454e5
commit f15aee09c6

View File

@ -40,7 +40,6 @@ extern std::string const MAPNIK_WEBMERCATOR_PROJ = MAPNIK_WEBMERCATOR_PROJ_STR;
static char const* well_known_srs_strings[] = {MAPNIK_GEOGRAPHIC_PROJ.c_str(), MAPNIK_WEBMERCATOR_PROJ.c_str(), ""};
std::optional<well_known_srs_e> is_well_known_srs(std::string const& srs)
{
if (boost::iequals(srs, MAPNIK_GEOGRAPHIC_PROJ))