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
434 stars 140 forks source link

How do you setup multiple sites? #52

Closed tonyyng closed 4 years ago

tonyyng commented 4 years ago

The wiki says: "For each flying site the pilot will have to download the mapping tiles required to "cover" the area that the widget will display."

Do you:

  1. download the tiles for site1, site2, ..., siten
  2. process the tiles with mktiles.cmd
  3. copy the tiles to the radio

or:

  1. download the tiles for site1
  2. process the site1 tiles with mktiles.cmd
  3. copy the site1 tiles to the radio
  4. clear the downloaded tiles for site1
  5. download the tiles for site2
  6. process the site2 tiles with mktiles.cmd
  7. copy the site2 tiles to the radio
  8. clear the downloaded tiles for site2
  9. download the tiles for site3
  10. process the site3 tiles with mktiles.cmd
  11. copy the site3 tiles to the radio
yaapu commented 4 years ago

Hi, it works both ways, feel free to find your own workflow :-) And sorry for taking so long to reply!

tonyyng commented 4 years ago

Great. Thanks