touchup error message if zoom_all() fails
This commit is contained in:
parent
5c799b2174
commit
e00702cd79
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ void Map::zoom_all()
|
|||
s << "could not zoom to combined layer extents "
|
||||
<< "using zoom_all because proj4 could not "
|
||||
<< "back project any layer extents into the map srs "
|
||||
<< "(set map 'maximum-extent' to override)";
|
||||
<< "(set map 'maximum-extent' to override layer extents)";
|
||||
throw std::runtime_error(s.str());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue