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

Method AddNode

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

\a x \a y are in mercator projection coordinates. @see IntermediateDataReaderInterface::GetNode.

Source from the content-addressed store, hash-verified

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);

Callers 1

AddElementToCacheFunction · 0.45

Calls 1

AddPointMethod · 0.45

Tested by

no test coverage detected