MCPcopy Create free account
hub / github.com/comaps/comaps / AddWay

Method AddWay

generator/intermediate_data.hpp:328–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
331 void SaveIndex();

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected