[core] Small viewrect bag fix.

This commit is contained in:
Dmitry Kunin 2013-05-30 14:28:50 +03:00 committed by Alex Zolotarev
parent dfe7ae1a81
commit 0912f38526

View file

@ -100,7 +100,7 @@ void ParsedMapApi::AddKeyValue(string const & key, string const & value)
m_points.back().m_lat = lat;
m_points.back().m_lon = lon;
m_showRect = m2::Add(m_showRect, m2::PointD(lat, lon));
m_showRect = m2::Add(m_showRect, m2::PointD(lon, lat));
}
else if (key == "n")
{