\a x \a y are in mercator projection coordinates. @see IntermediateDataReaderInterface::GetNode.
| 325 | |
| 326 | /// \a x \a y are in mercator projection coordinates. @see IntermediateDataReaderInterface::GetNode. |
| 327 | void AddNode(Key id, double y, double x) { m_nodes.AddPoint(id, y, x); } |
| 328 | void AddWay(Key id, WayElement const & e) { m_ways.Write(id, e); } |
| 329 | |
| 330 | void AddRelation(Key id, RelationElement const & e); |
no test coverage detected