summaryrefslogtreecommitdiff
path: root/include/mbgl/style/sources/geojson_source.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
* [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-111-0/+3
* 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-181-0/+2
* [core, ios, macos] SDK objects should hold weak pointers to the core style ob...Mikhail Pozdnyakov2019-09-091-1/+6
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-161-2/+11
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-0/+1
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+2
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-281-0/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-121-4/+12
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-18/+1
* [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-201-1/+1
* [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-181-0/+5
* 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-161-0/+27