yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
432 stars 136 forks source link

gmap catcher #92

Closed Eg681 closed 3 years ago

Eg681 commented 3 years ago

Ive been fighting this for 2 days and I see other people having the same problem as me, I downloaded the Gmap catcher from github no problem but when map opens up I have only standard view no satellite or terrain view which makes this useless to fly with since there is not enough detail in standard view of map. Is there a work around for this? will this issue be addressed?

yaapu commented 3 years ago

Hi, there's no issue, simply some map providers do allow map downloading, try with Virtual Earth (Bing)

image

also consider setting virtual earth as download provider

image

all this is very well explained in the GMapCacther documentation.

Please note that I'm not the author of gmapcacther.

yaapu commented 3 years ago

...gmapcatcher has been updated to version 0.8.2.1 to support latest nokia API, I updated my custom version as well, now nokia maps (default) is working again

heldersepu commented 3 years ago

Hello Hello... I'm the owner of GMapCatcher and Yes I got a few reports that it was "not working" on any combination of map servers, quite shocking for me because on my tests it worked fine ... Turns out it was just the Nokia server api...

@yaapu I see you do have a custom version: https://github.com/yaapu/FrskyTelemetryScript/wiki/How-to-configure-the-Mapping-Widget#required-software maybe update/sync that with latest

yaapu commented 3 years ago

@heldersepu yep, sync done, thanks!

heldersepu commented 3 years ago

@yaapu that is awesome!

Was looking at your fork and I think you can take advantage of less map servers (hide_map_servers): https://github.com/yaapu/GMapCatcher/blob/master/gmapcatcher/mapConf.py#L152 For your audience I think most of the maps offered by GMapCatcher are not really of any use, best to just have those you really use and hide everything else

The id list of the map servers is here: https://github.com/yaapu/GMapCatcher/blob/master/gmapcatcher/mapConst.py#L12-L36