mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Created World map generation (markdown)
parent
6d23543ed3
commit
a7f53faad5
8
World-map-generation.md
Normal file
8
World-map-generation.md
Normal file
@ -0,0 +1,8 @@
|
||||
The Release package includes a map, however you can create your own following simple rules:
|
||||
|
||||
* `world_map.jpg` should be square
|
||||
* The projection of the map is Mercator based on the World Geodetic System (WGS) 1984 geographic coordinate system (datum)
|
||||
* Longitude and latitude cover the map from -180 to 180 and -85 to 85, respectively. Note that latitude does not go up to 90 (since most available maps do not include the initial degrees
|
||||
|
||||
With those conditions fullfilled, place the input map in: `sdcard/ADSB/world_map.jpg` and then run `firmware/tools/generate_world_map.bin.py`. Your map will be generated on: `sdcard/ADSB/world_map.bin`
|
||||
|
Loading…
Reference in New Issue
Block a user