WayNodeList& add(osm_object_id_t ref) { m_list.push_back(WayNode(ref)); return *this; }
void add_way_node(const object_id_type ref, const Location location=Location()) { add_way_node(WayNode(ref, location)); }