HorusMappingWidget icon indicating copy to clipboard operation
HorusMappingWidget copied to clipboard

No Map Data

Open ammikey opened this issue 3 years ago • 12 comments

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

ammikey avatar Dec 19 '22 19:12 ammikey

i have the same problem , same radio

lbellic avatar Dec 29 '22 17:12 lbellic

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

yaapu avatar Dec 30 '22 16:12 yaapu

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 avatar Jan 02 '23 13:01 lbellic

i solved the problem by resize every image with mktiles

lbellic avatar Jan 02 '23 14:01 lbellic

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

yaapu avatar Jan 02 '23 15:01 yaapu

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

lbellic avatar Jan 02 '23 15:01 lbellic

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?

yaapu avatar Jan 02 '23 15:01 yaapu

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

lbellic avatar Jan 02 '23 15:01 lbellic

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

yaapu avatar Jan 02 '23 15:01 yaapu

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

ammikey avatar Jan 05 '23 02:01 ammikey

@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 :-)

yaapu avatar Jan 05 '23 09:01 yaapu

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!

lwan288 avatar Sep 29 '23 13:09 lwan288