You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. **Open your web browser** and go to `http://localhost:8080`.
61
+
62
+
43
63
## File Storage
44
64
45
65
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.
@@ -73,25 +93,6 @@ This tool is perfect for creating offline maps for the Meshtastic UI. Here's how
73
93
2. **Use with Meshtastic:**
74
94
* 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).
75
95
76
-
## Building from Source
77
-
78
-
If you're a developer or want to modify the code, you can build the application from source.
0 commit comments