summaryrefslogtreecommitdiff
path: root/src/mbgl/util/mapbox.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+2
* [core] Set mapbox::DEFAULT_OFFLINE_TILE_COUNT_LIMIT to 6000John Firebaugh2016-03-111-1/+1
* [core] Replaced raw values with util::tileSizeBruno de Oliveira Abinader2016-03-031-1/+2
* [core] Set initial offline tile count limit to 768John Firebaugh2016-02-241-1/+1
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-0/+2
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-3/+9
* [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-101-57/+30
* Revert "Revert WebP support due to broken builds"Bruno de Oliveira Abinader2016-01-201-0/+6
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-191-6/+0
* [linux] Replace PNG with WebP on tile source URLBruno de Oliveira Abinader2016-01-191-0/+6
* [core] move raster tile URL normalization to source parsingKonstantin Käfer2016-01-131-5/+1
* [core] unify URL prefix detection (asset:// and mapbox://)Konstantin Käfer2016-01-081-1/+1
* [core] Ensure URL normalization is safe. Fixes #2695Tom MacWright2015-10-281-0/+19
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-281-0/+51
* Fixed missing labels and iconsLucas Wojciechowski2015-08-241-2/+11
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-26/+57
* Support new glyph URL syntaxLucas Wojciechowski2015-08-201-12/+8
* Add curly-braces to if-statementsjakepruitt2015-07-271-2/+5
* Adding special case for non-fontstack "glyph" resource URLsjakepruitt2015-07-271-1/+5
* fixes #892: support mapbox:// style URLsJustin R. Miller2015-03-301-4/+14
* Fix conditional in normalizeSourceURLJohn Firebaugh2015-03-061-2/+1
* Insert {ratio} before extension, not inside access tokenMinh Nguyễn2015-03-061-2/+2
* Only add {ratio} to raster tile URLsMinh Nguyễn2015-03-061-8/+12
* Replace regex usage with basic string manipulationMinh Nguyễn2015-03-061-3/+17
* Load 2× raster tiles on HiDPI screensMinh Nguyễn2015-03-061-0/+9
* make most headers privateKonstantin Käfer2014-12-041-0/+44