| 14 | using namespace osrm::extractor; |
| 15 | |
| 16 | int normalize(double coord) { return static_cast<int>(coord * COORDINATE_PRECISION); } |
| 17 | |
| 18 | #define CHECK_QUERY(source_id, lon, lat, expected) \ |
| 19 | BOOST_CHECK_EQUAL(sources.GetRasterDataFromSource(source_id, lon, lat).datum, expected) |
no outgoing calls
no test coverage detected