summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/raster_source.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Always call onSourceLoaded observers (#15548)Konstantin Käfer2019-09-031-0/+1
| | | | | | | | * [core] add sources to source collection before triggering load * [test] add testcase for #15514 * [core] also call onSourceLoaded observers when no network request was necessary
* [core] Avoid unneeded tile sets copying at sources codeMikhail Pozdnyakov2019-07-221-1/+1
|
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
|
* [node] capture invalid input data as `ParseError` objectsKonstantin Käfer2018-08-271-1/+2
| | | | This allows us to distinguish them from other types of errors
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-2/+2
|
* [core] Immutable ImplsJohn Firebaugh2017-05-121-7/+67
|
* [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-201-1/+11
|
* [core] Runtime source API: part 2John Firebaugh2016-06-161-0/+12
|
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-40/+0
|
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-151-5/+25
| | | | A tile source can either specify a URL to TileJSON, or inline TileJSON.
* [core] Introduce shared base class for VectorSource and RasterSourceJohn Firebaugh2016-06-141-1/+1
|
* [core] Virtualize Source::createTileJohn Firebaugh2016-06-141-0/+6
|
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-141-3/+2
|
* [core] Introduce source subclassesJohn Firebaugh2016-06-141-0/+15