jks

About

Username
jks
Joined
Visits
35,583
Last Active
Roles
Member, Administrator, Moderator
Points
600
  • Save money on another Kiwi or tell a friend [KiwiSDR sometimes on drop.com for $100 off MSRP]

    October 7/8: Massdrop is active again for 7 days. $80 discount on the Kiwi kit ($219 vs $299). Free (but slow) shipping to the USA. Best deal out there. Limited quantities available and over 70 people were on the notification list. So don't delay.
    rrobinet
  • Google maps in TDoA, admin page degraded/broken currently [beta test fix in v1.238]

    v1.238 is out that uses the new map provider. There are still many problems (you don't have to report them, I know what most of them are). But the new maps are now better than the current Google situation. To revert to using Google maps start the TDoA extensions in the URL and use the "gmap:" option, e.g. "my_kiwi:8073/?ext=tdoa,gmap:"

    You'll note some serious problems:
    • The map tile provider doesn't yet have high-resolution satellite imagery except in some special areas (e.g. The Netherlands). They're working on improving this situation. It's also possible we can use multiple providers if the licensing terms are acceptable.
    • Sometimes not all the map tiles appear (or are clipped).
    • Sometimes the markers point at the wrong locations as the map is zoomed.
    • Lots of minor things like the day/night overlay getting lost on kiwi-map / result-map switches etc.
    • As usual, things seem to be worse on iPad and no doubt other mobile devices.
    • I'm not completely sure, but some of the mapbox-gl code might contain Javascript ES6 which means it might not work on older browsers.
    • The marker and cluster colors aren't that good and are not final.

    On the plus side there are a few improvements:
    • The layer icon at the top right of the map lets you select 6 different base maps.
    • The TDoA options list lets you toggle the Kiwi host markers, same as for the reference location markers.
    • The "quick zoom" menu has a new entry for the entire world.
    • The "old map" option has been removed as taking the coastline plotting out of the Octave script will speed up the TDoA process for everyone.
    ChristophWA2ZKD
  • Google maps in TDoA, admin page degraded/broken currently [beta test fix in v1.238]

    v1.238 is out that uses the new map provider. There are still many problems (you don't have to report them, I know what most of them are). But the new maps are now better than the current Google situation. To revert to using Google maps start the TDoA extensions in the URL and use the "gmap:" option, e.g. "my_kiwi:8073/?ext=tdoa,gmap:"

    You'll note some serious problems:
    • The map tile provider doesn't yet have high-resolution satellite imagery except in some special areas (e.g. The Netherlands). They're working on improving this situation. It's also possible we can use multiple providers if the licensing terms are acceptable.
    • Sometimes not all the map tiles appear (or are clipped).
    • Sometimes the markers point at the wrong locations as the map is zoomed.
    • Lots of minor things like the day/night overlay getting lost on kiwi-map / result-map switches etc.
    • As usual, things seem to be worse on iPad and no doubt other mobile devices.
    • I'm not completely sure, but some of the mapbox-gl code might contain Javascript ES6 which means it might not work on older browsers.
    • The marker and cluster colors aren't that good and are not final.

    On the plus side there are a few improvements:
    • The layer icon at the top right of the map lets you select 6 different base maps.
    • The TDoA options list lets you toggle the Kiwi host markers, same as for the reference location markers.
    • The "quick zoom" menu has a new entry for the entire world.
    • The "old map" option has been removed as taking the coastline plotting out of the Octave script will speed up the TDoA process for everyone.
    ChristophWA2ZKD
  • Google maps in TDoA, admin page degraded/broken currently [beta test fix in v1.238]

    Progress, but still a long, long way to go:

    image
    PowernumptyChristophWA2ZKDM0TAZ
  • Google maps in TDoA, admin page degraded/broken currently [beta test fix in v1.238]

    Progress, but still a long, long way to go:

    image
    PowernumptyChristophWA2ZKDM0TAZ
  • Google maps in TDoA, admin page degraded/broken currently [beta test fix in v1.238]

    Progress, but still a long, long way to go:

    image
    PowernumptyChristophWA2ZKDM0TAZ
  • Google maps in TDoA, admin page degraded/broken currently [beta test fix in v1.238]

    Progress, but still a long, long way to go:

    image
    PowernumptyChristophWA2ZKDM0TAZ
  • Upgrade between 1.235 and 1.236 appears to fail?

    @Kevin Not a problem at all. What led me straight to the bug was the report in the other thread: click the "kick" button on a WSPR auto-run connection and the server crashes.
    VK3KHZ
  • Upgrade between 1.235 and 1.236 appears to fail?

    Okay, I see the bug. It was actually introduced in v1.235 but doesn't get triggered until a restart (like when updating to v1.236)

    I'll fix it in today's update. But the issue now is that you'll either have to temporarily turn off WSPR auto-run or go through the manual update procedure one more time to get past this problem.
    ve6hfdVK3KHZ
  • Upgrade between 1.235 and 1.236 appears to fail?

    The "git pull" is a little redundant. But it won't hurt anything. You must login to the Beagle as user "root" and not "debian". Contents of "up" file, in part:
    make stop
    git clean -fd
    git checkout .
    git pull -v
    make clean
    make
    make install
    make start
    
    m1geo