summaryrefslogtreecommitdiff
path: root/src/mbgl/style/custom_tile_loader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-2/+9
| | | | | | | | * [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.
* [core] Use wrapped bounds check for CustomTileLoaderAsheem Mamoowala2017-12-071-1/+1
|
* [core] Mark custom geometry tiles stale without clearing dataAsheem Mamoowala2017-12-061-9/+11
|
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-8/+1
|
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+114