summaryrefslogtreecommitdiff
path: root/src/mbgl/map/source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-522/+0
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-1/+1
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-55/+53
* [core] Refactor tileCoverJohn Firebaugh2016-02-101-52/+21
* [core] draw clipping masks from ClipIDGenerator rather than SourcesKonstantin Käfer2016-02-101-8/+0
* [core] Normalize only raster source tile URLsJohn Firebaugh2016-02-011-1/+1
* [core] Refactor TileJSON parsing for offlineJohn Firebaugh2016-02-011-20/+19
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-1/+1
* [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, zJohn Firebaugh2016-01-291-5/+6
* [core] Camel-case member namesJohn Firebaugh2016-01-291-7/+7
* [core] trigger repaint after placement is redoneAnsis Brammanis2016-01-221-18/+17
* [core] tileSize is a source property, not a TileJSON propertyJohn Firebaugh2016-01-151-1/+3
* [core] don't store error stateKonstantin Käfer2016-01-151-5/+15
* [core] don't mark tiles with failed requests as obsoleteKonstantin Käfer2016-01-151-1/+1
* [core] use stale and refreshing TileJSON/GeoJSON dataKonstantin Käfer2016-01-151-5/+34
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-131-118/+39
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-131-3/+3
* [core] rename "id" to "tileID" to avoid naming conflictsKonstantin Käfer2016-01-131-39/+37
* [core] move invariant SourceType from SourceInfo to SourceKonstantin Käfer2016-01-131-15/+14
* [core] move raster tile URL normalization to source parsingKonstantin Käfer2016-01-131-0/+8
* [core] remove SourceInfo dependency from *TileDataKonstantin Käfer2016-01-131-3/+3
* [core] always add labels to buffers in MapMode::StillMike Morris2016-01-061-0/+1
* [core] Always return valid source zoom levelMinh Nguyễn2015-12-241-7/+2
* [core] Remove RapidJSON and GeoJSONVT dependencies from SourceInfoJohn Firebaugh2015-12-231-3/+106
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-46/+14
* [core] Load sources only if there is at least one visible layerBruno de Oliveira Abinader2015-12-171-3/+5
* [core] Avoid loading source if a source request is currently ongoingBruno de Oliveira Abinader2015-12-171-0/+2
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-1/+1
* [test] update test suite to include more comprehensive GeoJSON testsKonstantin Käfer2015-12-111-1/+7
* [core] create GeoJSON tiles from inline GeoJSON in sourcesKonstantin Käfer2015-12-111-0/+3
* [core] parse GeoJSON source typeKonstantin Käfer2015-12-111-14/+15
* [core] move SourceInfo to its own fileKonstantin Käfer2015-12-111-87/+0
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Introduce StyleUpdateParametersJohn Firebaugh2015-12-011-28/+21
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-011-7/+9
* [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-271-2/+2
* [core] Source should receive a ref to MapData just onceBruno de Oliveira Abinader2015-11-271-24/+22
* [core] Added modified, expires information to TileDataBruno de Oliveira Abinader2015-11-271-1/+5
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-1/+1
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-2/+1
* Revert "[core] only update the render order array when there are changes to t...Konstantin Käfer2015-11-091-7/+2
* [core] only update the render order array when there are changes to tilesKonstantin Käfer2015-11-051-2/+7
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-2/+2
* [core] Monitor annotation tiles, rather than completely invalidating themJohn Firebaugh2015-10-301-7/+0
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-291-11/+19
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+9
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-261-5/+5
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-5/+7
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-1/+1
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+4