forked from organicmaps/organicmaps
Return true if successfully parsed Big Api
This commit is contained in:
parent
a717869a78
commit
4210eae75c
1 changed files with 1 additions and 0 deletions
|
@ -1459,6 +1459,7 @@ bool Framework::SetViewportByURL(string const & url, url_api::Request & request)
|
|||
m2::RectD view(MercatorBounds::LonToX(z.minX()), MercatorBounds::LatToY(z.minY()),
|
||||
MercatorBounds::LonToX(z.maxX()), MercatorBounds::LatToY(z.maxY()));
|
||||
ShowRectExVisibleScale(view);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue