| 112 | } |
| 113 | |
| 114 | void CentersTableBuilder::Put(uint32_t featureId, m2::PointD const & center) |
| 115 | { |
| 116 | m_builder.Put(featureId, PointDToPointU(center, m_codingParams.GetCoordBits(), m_limitRect)); |
| 117 | } |
| 118 | |
| 119 | // Each center is encoded as delta from some prediction. |
| 120 | // For the first center in the block map base point is used as a prediction, for all other |
no test coverage detected