close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.BasicsAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Aug 1, 2011, 9:37:19 PM (15 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v19
|
v20
|
|
| 22 | 22 | |
| 23 | 23 | ''Use case:'' Quickly download and import tiles to the SQLite database on a powerful !Notebook/Desktop and then transfer the database to you mobile device. |
| | 24 | |
| | 25 | ==== Size ==== |
| | 26 | During a testing download, 96000 OSM tiles created sqlite storage database about 360 MB big, while the GUI was showing about 260 MB transfered (sum of the size variables from http headers). The additional data was probably spent on metadata (tile coordinates, type, timestamp, etc.). |
| 24 | 27 | |
| 25 | 28 | == POI == |