summaryrefslogtreecommitdiff
path: root/test/style/tile_source.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-37/+0
|
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-5/+5
|
* [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.