|
1 | 1 | # Offline Map Tile Downloader |
2 | 2 |
|
| 3 | +[](#readme) |
| 4 | +[](#readme) |
| 5 | +[](#readme) |
| 6 | +[](#readme) |
| 7 | +[](#readme) |
| 8 | + |
3 | 9 | **Create your own offline maps for any location on Earth!** This tool allows you to download map tiles from various sources and use them in your offline applications, with a special focus on the needs of the **Off-Grid** and **Meshtastic** communities. |
4 | 10 |
|
5 | 11 | Whether you're a hiker, prepper, sailor, or just someone who wants to be prepared, having access to maps when you're disconnected from the internet is crucial. This tool makes it easy to create your own custom map sets for your specific needs. |
@@ -38,7 +44,7 @@ You can either download a pre-built binary for your operating system or build th |
38 | 44 |
|
39 | 45 | The downloaded map tiles are stored in the local filesystem. The default directory is `maps`, but you can change this using the `-maps-directory` command-line option. The tiles are organized by map style, zoom level, and tile coordinates. |
40 | 46 |
|
41 | | -### Command-line Options |
| 47 | +## Command-line Options |
42 | 48 |
|
43 | 49 | You can also use command-line options to configure the application: |
44 | 50 |
|
@@ -67,7 +73,7 @@ This tool is perfect for creating offline maps for the Meshtastic UI. Here's how |
67 | 73 | 2. **Use with Meshtastic:** |
68 | 74 | * The downloaded tiles are stored in the `maps` directory. You can now use these tiles with the Meshtastic UI. For more information on how to do this, please refer to the [Meshtastic documentation](https://meshtastic.org/docs/software/meshtastic-ui/#map). |
69 | 75 |
|
70 | | -### Building from Source |
| 76 | +## Building from Source |
71 | 77 |
|
72 | 78 | If you're a developer or want to modify the code, you can build the application from source. |
73 | 79 |
|
|
0 commit comments