Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Add requiredTileCount to OfflineRegionStatus | Bruno de Oliveira Abinader | 2019-08-29 | 1 | -0/+2 |
| | |||||
* | improve offline cli help page | Andrew Harvey | 2019-06-07 | 1 | -1/+1 |
| | | | | The GeoJSON file can't be a FeatureCollection, it must be a single Feature GeoJSON, with simple geometry | ||||
* | [core] clang-tidy fixes | Konstantin Käfer | 2019-04-05 | 1 | -1/+1 |
| | |||||
* | [core] Bump args to 6.2.2 (does not use RTTI) | Bruno de Oliveira Abinader | 2019-03-25 | 1 | -1/+1 |
| | |||||
* | [core] Expose "includeIdeographs" in offline download command line tool. | Chris Loer | 2018-12-21 | 1 | -2/+4 |
| | |||||
* | [build] use newer compiler versions for some builds | Konstantin Käfer | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | [core] remove some uses of <iostream> and <sstream> | Konstantin Käfer | 2018-10-23 | 1 | -0/+21 |
| | |||||
* | [core] Add DefaultFileSource::mergeRegions API and CLI support in the ↵ | Asheem Mamoowala | 2018-08-28 | 1 | -6/+37 |
| | | | | mbgl-offline tool. | ||||
* | [offline] Add option to pass geojson input file | Ivo van Dongen | 2018-08-20 | 1 | -14/+76 |
| | |||||
* | WIP: use expected<T, E> for passing on errors | Konstantin Käfer | 2018-08-14 | 1 | -3/+3 |
| | |||||
* | [core] Fix GCC8's new -Wcatch-value warnings | Zsolt Bölöny | 2018-06-25 | 1 | -3/+3 |
| | | | Polymorphic types shouldn't be caught by value, as the warning message says. Catch them by constant reference instead. | ||||
* | [core] Add 'apiBaseURL' argument to mbgl-offline util. | Chris Loer | 2018-03-27 | 1 | -0/+4 |
| | |||||
* | [build] Replace boost_libprogram_options with args | Bruno de Oliveira Abinader | 2017-12-18 | 1 | -33/+43 |
| | |||||
* | [core] Remove private header includes from CLI utilities | Konstantin Käfer | 2017-03-28 | 1 | -1/+0 |
| | |||||
* | [core] move from microsecond precision timestamp to integer second precision | Konstantin Käfer | 2016-05-13 | 1 | -3/+3 |
| | |||||
* | [test] Fix crash in offline binary | John Firebaugh | 2016-03-15 | 1 | -10/+11 |
| | |||||
* | [bin] Add explicit ^C handling to bin/offline, to test deactivation | John Firebaugh | 2016-03-07 | 1 | -6/+28 |
| | |||||
* | [bin] Print message when tile count limit is exceeded | John Firebaugh | 2016-03-04 | 1 | -0/+4 |
| | |||||
* | [offline] Accept parameters | Thiago Marcos P. Santos | 2016-03-02 | 1 | -7/+45 |
| | | | | | | | | | | | | | | | | | | | The defaults remains the same: Bay area at zoom 15. The key, if not supplied, is taken from the environment. ``` Allowed options: -s [ --style ] URL Map stylesheet --north degrees (=37.200000000000003) North latitude --west degrees (=-122.8) West longitude --south degrees (=38.100000000000001) South latitude --east degrees (=-121.7) East longitude --minZoom number (=0) Min zoom level --maxZoom number (=15) Max zoom level --pixelRatio number (=1) Pixel ratio -t [ --token ] key Mapbox access token -o [ --output ] file (=offline.db) Output database file name ``` | ||||
* | [core] status.requiredResourceCountIsIndeterminate ⇢ ↵ | John Firebaugh | 2016-02-24 | 1 | -1/+1 |
| | | | | | | status.requiredResourceCountIsPrecise Change the name and reverse the sense. Naming things in the positive is better than naming them in the negative. | ||||
* | [core] Optimize offline database schema | John Firebaugh | 2016-02-10 | 1 | -1/+1 |
| | | | | | * Under the hood, SQLite creates surrogate keys (ROWID) anyway. We may as well take advantage of this and use the surrogates for foreign keys as well, since they are simpler and more efficient than compound foreign keys. * Create indexes for efficient eviction queries | ||||
* | Add binary for smoke-testing offline downloads | John Firebaugh | 2016-02-10 | 1 | -0/+76 |