yaapu / HorusMappingWidget

Offline GPS Mapping Widget for Horus and T16 radios
GNU General Public License v3.0
91 stars 24 forks source link

No Map Data #48

Open ammikey opened 1 year ago

ammikey commented 1 year ago

Radio master TX16s running Edge TX 2.8, latest Gmapcatcher, Horus mapping widget 2.0.0b2, Inav 5.1.0. Yaapu widget and all telemetry working correctly the maps are at 100x100 and on the sd card at ( Images/ Yaapu/Maps/Sat_tiles. Down load zooms are 2 to 6 and levels are set accordingly in the LUA. I've tried everything I could find online to resolve the problem with no luck. Any help will be greatly appreciated. Thanks Mike Johnson

lbellic commented 1 year ago

i have the same problem , same radio

yaapu commented 1 year ago

Hi this is most likely a setup issue. To double check the obvious:

lbellic commented 1 year ago

Hi this is most likely a setup issue. To double check the obvious:

  • make sure you discovered your GPS sensor
  • remove zoom level restrictions from the lua sensor config (you can add them later on)
  • make sure the widget is setup to use gmapcacther, set min zoom = -2, max zoom=17, default zoom = -2
  • setup the zoom control switch as per wiki instruction, set a high delay like 2 or 3 secs

i tried this setup , but i can't view the map... in the past i tried the first version of the script and working fine wit 100x100 tiles gmapcatcher, i don't know why this one can't load the maps..

lbellic commented 1 year ago

i solved the problem by resize every image with mktiles

yaapu commented 1 year ago

i solved the problem by resize every image with mktiles

no need to use mktiles! please read the wiki, the gmapcacthr version I provide does resize the tiles down to 100x100

lbellic commented 1 year ago

ah ok , i figure out that the problem was the path in the /IMAGE folder and not the old path.. not about the size of tile.. Thx script running well , only thing it's buggy is the travel distance

yaapu commented 1 year ago

ah ok , i figure out that the problem was the path in the /IMAGE folder and not the old path.. not about the size of tile.. Thx script running well , only thing it's buggy is the travel distance what do you man buggy?

lbellic commented 1 year ago

i mean there's bug in the value "distance traveled"

yaapu commented 1 year ago

ok, but what's the bug? is lower/higher than expected, it's blank, ?? provide a screenshot please

ammikey commented 1 year ago

Hi, I found the problem is in the file structure on the SD card. The file structure that works is as follows. file st

yaapu commented 1 year ago

@ammikey Hi that is not a bug, it depends on the type of tiles you download: satellite type images path is /sat_tiles, and in the widget you need to select "satellite" vector type images path is /tiles and in the widget you need to select "map"

so the bug might be in the docs if this is not clear :-)

lwan288 commented 9 months ago

Hi this is most likely a setup issue. To double check the obvious:

  • make sure you discovered your GPS sensor
  • remove zoom level restrictions from the lua sensor config (you can add them later on)
  • make sure the widget is setup to use gmapcacther, set min zoom = -2, max zoom=17, default zoom = -2
  • setup the zoom control switch as per wiki instruction, set a high delay like 2 or 3 secs

The zoom -2 and -1 is working, but it is weird that zoom 0 doesn't show any map data while zoom 0 map was actually downloaded and copied to the folder. After changed to different zoom level range, sometimes the map is partially shown on the screen as below (This is a simulation). The yourmodelname_sensors_maps.lua file is empty on my TX16s (EdgeTX 2.9) and I didn't edit anything there yet. Any suggestions?

update: It is working now! Just because I didn't download enough maps. Thanks!