8 #ifndef FACEBOOK_OCEAN_TEST_TESTIO_TESTMAPS_TEST_BASEMAP_H
9 #define FACEBOOK_OCEAN_TEST_TESTIO_TESTMAPS_TEST_BASEMAP_H
40 static bool test(
const double testDuration);
62 static bool httpRequest(
const std::string& url, std::vector<uint8_t>& response);
This class holds the tile indics in latitude and longitude direction.
Definition: Basemap.h:624
This class implements a test for the Basemap class.
Definition: TestBasemap.h:32
static bool testMissingFeatures()
Tests whether the impoter does not read all features.
static bool testTileFromPBFData()
Tests the newTileFromPBFData functions.
static bool test(const double testDuration)
Tests all functions of the Basemap class.
static bool httpRequest(const std::string &url, std::vector< uint8_t > &response)
Applies an HTTP get request.
static bool getTileUrl(unsigned int level, const IO::Maps::Basemap::TileIndexPair &tileIndexPair, std::string &url)
Gets the url for a specific tile.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15