Skip to content

Commit a39a258

Browse files
committed
README update with icons
1 parent 2347e57 commit a39a258

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Offline Map Tile Downloader
22

3+
[![Badge: OpenStreetMap](https://img.shields.io/badge/OpenStreetMap-7EBC6F.svg?logo=openstreetmap&logoColor=white)](#readme)
4+
[![Badge: Linux](https://img.shields.io/badge/Linux-FCC624.svg?logo=linux&logoColor=black)](#readme)
5+
[![Badge: macOS](https://img.shields.io/badge/macOS-000000.svg?logo=apple&logoColor=white)](#readme)
6+
[![Badge: Windows](https://img.shields.io/badge/Windows-008080.svg?logoColor=white)](#readme)
7+
[![Badge: Go](https://img.shields.io/badge/Go-%2300ADD8.svg?logo=go&logoColor=white)](#readme)
8+
39
**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.
410

511
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
3844

3945
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.
4046

41-
### Command-line Options
47+
## Command-line Options
4248

4349
You can also use command-line options to configure the application:
4450

@@ -67,7 +73,7 @@ This tool is perfect for creating offline maps for the Meshtastic UI. Here's how
6773
2. **Use with Meshtastic:**
6874
* 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).
6975

70-
### Building from Source
76+
## Building from Source
7177

7278
If you're a developer or want to modify the code, you can build the application from source.
7379

0 commit comments

Comments
 (0)