summaryrefslogtreecommitdiff
path: root/test/style/conversion/tileset.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-0/+72
* [core] Parse TileJSON bounds property * [core] Add TileRange and LatLngBounds::contains(CanonicalTileID) Move LatLngBounds::contains impl to cpp file * [core] Skip tile creation outside of tileset bounds * [core] Fix TileRange for wrapped bounds and use for CustomTileLoader instead of LatLngBounds comparisons for tiles.