Keyboard Shortcuts
Likes
- Yaac-Users
- Messages
Search
Re: next beta build#155 of YAAC, created 2020-Jul-13
Does the new build work for you? You may have to manually download it and unzip over the existing installation to get the update, since you may not be able to start YAAC, even if you use the -clearPorts option to keep YAAC from opening any serial ports with the old RXTX library.
________________________________________ From: [email protected] <[email protected]> on behalf of Jerald Meadows - NOAA Federal via groups.io <jerald.meadows@...> Sent: Thursday, July 23, 2020 11:46 AM To: [email protected] Subject: Re: [yaac-users] next beta build#155 of YAAC, created 2020-Jul-13 Awesome. We don't say it enough but you sir are a rockstar! Thank you for everything you do. Jerald Meadows Warning Coordination Meteorologist San Joaquin Valley/Hanford Weather Forecast Office P: 559.584.0583 X 223 Weather.gov/Hanford<> | Twitter<> | Facebook<> On Thu, Jul 23, 2020 at 8:19 AM Andrew P. <andrewemt@...<mailto:andrewemt@...>> wrote: I am preparing to release a new build of YAAC that no longer uses the obsolete RXTX library to access serial ports, but a newer library called JSSC. It should be out later today. Andrew, KA2DDO author of YAAC -------- Original message -------- From: "Jerald Meadows - NOAA Federal via groups.io<>" <jerald.meadows@...<mailto:[email protected]>> Date: 7/23/20 09:58 (GMT-05:00) To: [email protected]<mailto:[email protected]> Subject: Re: [yaac-users] next beta build#155 of YAAC, created 2020-Jul-13 Howdy YAAC community, We (NWS Hanford) recently updated our JRE for security reasons. This has caused an issue with YAAC. The program no longer opens completely. I am told it tries but then crashes. I have attached the error log entry we have. Any assistance would be greatly appreciated. Jerald Meadows Warning Coordination Meteorologist San Joaquin Valley/Hanford Weather Forecast Office P: 559.584.0583 X 223 Weather.gov/Hanford<> | Twitter<> | Facebook<> On Mon, Jul 13, 2020 at 2:09 PM Andrew P. <andrewemt@...<mailto:andrewemt@...>> wrote: next beta build#155 of YAAC ("Yet Another APRS Client"), created 2020-Jul-13 downloadable from or changes and updates include: 1. fix spurious ArrayIndexOutOfBoundsExceptions from parsing Mic-E and position report messages that have the absolute bare minimum amount of text and have no optional fields appended. 2. fix progress dialog percentage report when importing CSV-format packet logs. 3. add support for the Byonics TinyTrak4's ability to pass through GPS sentences as an alternate-DeviceID KISS "frame" in the serial connection to YAAC, when the GKRELAY command is properly configured. This updates the Serial_TNC, KISS-over-TCP, and Bluetooth_TNC port drivers (Bluetooth plugin). 4. regularize size of map zoom buttons, fix sizing and scaling of map scale to always be a round multiple of 2, 5, or 10. 5. properly handle seamark beacons with an unspecified color. 6. fix problem with AX.25 ports that feed through GPS sentences when the sentence boundaries aren't caught correctly, causing spurious errors that can't be read because of the embedded carriage return characters. 7. try to optimize reading UTF-8 strings and OSM objects from files a little more. 8. add generic ability for PortConnectors to report asynchronous status changes not already handled by PortStatusListener, PortMgmtListener, or PortEventListener. 9. remove support for Byonics TT4 prompt catching in Serial_TNC PortConnector, as it will never work unless the TinyTrak4 is rebooted just as YAAC opens the port. 10. fix naming of AIS decoder plugin in website "store". 11. fix parsing errors in AIS decoder, add support for DGNSS and Aid-to-Navigation messages. 12. add identification of vessel nation-of-registry in AIS decoder. 13. remove spurious debugging print statements in repeater finder plugin. 14. improve error reporting and documentation in repeater finder plugin when rig control serial ports can't be found. 15. add support to repeater finder plugin to recognize Yaesu System Fusion (C4FM) repeater objects. 16. add Java Activation library to telemetry alarm plugin so email will still work on Java runtime version 9 and above. 17. improve screen appearance of upgrade utility, ensure O/S-provided window close button behaves the same as the Cancel button in the upgrader's UI. 18. augment upgrader to support plugins that include native libraries (in preparation for deprecating use of RXTX library). |
Re: Water not rendering, again... kind of.
I downloaded the Southeastern US PBF from Geofabrik. So, with the ocean not being included the Chesapeake Bay is also not being rendered because of an incomplete coastline. That seems to make sense.
toggle quoted message
Show quoted text
Thanks, Eric WG3K ©\©\©\©\©\©\©\ Original Message ©\©\©\©\©\©\©\ On Thursday, July 23, 2020 6:20 PM, Andrew P. <andrewemt@...> wrote:
Is it the complete planet data, or just the local area? Oceans don't get processed properly unless the entire planet is processed to extract the ocean boundaries (a relatively new feature in YAAC) and both the ocean shapefile and the PBF are present for processing. |
Re: Water not rendering, again... kind of.
Is it the complete planet data, or just the local area? Oceans don't get processed properly unless the entire planet is processed to extract the ocean boundaries (a relatively new feature in YAAC) and both the ocean shapefile and the PBF are present for processing.
I recommend getting the maps by downloading pre-imported tiles. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Eric H. Christensen via groups.io <eric@...> Sent: Tuesday, July 21, 2020 12:13 PM To: [email protected] Subject: Re: [yaac-users] Water not rendering, again... kind of. ©\©\©\©\©\©\©\ Original Message ©\©\©\©\©\©\©\ On Thursday, July 16, 2020 9:40 PM, Andrew P. <andrewemt@...> wrote: What build of YAAC are you using, and what snapshot of OpenStreetMap data? The latter can be seen by going to File->OpenStreetMap->Download Pre-Imported Map Tiles, and (when the dialog window finally comes up after scanning your map directories) looking in the Old Tile Version text box (lower left corner). I only got it fixed for the most recent import I did of the data (2020-05-11T00:00:01Z), because it is an import issue, not a rendering issue.Okay, interesting... I'm using a downloaded PBF directly from an OSM mirror which gives me the most recent changes to the cartographic data. This is in Beta 155. 73, Eric WG3K |
new beta build#156 of YAAC, created 2020-Jul-23
Note that there is an outage at SourceForge, so this hasn't been uploaded there yet. It is
available at ---------------------------------------------------------------------------------------------- next beta build#156 of YAAC ("Yet Another APRS Client"), created 2020-Jul-23 downloadable from or changes and updates include: 1. replace obsolete RXTX serial port library with newer JSSC library. Note this adds built-in support for Solaris x86 and Linux on ARM processors, but may make use on platforms without built-in support more difficult than it was for RXTX. This also removes the user account requirement to have write access to the system lock directory, as JSSC uses kernel locking instead of old-style lock files. 2. provide plugin to restore use of RXTX instead of JSSC (for platforms that aren't supported on JSSC). 3. add support for submit-only UDP port to APRS-IS servers. Note this may be unreliable, as not all APRS-IS servers support UDP submissions and it is unlikely that your computer will be informed if such service doesn't exist on the selected server. 4. minor performance improvements and documentation fixes. 5. update repeater finder plugin to also use JSSC instead of RXTX. |
Re: Bluetooth error
Note that's the documentation for the Bluetooth plugin, not for core YAAC. :-)
________________________________________ From: [email protected] <[email protected]> on behalf of Steve Black via groups.io <kb1chu@...> Sent: Thursday, July 23, 2020 4:11 PM To: [email protected] Subject: Re: [yaac-users] Bluetooth error This is what happens when you get thinking you already read the instructions. My bad. I'll try that this evening. I use windows a lot. But like the form factor of the Raspi. I'm making a backpack radio setup and need a light weight computer to tag long. It works great with YAAC.Thank you Steve kb1chu On 7/23/2020 3:55 PM, Andrew P. wrote: Per the documentation, you need to install the Bluetooth native client library for YAAC to call on your Raspberry Pi. sudo apt-get install libbluetooth libbluetooth-dev Then the Bluetooth plugin should work. Thanks for finding the typo on my website; it has been fixed. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected]<mailto:[email protected]> <[email protected]><mailto:[email protected]> on behalf of Steve Black via groups.io <kb1chu@...><mailto:kb1chu@...> Sent: Thursday, July 23, 2020 3:20 PM To: [email protected]<mailto:[email protected]> Subject: [yaac-users] Bluetooth error I noticed a minor error in the instructions to install YAAC on a Raspberry Pi. I believe it should be downloads instead of download. I am still a novice with Linux. Also the Bluetooth does not seem to load correctly on Arm chips. I tried to download the Bluetooth add on and if I do upon startup I get an error telling me the Bluetooth lib did not load. As i don't use Bluetooth but plan to in the future I deleted YAAC and then reinstalled it with out enabling the Bluetooth add on installed. Thanks Steve kb1chu On 7/23/2020 11:10 AM, Andrew P. wrote: I am preparing to release a new build of YAAC that no longer uses the obsolete RXTX library to access serial ports, but a newer library called JSSC. It should be out later today. Andrew, KA2DDO author of YAAC -------- Original message -------- From: "Jerald Meadows - NOAA Federal via groups.io" <jerald.meadows@...><mailto:jerald.meadows@...><mailto:jerald.meadows@...><mailto:jerald.meadows@...> Date: 7/23/20 09:58 (GMT-05:00) To: [email protected]<mailto:[email protected]><mailto:[email protected]><mailto:[email protected]> Subject: Re: [yaac-users] next beta build#155 of YAAC, created 2020-Jul-13 Howdy YAAC community, We (NWS Hanford) recently updated our JRE for security reasons. This has caused an issue with YAAC. The program no longer opens completely. I am told it tries but then crashes. I have attached the error log entry we have. Any assistance would be greatly appreciated. Jerald Meadows Warning Coordination Meteorologist San Joaquin Valley/Hanford Weather Forecast Office P: 559.584.0583 X 223 Weather.gov/Hanford<><> | Twitter<><> | Facebook<><> On Mon, Jul 13, 2020 at 2:09 PM Andrew P. <andrewemt@...<mailto:andrewemt@...><mailto:andrewemt@...><mailto:andrewemt@...>> wrote: next beta build#155 of YAAC ("Yet Another APRS Client"), created 2020-Jul-13 downloadable from or changes and updates include: 1. fix spurious ArrayIndexOutOfBoundsExceptions from parsing Mic-E and position report messages that have the absolute bare minimum amount of text and have no optional fields appended. 2. fix progress dialog percentage report when importing CSV-format packet logs. 3. add support for the Byonics TinyTrak4's ability to pass through GPS sentences as an alternate-DeviceID KISS "frame" in the serial connection to YAAC, when the GKRELAY command is properly configured. This updates the Serial_TNC, KISS-over-TCP, and Bluetooth_TNC port drivers (Bluetooth plugin). 4. regularize size of map zoom buttons, fix sizing and scaling of map scale to always be a round multiple of 2, 5, or 10. 5. properly handle seamark beacons with an unspecified color. 6. fix problem with AX.25 ports that feed through GPS sentences when the sentence boundaries aren't caught correctly, causing spurious errors that can't be read because of the embedded carriage return characters. 7. try to optimize reading UTF-8 strings and OSM objects from files a little more. 8. add generic ability for PortConnectors to report asynchronous status changes not already handled by PortStatusListener, PortMgmtListener, or PortEventListener. 9. remove support for Byonics TT4 prompt catching in Serial_TNC PortConnector, as it will never work unless the TinyTrak4 is rebooted just as YAAC opens the port. 10. fix naming of AIS decoder plugin in website "store". 11. fix parsing errors in AIS decoder, add support for DGNSS and Aid-to-Navigation messages. 12. add identification of vessel nation-of-registry in AIS decoder. 13. remove spurious debugging print statements in repeater finder plugin. 14. improve error reporting and documentation in repeater finder plugin when rig control serial ports can't be found. 15. add support to repeater finder plugin to recognize Yaesu System Fusion (C4FM) repeater objects. 16. add Java Activation library to telemetry alarm plugin so email will still work on Java runtime version 9 and above. 17. improve screen appearance of upgrade utility, ensure O/S-provided window close button behaves the same as the Cancel button in the upgrader's UI. 18. augment upgrader to support plugins that include native libraries (in preparation for deprecating use of RXTX library). |
Re: Bluetooth error
¿ªÔÆÌåÓýThis
is what happens when you get thinking you already read the
instructions. My bad. I'll try that this evening. I use
windows a lot. But like the form factor of the Raspi. I'm
making a backpack radio setup and need a light weight computer
to tag long. It works great with YAAC.Thank you Steve kb1chu On 7/23/2020 3:55 PM, Andrew P. wrote:
Per the documentation, you need to install the Bluetooth native client library for YAAC to call on your Raspberry Pi. sudo apt-get install libbluetooth libbluetooth-dev Then the Bluetooth plugin should work. Thanks for finding the typo on my website; it has been fixed. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Steve Black via groups.io <kb1chu@...> Sent: Thursday, July 23, 2020 3:20 PM To: [email protected] Subject: [yaac-users] Bluetooth error I noticed a minor error in the instructions to install YAAC on a Raspberry Pi. I believe it should be downloads instead of download. I am still a novice with Linux. Also the Bluetooth does not seem to load correctly on Arm chips. I tried to download the Bluetooth add on and if I do upon startup I get an error telling me the Bluetooth lib did not load. As i don't use Bluetooth but plan to in the future I deleted YAAC and then reinstalled it with out enabling the Bluetooth add on installed. Thanks Steve kb1chu On 7/23/2020 11:10 AM, Andrew P. wrote: I am preparing to release a new build of YAAC that no longer uses the obsolete RXTX library to access serial ports, but a newer library called JSSC. It should be out later today. Andrew, KA2DDO author of YAAC -------- Original message -------- From: "Jerald Meadows - NOAA Federal via groups.io" <jerald.meadows@...><mailto:jerald.meadows@...> Date: 7/23/20 09:58 (GMT-05:00) To: [email protected]<mailto:[email protected]> Subject: Re: [yaac-users] next beta build#155 of YAAC, created 2020-Jul-13 Howdy YAAC community, We (NWS Hanford) recently updated our JRE for security reasons. This has caused an issue with YAAC. The program no longer opens completely. I am told it tries but then crashes. I have attached the error log entry we have. Any assistance would be greatly appreciated. Jerald Meadows Warning Coordination Meteorologist San Joaquin Valley/Hanford Weather Forecast Office P: 559.584.0583 X 223 Weather.gov/Hanford | Twitter | Facebook On Mon, Jul 13, 2020 at 2:09 PM Andrew P. <andrewemt@...<mailto:andrewemt@...>> wrote: next beta build#155 of YAAC ("Yet Another APRS Client"), created 2020-Jul-13 downloadable from or changes and updates include: 1. fix spurious ArrayIndexOutOfBoundsExceptions from parsing Mic-E and position report messages that have the absolute bare minimum amount of text and have no optional fields appended. 2. fix progress dialog percentage report when importing CSV-format packet logs. 3. add support for the Byonics TinyTrak4's ability to pass through GPS sentences as an alternate-DeviceID KISS "frame" in the serial connection to YAAC, when the GKRELAY command is properly configured. This updates the Serial_TNC, KISS-over-TCP, and Bluetooth_TNC port drivers (Bluetooth plugin). 4. regularize size of map zoom buttons, fix sizing and scaling of map scale to always be a round multiple of 2, 5, or 10. 5. properly handle seamark beacons with an unspecified color. 6. fix problem with AX.25 ports that feed through GPS sentences when the sentence boundaries aren't caught correctly, causing spurious errors that can't be read because of the embedded carriage return characters. 7. try to optimize reading UTF-8 strings and OSM objects from files a little more. 8. add generic ability for PortConnectors to report asynchronous status changes not already handled by PortStatusListener, PortMgmtListener, or PortEventListener. 9. remove support for Byonics TT4 prompt catching in Serial_TNC PortConnector, as it will never work unless the TinyTrak4 is rebooted just as YAAC opens the port. 10. fix naming of AIS decoder plugin in website "store". 11. fix parsing errors in AIS decoder, add support for DGNSS and Aid-to-Navigation messages. 12. add identification of vessel nation-of-registry in AIS decoder. 13. remove spurious debugging print statements in repeater finder plugin. 14. improve error reporting and documentation in repeater finder plugin when rig control serial ports can't be found. 15. add support to repeater finder plugin to recognize Yaesu System Fusion (C4FM) repeater objects. 16. add Java Activation library to telemetry alarm plugin so email will still work on Java runtime version 9 and above. 17. improve screen appearance of upgrade utility, ensure O/S-provided window close button behaves the same as the Cancel button in the upgrader's UI. 18. augment upgrader to support plugins that include native libraries (in preparation for deprecating use of RXTX library). |
Re: Bluetooth error
Per the documentation, you need to install the Bluetooth native client library for YAAC to call on your Raspberry Pi.
sudo apt-get install libbluetooth libbluetooth-dev Then the Bluetooth plugin should work. Thanks for finding the typo on my website; it has been fixed. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Steve Black via groups.io <kb1chu@...> Sent: Thursday, July 23, 2020 3:20 PM To: [email protected] Subject: [yaac-users] Bluetooth error I noticed a minor error in the instructions to install YAAC on a Raspberry Pi. I believe it should be downloads instead of download. I am still a novice with Linux. Also the Bluetooth does not seem to load correctly on Arm chips. I tried to download the Bluetooth add on and if I do upon startup I get an error telling me the Bluetooth lib did not load. As i don't use Bluetooth but plan to in the future I deleted YAAC and then reinstalled it with out enabling the Bluetooth add on installed. Thanks Steve kb1chu On 7/23/2020 11:10 AM, Andrew P. wrote: I am preparing to release a new build of YAAC that no longer uses the obsolete RXTX library to access serial ports, but a newer library called JSSC. It should be out later today. Andrew, KA2DDO author of YAAC -------- Original message -------- From: "Jerald Meadows - NOAA Federal via groups.io" <jerald.meadows@...><mailto:jerald.meadows@...> Date: 7/23/20 09:58 (GMT-05:00) To: [email protected]<mailto:[email protected]> Subject: Re: [yaac-users] next beta build#155 of YAAC, created 2020-Jul-13 Howdy YAAC community, We (NWS Hanford) recently updated our JRE for security reasons. This has caused an issue with YAAC. The program no longer opens completely. I am told it tries but then crashes. I have attached the error log entry we have. Any assistance would be greatly appreciated. Jerald Meadows Warning Coordination Meteorologist San Joaquin Valley/Hanford Weather Forecast Office P: 559.584.0583 X 223 Weather.gov/Hanford<> | Twitter<> | Facebook<> On Mon, Jul 13, 2020 at 2:09 PM Andrew P. <andrewemt@...<mailto:andrewemt@...>> wrote: next beta build#155 of YAAC ("Yet Another APRS Client"), created 2020-Jul-13 downloadable from or changes and updates include: 1. fix spurious ArrayIndexOutOfBoundsExceptions from parsing Mic-E and position report messages that have the absolute bare minimum amount of text and have no optional fields appended. 2. fix progress dialog percentage report when importing CSV-format packet logs. 3. add support for the Byonics TinyTrak4's ability to pass through GPS sentences as an alternate-DeviceID KISS "frame" in the serial connection to YAAC, when the GKRELAY command is properly configured. This updates the Serial_TNC, KISS-over-TCP, and Bluetooth_TNC port drivers (Bluetooth plugin). 4. regularize size of map zoom buttons, fix sizing and scaling of map scale to always be a round multiple of 2, 5, or 10. 5. properly handle seamark beacons with an unspecified color. 6. fix problem with AX.25 ports that feed through GPS sentences when the sentence boundaries aren't caught correctly, causing spurious errors that can't be read because of the embedded carriage return characters. 7. try to optimize reading UTF-8 strings and OSM objects from files a little more. 8. add generic ability for PortConnectors to report asynchronous status changes not already handled by PortStatusListener, PortMgmtListener, or PortEventListener. 9. remove support for Byonics TT4 prompt catching in Serial_TNC PortConnector, as it will never work unless the TinyTrak4 is rebooted just as YAAC opens the port. 10. fix naming of AIS decoder plugin in website "store". 11. fix parsing errors in AIS decoder, add support for DGNSS and Aid-to-Navigation messages. 12. add identification of vessel nation-of-registry in AIS decoder. 13. remove spurious debugging print statements in repeater finder plugin. 14. improve error reporting and documentation in repeater finder plugin when rig control serial ports can't be found. 15. add support to repeater finder plugin to recognize Yaesu System Fusion (C4FM) repeater objects. 16. add Java Activation library to telemetry alarm plugin so email will still work on Java runtime version 9 and above. 17. improve screen appearance of upgrade utility, ensure O/S-provided window close button behaves the same as the Cancel button in the upgrader's UI. 18. augment upgrader to support plugins that include native libraries (in preparation for deprecating use of RXTX library). |
Bluetooth error
¿ªÔÆÌåÓýI
noticed a minor error in the instructions to install YAAC on a
Raspberry Pi. I believe it should be downloads instead of
download. I am still a novice with Linux. Also the Bluetooth
does not seem to load correctly on Arm chips. I tried to
download the Bluetooth add on and if I do upon startup I get
an error telling me the Bluetooth lib did not load. As i don't
use Bluetooth but plan to in the future I deleted YAAC and
then reinstalled it with out enabling the Bluetooth add on
installed. Thanks Steve kb1chu On 7/23/2020 11:10 AM, Andrew P. wrote:
I am preparing to release a new build of YAAC that no longer uses the obsolete RXTX library to access serial ports, but a newer library called JSSC. It should be out later today. |
Re: next beta build#155 of YAAC, created 2020-Jul-13
Jerald Meadows - NOAA Federal
Awesome. We don't say it enough but you sir are a rockstar! Thank you for everything you do. Jerald Meadows Warning Coordination Meteorologist San Joaquin Valley/Hanford Weather Forecast Office P: 559.584.0583 X 223 ?|??|? On Thu, Jul 23, 2020 at 8:19 AM Andrew P. <andrewemt@...> wrote:
|
Re: next beta build#155 of YAAC, created 2020-Jul-13
¿ªÔÆÌåÓýI am preparing to release a new build of YAAC that no longer uses the obsolete RXTX library to access serial ports, but a newer library called JSSC. It should be out later today.Andrew, KA2DDO author of YAAC -------- Original message --------
From: "Jerald Meadows - NOAA Federal via groups.io" <jerald.meadows@...> Date: 7/23/20 09:58 (GMT-05:00) To: [email protected] Subject: Re: [yaac-users] next beta build#155 of YAAC, created 2020-Jul-13 Howdy YAAC community, We (NWS Hanford) recently updated our JRE for security reasons. This has caused an issue with YAAC. The program no longer opens completely. I am told it tries but then crashes. I have attached the error log entry we have. Any assistance would be greatly appreciated. Jerald Meadows Warning Coordination Meteorologist San Joaquin Valley/Hanford Weather Forecast Office P: 559.584.0583 X 223 ?|??|? On Mon, Jul 13, 2020 at 2:09 PM Andrew P. <andrewemt@...> wrote: next beta build#155 of YAAC ("Yet Another APRS Client"), created 2020-Jul-13 |
Re: next beta build#155 of YAAC, created 2020-Jul-13
Howdy YAAC community, We (NWS Hanford) recently updated our JRE for security reasons. This has caused an issue with YAAC. The program no longer opens completely. I am told it tries but then crashes. I have attached the error log entry we have. Any assistance would be greatly appreciated. Jerald Meadows Warning Coordination Meteorologist San Joaquin Valley/Hanford Weather Forecast Office P: 559.584.0583 X 223 ?|??|? On Mon, Jul 13, 2020 at 2:09 PM Andrew P. <andrewemt@...> wrote: next beta build#155 of YAAC ("Yet Another APRS Client"), created 2020-Jul-13 |
Re: Water not rendering, again... kind of.
©\©\©\©\©\©\©\ Original Message ©\©\©\©\©\©\©\
On Thursday, July 16, 2020 9:40 PM, Andrew P. <andrewemt@...> wrote: What build of YAAC are you using, and what snapshot of OpenStreetMap data? The latter can be seen by going to File->OpenStreetMap->Download Pre-Imported Map Tiles, and (when the dialog window finally comes up after scanning your map directories) looking in the Old Tile Version text box (lower left corner). I only got it fixed for the most recent import I did of the data (2020-05-11T00:00:01Z), because it is an import issue, not a rendering issue.Okay, interesting... I'm using a downloaded PBF directly from an OSM mirror which gives me the most recent changes to the cartographic data. This is in Beta 155. 73, Eric WG3K |
Re: Water not rendering, again... kind of.
What build of YAAC are you using, and what snapshot of OpenStreetMap data? The latter can be seen by going to File->OpenStreetMap->Download Pre-Imported Map Tiles, and (when the dialog window finally comes up after scanning your map directories) looking in the Old Tile Version text box (lower left corner). I only got it fixed for the most recent import I did of the data (2020-05-11T00:00:01Z), because it is an import issue, not a rendering issue. On the other hand, I did find some recent rendering errors specific to marine navigation beacon Nodes which might prematurely abort your map render, and those required a code fix in YAAC build 155.
If you are using an older build of the map data, re-import it, and use a rectangle (center lat/lon and radius) to import it, not "Refresh all existing map tiles". Older imports I did would not have generated the mostly empty tiles for the bulk of the oceans, so you would not download the updates of those tiles since you never had them before. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Eric H. Christensen via groups.io <eric@...> Sent: Thursday, July 16, 2020 5:21 PM To: [email protected] Subject: [yaac-users] Water not rendering, again... kind of. I'm seeing the failure of water being rendered, AGAIN! (only joking about the AGAIN part) I've attached three screenshots: two showing the North Carolina Outer Banks at different zoom layers and then another of the Chesapeake Bay. In the Outer Banks, the Pamlico Sound (on the west side of the barrier island) is defined as natural=water. The Atlantic Ocean on the east side is not defined except for natural=coastline at the edge of the land. The Chesapeake Bay is also defined by an outline of natural=coastline. If it helps, water should be on the left side of the coastline way line. If I remember correctly, the oceans (water outlined by coastline) used to render correctly. 73, Eric WG3K |
Water not rendering, again... kind of.
I'm seeing the failure of water being rendered, AGAIN! (only joking about the AGAIN part)
I've attached three screenshots: two showing the North Carolina Outer Banks at different zoom layers and then another of the Chesapeake Bay. In the Outer Banks, the Pamlico Sound (on the west side of the barrier island) is defined as natural=water. The Atlantic Ocean on the east side is not defined except for natural=coastline at the edge of the land. The Chesapeake Bay is also defined by an outline of natural=coastline. If it helps, water should be on the left side of the coastline way line. If I remember correctly, the oceans (water outlined by coastline) used to render correctly. 73, Eric WG3K ![]()
Pamlico_Sound_and_Atlantic_Ocean-no_rendering.png
![]()
Pamlico_sound_and_Atlantic_Ocean.png
![]()
Chesapeake_Bay.png
|
Re: how to change language from German back to English
Greetings.
To override using the system-default language, when invoking YAAC from the command line, specify the -Djava.language=locale option, i.e., java -Djava.language=en -jar YAAC.jar Note that the -D option has to go before the -jar option. Is there a particular reason you would rather use the English translation? As in, are there problems with the Deutsch translation? If so, please identify the places in the UI with invalid translations (preferably with corrections) to me so I can fix the translations file. Alas, 2 years of German-as-a-foreign-language in school 40 years ago (!) doesn't equip me to handle technical jargon, and Google Translate doesn't always get it correct either. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Walter P.. Schwarzott <wpschwarzott@...> Sent: Wednesday, July 15, 2020 9:54 AM To: [email protected] Subject: [yaac-users] how to change language from German back to English YAAC chooses automatically the german translations of the menu items of YAAC... I would prefer to use the original english names - what to do to get them back ? i?ve read your FAQs but I need a more specific guide to do this - thank you ! Tnx for your great program and your answer, Walter P. / DK7ZE |
how to change language from German back to English
YAAC chooses automatically the german translations of the menu items of YAAC...
I would prefer to use the original english names - what to do to get them back ? i?ve read your FAQs but I need a more specific guide to do this - thank you ! Tnx for your great program and your answer, Walter P. / DK7ZE |
next beta build#155 of YAAC, created 2020-Jul-13
next beta build#155 of YAAC ("Yet Another APRS Client"), created 2020-Jul-13
downloadable from or changes and updates include: 1. fix spurious ArrayIndexOutOfBoundsExceptions from parsing Mic-E and position report messages that have the absolute bare minimum amount of text and have no optional fields appended. 2. fix progress dialog percentage report when importing CSV-format packet logs. 3. add support for the Byonics TinyTrak4's ability to pass through GPS sentences as an alternate-DeviceID KISS "frame" in the serial connection to YAAC, when the GKRELAY command is properly configured. This updates the Serial_TNC, KISS-over-TCP, and Bluetooth_TNC port drivers (Bluetooth plugin). 4. regularize size of map zoom buttons, fix sizing and scaling of map scale to always be a round multiple of 2, 5, or 10. 5. properly handle seamark beacons with an unspecified color. 6. fix problem with AX.25 ports that feed through GPS sentences when the sentence boundaries aren't caught correctly, causing spurious errors that can't be read because of the embedded carriage return characters. 7. try to optimize reading UTF-8 strings and OSM objects from files a little more. 8. add generic ability for PortConnectors to report asynchronous status changes not already handled by PortStatusListener, PortMgmtListener, or PortEventListener. 9. remove support for Byonics TT4 prompt catching in Serial_TNC PortConnector, as it will never work unless the TinyTrak4 is rebooted just as YAAC opens the port. 10. fix naming of AIS decoder plugin in website "store". 11. fix parsing errors in AIS decoder, add support for DGNSS and Aid-to-Navigation messages. 12. add identification of vessel nation-of-registry in AIS decoder. 13. remove spurious debugging print statements in repeater finder plugin. 14. improve error reporting and documentation in repeater finder plugin when rig control serial ports can't be found. 15. add support to repeater finder plugin to recognize Yaesu System Fusion (C4FM) repeater objects. 16. add Java Activation library to telemetry alarm plugin so email will still work on Java runtime version 9 and above. 17. improve screen appearance of upgrade utility, ensure O/S-provided window close button behaves the same as the Cancel button in the upgrader's UI. 18. augment upgrader to support plugins that include native libraries (in preparation for deprecating use of RXTX library). |
Re: loading of map weird issue
Don,
Please note that, in the screenshots you sent, it shows you have tiles from N34 to N52, but the map graticule in the background shows you're viewing up around 65 degrees North (for which you _didn't_ download maps). You might want to click the Home button (the map button with the house icon on it) to get recentered at your station location. You won't be able to see the wide-area map (given how far you're zoomed out) until you finish downloading the planet.ways file (which the progress dialog shows is still in progress). Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Don Poaps <va7dgp@...> Sent: Monday, July 13, 2020 12:27 PM To: [email protected] Subject: Re: [yaac-users] loading of map weird issue I have manually added the Lat&Long into the GPS setting. I do have a USB Blox GPS. It is flashing. I have gpsd checked off. I will change the GPS to NO GPS and see what happens. I see just the white map. Nothing being imported from the Preloaded Map tiles. 73 Don Poaps New Westminster, BC VA7DGP DATA VA7QU VOICE Winlink: va7qu@...<mailto:va7qu@...> Subject://wl2k [] [][] On Mon, Jul 13, 2020 at 8:38 AM Andrew P. <andrewemt@...<mailto:andrewemt@...>> wrote: Interesting. Where is the directory for storing map tiles located? That's settable in the expert-mode configuration dialog (File->Configure->Expert Mode) on the General tab. Also, what error are you getting? Also, did you load the maps for the correct quadrant of the planet you are in (N or S latitude, E or W longitude)? If you go to File->OpenStreetMap->Download Pre-Imported Tiles and look at the dialog, there should be a grey rectangle with blue and/or white dots on it indicating which 1x1-degree map tiles have been loaded already. West is to the left and North to the top. The graticule lines are the Prime Meridian (0 longitude) and the Equator (0 latitude). The red box indicates where the next manual download would occur, and can be adjusted by setting the lat/lon of the box center and the radius of a circle contained in the box. I can't say if that would be correct syntax to remove YAAC (it depends on where you installed it), but that matches the most common installation place. Note that removing YAAC does not really affect the maps, except that the map tile directory on a Pi is defaultly at /home/pi/YAAC/tiledir. Any particular reason why you want to remove the actual program? Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> on behalf of Don Poaps <va7dgp@...<mailto:va7dgp@...>> Sent: Monday, July 13, 2020 11:28 AM To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]> Subject: [yaac-users] loading of map weird issue A fresh install of Build a PI version 3.02. I can't seem to load any map on the fresh install. I can see raw packet but no map even though I've downloaded Andrew's server of the preloaded map. If I do the rm /home/pi/YAAC and reloaded YAAC from source. Is this the right syntax to remove it?? 73 Don Poaps New Westminster, BC VA7DGP DATA VA7QU VOICE Winlink: va7qu@...<mailto:va7qu@...><mailto:va7qu@...<mailto:va7qu@...>> Subject://wl2k [] [][] |
Re: loading of map weird issue
Don Poaps
I have manually added the Lat&Long into the GPS setting. I do have a USB Blox GPS. It is flashing. I have gpsd checked off.? I will change the GPS to NO GPS and see what?happens.? I see just the white map.? Nothing being imported from the Preloaded Map tiles. 73 Don Poaps
New Westminster, BC
VA7DGP DATA VA7QU ? VOICE Winlink: va7qu@... Subject://wl2k ? ? ? ? ?? ? On Mon, Jul 13, 2020 at 8:38 AM Andrew P. <andrewemt@...> wrote: Interesting. Where is the directory for storing map tiles located? That's settable in the expert-mode configuration dialog (File->Configure->Expert Mode) on the General tab. |
Re: loading of map weird issue
Interesting. Where is the directory for storing map tiles located? That's settable in the expert-mode configuration dialog (File->Configure->Expert Mode) on the General tab.
Also, what error are you getting? Also, did you load the maps for the correct quadrant of the planet you are in (N or S latitude, E or W longitude)? If you go to File->OpenStreetMap->Download Pre-Imported Tiles and look at the dialog, there should be a grey rectangle with blue and/or white dots on it indicating which 1x1-degree map tiles have been loaded already. West is to the left and North to the top. The graticule lines are the Prime Meridian (0 longitude) and the Equator (0 latitude). The red box indicates where the next manual download would occur, and can be adjusted by setting the lat/lon of the box center and the radius of a circle contained in the box. I can't say if that would be correct syntax to remove YAAC (it depends on where you installed it), but that matches the most common installation place. Note that removing YAAC does not really affect the maps, except that the map tile directory on a Pi is defaultly at /home/pi/YAAC/tiledir. Any particular reason why you want to remove the actual program? Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Don Poaps <va7dgp@...> Sent: Monday, July 13, 2020 11:28 AM To: [email protected]; [email protected] Subject: [yaac-users] loading of map weird issue A fresh install of Build a PI version 3.02. I can't seem to load any map on the fresh install. I can see raw packet but no map even though I've downloaded Andrew's server of the preloaded map. If I do the rm /home/pi/YAAC and reloaded YAAC from source. Is this the right syntax to remove it?? 73 Don Poaps New Westminster, BC VA7DGP DATA VA7QU VOICE Winlink: va7qu@...<mailto:va7qu@...> Subject://wl2k [] [][] |