summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/custom_geometry_source_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-2/+2
| | | | As reported by clang-tidy-8.
* [core] Clear tile pyramid for custom source only if there is a significant ↵Alexander Shalamov2020-02-111-0/+4
| | | | | | | change Clear tile pyramid only if updated source has different tile options, zoom range or initialization state for a custom tile loader.
* [core] Make CustomGeometrySource::TileOptions immutableAlexander Shalamov2020-02-111-12/+5
|
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+40