| 2083 | } |
| 2084 | |
| 2085 | void FrontendRenderer::CorrectGlobalScalePoint(m2::PointD & pt) const |
| 2086 | { |
| 2087 | m_myPositionController->CorrectGlobalScalePoint(pt); |
| 2088 | } |
| 2089 | |
| 2090 | void FrontendRenderer::CorrectScalePoint(m2::PointD & pt1, m2::PointD & pt2) const |
| 2091 | { |