Return true if successfully parsed Big Api

This commit is contained in:
Kirill Zhdanovich 2013-05-28 15:50:22 +03:00 committed by Alex Zolotarev
parent a717869a78
commit 4210eae75c

View file

@ -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;