summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/geojson_source_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-6/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-121-72/+15
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-33/+2
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-44/+45
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-4/+6
* Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-3/+5
* [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-201-1/+1
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-161-10/+11
|\
| * [core] Avoid clustering unclusterable GeoJSONMinh Nguyễn2017-01-081-9/+10
| * [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-201-1/+1
* | [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
|/
* [core] geojson source - cancel any pending request when setting geojson expli...Ivo van Dongen2016-10-251-3/+10
* [core] geojson source - clear cache when json content is setIvo van Dongen2016-10-251-0/+2
* [core] geojson source - reset req on setURLIvo van Dongen2016-10-251-2/+2
* [core] reload geojson source on url changeIvo van Dongen2016-10-201-0/+7
* [core] - mutable geojson sources. make tiles protected for geojson_source_imp...Tobrun2016-09-201-14/+21
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-1/+1
* [core] Simplify GeoJSONTile constructorJohn Firebaugh2016-08-261-2/+8
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-261-14/+12
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-28/+57
* [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-121-1/+1
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-2/+7
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-41/+32
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-0/+117