summaryrefslogtreecommitdiff
path: root/test/style/tile_source.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-151-0/+37
A tile source can either specify a URL to TileJSON, or inline TileJSON.