Compare two revisions of: Meshtastic UI Map Tiles

... ... @@ -2,6 +2,13 @@ OpenStreetMap does not allow scraping map tiles for offline use, so I've set up
2 2
3 3 Additionally, I've collected some ESRI World Satellite tile sets (which are not hard to acquire from public sources, but I have consolidated into MUI-compatible formats here)
4 4
5 +## Instructions
6 +For each set, the pieces are additive - install the world base image, then whichever additional zoom levels you want. Your SD card should be set up like:
7 +
8 +`maps/<set name>/<z>/<x>/<y>.png`
9 +
10 +Each archive is already set up as `maps/<set name>/<z>...` so just merge the `maps` folders on the root of your SD.
11 +
5 12 ## ESRI World Satellite
6 13 ### World Base Image
7 14 - 500MB
... ... @@ -21,3 +28,29 @@ Additionally, I've collected some ESRI World Satellite tile sets (which are not
21 28 - Cities (Chicago, Madison, Milwaukee) at level 16
22 29 - Very rough and arbitrary borders between levels (sorry)
23 30 - https://wiki.queenkjuul.xyz/wiki/Esri-Satellite-Chicagoland-SEWisconsin-14-16.zip
31 +
32 +## CartoDB Voyager
33 +### World Base Image
34 + - 50MB
35 + - Zoom Levels 0-6: https://wiki.queenkjuul.xyz/wiki/CartoDB-Voyager-World-0-6.zip
36 + - Zoom Levels 0-7: https://wiki.queenkjuul.xyz/wiki/CartoDB-Voyager-World-0-7.zip
37 +
38 +### North America
39 +- Zoom Levels 8-10
40 + - 300MB
41 + - Includes:
42 + - USA (except HI)
43 + - Canada (except YT, NT, NU)
44 + - Mexico
45 + - Central America
46 + - Carribean
47 + - https://wiki.queenkjuul.xyz/wiki/CartoDB-Voyager-NorthAmerica-8-10.zip
48 +
49 +#### United States
50 +*This is the "Lower 48," with no AK and no HI, nor PR, USVI*
51 +- Zoom Level 11
52 + - 168MB
53 + - https://wiki.queenkjuul.xyz/wiki/CartoDB-Voyager-UnitedStates-11.zip
54 +- Zoom Level 12
55 + - 750MB
56 + - https://wiki.queenkjuul.xyz/wiki/CartoDB-Voyager-UnitedStates-12.zip
24 57