#ifndef COMMON_HPP #define COMMON_HPP #include #include #include #include #include #include #include using index_neg_type = osmium::index::map::Dummy; using index_pos_type = osmium::index::map::SparseMemArray; using location_handler_type = osmium::handler::NodeLocationsForWays; #include "check_basics_handler.hpp" #include "check_wkt_handler.hpp" #include "testdata-testcases.hpp" #endif // COMMON_HPP