summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/layers/render_location_indicator_layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix rest of 'brace initialization' errorsAlexander Shalamov2020-04-301-1/+1
* Add missing cast for unsigned long to int conversionGali Nelle2020-04-201-2/+2
* Introduce a mean to add render features in layers with no sourcesGali Nelle2020-04-171-3/+37
* Use unique_ptr for RenderLocationIndicatorImplGali Nelle2020-04-171-1/+1
* Fix LocationIndicator not updating image sizes when image manager content cha...Gali Nelle2020-04-161-19/+27
* Fix LocationIndicator LayerGali Nelle2020-04-101-30/+44
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-2/+1
* Add LocationIndicatorLayerGali Nelle2020-04-081-0/+786