summaryrefslogtreecommitdiff
path: root/include/mbgl/style/sources
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix google-default-arguments errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-172-5/+3
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-232-2/+2
* [core] Change GeoJSONOptions.clusterProperties to std::mapAlexander Shalamov2020-03-051-2/+2
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-115-0/+17
* GeoJSONSource is re-using the existing schedulerMikhail Pozdnyakov2020-01-241-1/+4
* [core] Retain thread pool in GeoJSONSourceMikhail Pozdnyakov2019-11-291-1/+2
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-5/+7
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-291-2/+5
* [android] Convert GeoJSON features to tiles in backgroundMikhail Pozdnyakov2019-10-311-0/+1
* [core] Introduce and apply GeoJSONData::create() APIMikhail Pozdnyakov2019-10-311-0/+16
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-186-1/+10
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-171-1/+4
* [core, ios, macos] SDK objects should hold weak pointers to the core style ob...Mikhail Pozdnyakov2019-09-095-4/+28
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-161-2/+11
* [core] Keep shared_ptr to thread pool in CustomGeometrySourceAlexander Shalamov2019-05-031-0/+2
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-0/+1
* Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-071-0/+2
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-232-2/+27
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-3/+3
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-222-0/+58
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-281-0/+1
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-6/+6
* [core] Render Image SourceAsheem Mamoowala2017-06-011-1/+1
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-011-0/+41
* [core] Immutable ImplsJohn Firebaugh2017-05-123-11/+39
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-18/+1
* [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-203-1/+7
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-261-1/+2
* [core] added template instances for Source.is<>().Ivo van Dongen2016-08-183-0/+15
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-2/+33
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-9/+5
* [core] Runtime source API: private implsJohn Firebaugh2016-06-163-0/+67