#include "tile_id.h"
#include <boost/algorithm/string/replace.hpp>
#include <boost/functional/hash/hash.hpp>
Go to the source code of this file.
Functions | |
std::string | tileURL (TileId const &tile_id) |
std::string tileURL | ( | TileId const & | tile_id | ) |
Generate the URL to download a tile from
Definition at line 35 of file tile_id.cpp.