summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/geojson_source_impl.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Make destructor virtual to avoid object splicing during destructionKonstantin Käfer2017-05-181-0/+1
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-1/+0
* [core] Immutable ImplsJohn Firebaugh2017-05-121-11/+4
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-11/+10
* Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-1/+1
* [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-201-1/+2
* [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-201-1/+1
* [core] geojson source - cancel any pending request when setting geojson expli...Ivo van Dongen2016-10-251-0/+2
* [core] - mutable geojson sources. make tiles protected for geojson_source_imp...Tobrun2016-09-201-0/+2
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-1/+1
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-261-5/+5
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-8/+8
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-14/+4
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-0/+50