-
Notifications
You must be signed in to change notification settings - Fork 221
Another World Map for ADS-B #326
Comments
There is instructions to generate the map https://github.com/furrtek/portapack-havoc/tree/master/sdcard have you tried to generate another map? |
Yes, I tried. |
What didn't work? Which part failed? I could take a look on the code that reads the image to help trying to get your map but of course the first step would be to match it perfectly, then change 1 thing, retry etc |
Hi eried, I used THIS artificial kind of geographic world map as a starting point and as a 1st test of another map: |
Ok, nearly no difference between those pics. If you compile the other jpg: is it displayable in your Portapack? |
Resolution will make a big difference tho, I will do some tests later |
The bin file is quite smaller with your map. I also live on north europe, so I hope I can use that one too lol, I am still waiting for some activity to see how the map works on my portapack. If it works I will upload that bin |
OK I figured out the problem, the world_map.py script that generates the bin is wrong. You should have something like this:
I have not tried yet but this is what I think after fiddling around few hours with the map (I will make a Mercator map projection using openseamap+openstreetmap). I will push the corrected .py if that was the solution. |
Ok, good that the problem can be solved! |
In northern Europe the existing world map consists mainly of clouds or snow, so that almost nothing can be seen on the map in ADS-B mode.
For a better use would it be possible to use another world map? I would prefer a map with at least country boundaries, the bigger airports and perhaps some rivers or main roads for orientation.
For me there would be no need for an original partial cloudy satellit image for this purpose. The world map project II has some good artificial world maps.
If another world map could be used: are there certain things to take care of for another jpg map? E.g. the map projection type, same pixel dimensions, 24 bit graphics, color table, dpi or else ...
The text was updated successfully, but these errors were encountered: