summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/geojson_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-111-0/+4
* GeoJSONSource is re-using the existing schedulerMikhail Pozdnyakov2020-01-241-2/+14
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-0/+1
* [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][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-291-3/+9
* [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-311-9/+11
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-3/+2
* [core] Use LayerInfo::tileKind in sourcesMikhail Pozdnyakov2019-09-181-3/+2
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-181-4/+11
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-161-1/+1
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-191-0/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-121-7/+62
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-1/+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/+1
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-5/+10
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-0/+13
* [core] Runtime source API: part 2John Firebaugh2016-06-161-0/+8
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-113/+0
* [core] Use variant<std::string, GeoJSON> in GeoJSON sourceJohn Firebaugh2016-06-151-26/+17
* [tidy/linux] modernize-pass-by-valueBruno de Oliveira Abinader2016-06-141-1/+1
* [core] Add virtual Source::getTileSize()John Firebaugh2016-06-141-1/+1
* [core] Push Source::url down to subclassesJohn Firebaugh2016-06-141-1/+2
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-141-8/+2
* [core] Add virtual Source::getZoomRange()John Firebaugh2016-06-141-1/+4
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-2/+2
* [core] Move GeoJSON-specific parsing into geojson_source.cppJohn Firebaugh2016-06-141-2/+50
* [core] Push Source::req down into subclassesJohn Firebaugh2016-06-141-0/+2
* [core] Push Source::geojsonvt down to GeoJSONSourceJohn Firebaugh2016-06-141-2/+2
* [core] Virtualize Source::loadJohn Firebaugh2016-06-141-0/+50
* [core] Virtualize Source::createTileJohn Firebaugh2016-06-141-0/+6
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-141-1/+4
* [core] Introduce source subclassesJohn Firebaugh2016-06-141-0/+15