mirror of
https://github.com/mapnik/mapnik.git
synced 2026-01-14 02:59:33 +00:00
pre-commit run --show-diff-on-failure --color=always --all-files [skip ci]
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user