summaryrefslogtreecommitdiff
path: root/src/mbgl/style/conversion/tileset.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed validation message for boundsJustyna Janczyszyn2018-08-221-2/+2
|
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-0/+1
|
* Fix TileJSON conversion to allow single point boundsAsheem Mamoowala2018-08-021-2/+2
|
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-301-21/+21
| | | | | * return {} → return nullopt * error = { "..." } → error.message = "..."
* fixed typo in error messageJustyna Janczyszyn2018-07-191-1/+1
|
* Clamp TileJSON.bounds latitudes to [-90, 90] (#11964)Asheem Mamoowala2018-05-211-8/+9
| | | Fixes #11963.
* Merge tag 'ios-v3.7.6' into masterJason Wray2018-03-141-0/+2
|\
| * Support TileJSON bounds property (#10701)Asheem Mamoowala2018-02-081-0/+104
| | | | | | | | * [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] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-0/+10
| | | | | | | | | | | | * add support for mapzen terrarium * Encoding --> DEMEncoding, avoid if statement when unpacking elevation values * add Terrarium test * update submodule * remove redundant checks
* TileJSON Bounds allows values inclusive of world extentsAsheem Mamoowala2018-02-121-1/+1
|
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-0/+31
| | | | | | | | * [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.
* Replace compile-time polymorphism with runtime polymorphism in the ↵John Firebaugh2017-10-231-0/+73
conversion system