Example #1
0
 void update(const osmium::Box& box) {
     update(box.bottom_left());
     update(box.top_right());
 }