summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources
Commit message (Expand)AuthorAgeFilesLines
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-192-2/+3
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-2/+2
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-013-21/+16
* [core] Render Image SourceAsheem Mamoowala2017-06-013-3/+3
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-011-1/+1
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-013-0/+158
* [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-126-19/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-129-119/+278
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-33/+2
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-027-68/+65
* [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-212-4/+6
* [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-202-2/+3
* [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-165-14/+35
|\
| * [core] Avoid clustering unclusterable GeoJSONMinh Nguyễn2017-01-081-9/+10
| * [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-205-5/+25
* | [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-252-3/+12
* [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-202-14/+23
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-052-2/+2
* [core] Simplify GeoJSONTile constructorJohn Firebaugh2016-08-261-2/+8
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-263-20/+18
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-273-41/+75
* [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-247-88/+49
* [core] Runtime source API: part 2John Firebaugh2016-06-163-0/+32
* [core] Runtime source API: private implsJohn Firebaugh2016-06-167-59/+67
* [core] Use variant<std::string, GeoJSON> in GeoJSON sourceJohn Firebaugh2016-06-152-36/+31
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-154-17/+42
* [tidy/linux] modernize-pass-by-valueBruno de Oliveira Abinader2016-06-141-1/+1
* [core] Add virtual Source::getTileSize()John Firebaugh2016-06-142-1/+2
* [core] Push Source::url down to subclassesJohn Firebaugh2016-06-142-1/+5
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-142-9/+2
* [core] Add virtual Source::getZoomRange()John Firebaugh2016-06-142-1/+5
* [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-142-3/+55
* [core] Push Source::req down into subclassesJohn Firebaugh2016-06-142-0/+7
* [core] Push Source::geojsonvt down to GeoJSONSourceJohn Firebaugh2016-06-142-2/+10
* [core] Virtualize Source::loadJohn Firebaugh2016-06-142-0/+52
* [core] Introduce shared base class for VectorSource and RasterSourceJohn Firebaugh2016-06-144-6/+6
* [core] Virtualize Source::createTileJohn Firebaugh2016-06-146-0/+27
* [core] Vector source tileSize is constantJohn Firebaugh2016-06-142-3/+1
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-145-11/+10
* [core] Introduce source subclassesJohn Firebaugh2016-06-146-0/+99