Exemplo n.º 1
0
 void node(const osmium::Node& node) {
     hash.Update(node.data(), node.byte_size());
     bounds.extend(node.location());
     ++nodes;
 }