summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-172-2/+2
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-239-12/+12
* [core] Clear tile pyramid for custom source only if there is a significant ch...Alexander Shalamov2020-02-113-4/+8
* [core] Make CustomGeometrySource::TileOptions immutableAlexander Shalamov2020-02-112-14/+7
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-115-1/+21
* GeoJSONSource is re-using the existing schedulerMikhail Pozdnyakov2020-01-242-13/+29
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-134-0/+4
* [core] Fix GeoJSONVTData ownership and life cycleMikhail Pozdnyakov2020-01-091-11/+6
* [core] Fix -Wshadow when using GCC 4.9Thiago Marcos P. Santos2019-12-121-3/+3
* [core] Retain thread pool in GeoJSONSourceMikhail Pozdnyakov2019-11-291-2/+2
* [core] GeoJSONVTData uses Scheduler::GetSequenced()Mikhail Pozdnyakov2019-11-291-14/+19
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-25/+18
* [core] Fix supercluster lambdas capturingMikhail Pozdnyakov2019-11-291-7/+7
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-293-23/+27
* [core] Parse GeoJSONSource description in backgroundMikhail Pozdnyakov2019-11-051-12/+24
* [android] Convert GeoJSON features to tiles in backgroundMikhail Pozdnyakov2019-10-311-0/+4
* [core] Introduce and apply GeoJSONData::create() APIMikhail Pozdnyakov2019-10-313-40/+33
* Add iOS bindings for cluster properties (#15515)Jordan Kiley2019-10-111-0/+1
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-253-11/+5
* [core] Use LayerInfo::tileKind in sourcesMikhail Pozdnyakov2019-09-186-12/+12
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-186-24/+61
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-171-4/+11
* Always call onSourceLoaded observers (#15548)Konstantin Käfer2019-09-033-0/+4
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-163-21/+52
* [core] Avoid unneeded tile sets copying at sources codeMikhail Pozdnyakov2019-07-226-18/+7
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-3/+1
* [core] Keep shared_ptr to thread pool in CustomGeometrySourceAlexander Shalamov2019-05-031-1/+2
* [core] clang-tidy fixesKonstantin Käfer2019-04-052-2/+2
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-3/+0
* [core] Share GeoJSONData pointer as weak_ptr instead of raw ptrAlexander Shalamov2018-12-122-7/+7
* [core] Expose getChildren, getLeaves, getClusterExpansionZoom on Supercluster...Alexander Shalamov2018-12-122-0/+35
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-132-7/+7
* [node] capture invalid input data as `ParseError` objectsKonstantin Käfer2018-08-272-2/+4
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-0/+1
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-3/+3
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-234-5/+24
* [core] Mark custom geometry tiles stale without clearing dataAsheem Mamoowala2017-12-061-1/+1
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-7/+7
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-223-0/+114
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-1/+1
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-281-1/+1
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-2/+5
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-173-9/+8
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-172-7/+7
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-192-2/+3
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-2/+2
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-013-21/+16
* [core] Render Image SourceAsheem Mamoowala2017-06-013-3/+3
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-1/+1