Keyboard Shortcuts
Likes
- Yaac-Users
- Messages
Search
Re: Offline Map Tiles
I will have to check the options again, thank you! Hope to hear you on the air sometime. |
Re: Offline Map Tiles
YAAC has a "dark mode" available in its configuration options, though it still needs a few tweaks. I also haven't gotten it to where the dark mode can be automatically switched on and off by the clock.
YAAC renders its maps from scratch directly from the raw OSM vector data (after some optimization in how that data is stored), so it can render at any zoom level (not just the quantized levels used by map tile servers), and certain map features can be enabled or disabled as desired (one user had to turn off business type icons because someone had gone to the immense effort of identifying every single business and their types of business in every business district and strip mall in his town, so at inner zoom levels, his map was very cluttered until he turned off business types he didn't care about). Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of kg6wxc - eric <KG6WXC@...> Sent: Friday, June 21, 2024 2:31 PM To: [email protected] Subject: Re: [yaac-users] Offline Map Tiles Thanks for the reply, I understand. I think was just worried about having to download (or render) another 10's of GB of maps, but I kinda see what your doing now. Plus, I run my own tile server and I have been trying to learn how to render some "Dark Mode" tiles with it. It'd be nice to use those tiles at night in the truck, the "Truck-Pi" can get a bit blinding. If it's not too much work, put me in for a feature request for using pre-rendered tiles. (or a request for a native YAAC "dark mode".) When I get some time, I am going to have to look deeper at how you are generating your maps. It could be useful for the AREDN<> map<> that I have. Thanks again for an awesome program! 73 Eric KG6WXC |
Re: Offline Map Tiles
Thanks for the reply, I understand. It could be useful for the that I have. |
Re: Offline Map Tiles
At the present time, no, these pre-rendered tiles are not understood by YAAC. YAAC uses its own means of dynamically rendering a map that is incompatible with the public tile servers.
Sorry. Andrew, KA2DDO ________________________________________ From: [email protected] <[email protected]> on behalf of kg6wxc - eric <KG6WXC@...> Sent: Thursday, June 20, 2024 7:05 PM To: [email protected] Subject: [yaac-users] Offline Map Tiles Hello all. Thank you for creating YAAC, it seems to be one of the only APRS programs that will work with Yaesu's weird data output. Thanks! I have a question about map tiles. I am running YAAC on a RasPi in my truck, it generally has NO connection to the internet. It is already loaded with about 60GB of map tiles from OSM, OpenTopo, BingAerial, etc. These tiles were cached via a GPS program called "Viking" () The tile directories are arranged in the "/{z}/{x}/{y}.png" format. Is there any way I can get YAAC to use these existing tiles? 73 - Eric KG6WXC |
Offline Map Tiles
Hello all. Thanks! I am running YAAC on a RasPi in my truck, it generally has NO connection to the internet. It is already loaded with about 60GB of map tiles from OSM, OpenTopo, BingAerial, etc. These tiles were cached via a GPS program called "Viking" () The tile directories are arranged in the "/{z}/{x}/{y}.png" format. ? Is there any way I can get YAAC to use these existing tiles? |
Mobilinked - YAAC - Windows
Good day,
We had an amazing presentation surrounding APRS by Jason (KM4ACK) at our last club meeting where he introduced us to YAAC. Most of my group are technically basic and lean into Windows as an operating system. As we also have Rob from Mobilinkd in our backyard we have a few of us using the TNC product line. Previously to YAAC, I used PinPoint which seems to work fine with windows and TNC4. During my testing I have found a few struggles.
Thanks in advance, |
Re: Icon of YAAC on Raspberry Pi Desktop
On Wed, Jun 12, 2024 at 11:22 AM, Andrew P. wrote:
sudo apt-get install default-jreAndrew, I built this Raspberry Pi for NODE RED and that works but I guess I forgot to install Java. ? The install fixed the problem and my Icon is working.? Thank you as always. ? PS this one stays at the QTH my other 3 are digipeaters for the bike ride in the fall. ? Tim? KM4ESU |
Re: Icon of YAAC on Raspberry Pi Desktop
Easiest way is to open a Terminal window (lxterm or whatever you have installed on your system), then type the command:
java -version If that prints out 2 or 3 lines of version information, you have a working Java runtime. If you get an error message "java: command not found" or something of that ilk, then you haven't installed Java, and you need to execute the command sudo apt-get install default-jre Hope this helps. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Tim Huffaker <thuffaker@...> Sent: Wednesday, June 12, 2024 2:10 PM To: [email protected] Subject: Re: [yaac-users] Icon of YAAC on Raspberry Pi Desktop [Edited Message Follows] Danny, looking at yours and now i am beginning to think I do not have Java installed. Please let me know how to test for Java and if I do not what version I need to install. |
Re: Icon of YAAC on Raspberry Pi Desktop
Tim, This is my YAAC desktop entry and it works as expected. Obviously the Icon path might be different for your user. [Desktop Entry] Name=YAAC Exec=/usr/bin/java -jar /home/k5cg/YAAC/YAAC.jar Comment= Terminal=false Icon=/home/k5cg/YAAC/images/yaaclogo64.ico Type=Application The Icon on my desktop looks like this. If the path to the java executable is in your system path then you probably don't need the full path to /usr/bin/java as mine is. I noticed you have a slash after you your YAAC.jar. I don't think that should be there. That might be the cause of the error. 73 Danny, K5CG HH 550-0609 SKCC 14257 From: "Tim Huffaker" <thuffaker@...> To: "yaac-users" <[email protected]> Sent: Wednesday, June 12, 2024 10:38:48 AM Subject: Re: [yaac-users] Icon of YAAC on Raspberry Pi Desktop Hello All, I found this discussion and I am trying to get an Icon of YAAC on my Raspberry Pi desktop. ?I do not what is stopping my Icon from working. ? My desktop file [Desktop Entry] Name=YAAC Exec=java -jar /home/pi/YAAC/YAAC.jar/ Icon=/home/pi/YAAC/images/yaaclogo64.ico TerminalS=false Type=Application Categories=HamRadio The error I am getting looks like some type of permission. ? Invalid desktop entry file'/home/pi/Desktop?yaac64.desktop' I want to get this working and I do not know how to clear the error.? Tim? KM4ESU |
Re: Icon of YAAC on Raspberry Pi Desktop
I don't know if .ico files are acceptable to Raspbian. That is the variant of Microsoft Windows .bmp files used for icons. However, you could convert the .ico file to a .png file with Gimp, and then reference the .png file instead.
I think I will add that to the next YAAC build. Andrew, KA2DDO ________________________________________ From: [email protected] <[email protected]> on behalf of Tim Huffaker <thuffaker@...> Sent: Wednesday, June 12, 2024 11:38 AM To: [email protected] Subject: Re: [yaac-users] Icon of YAAC on Raspberry Pi Desktop Hello All, I found this discussion and I am trying to get an Icon of YAAC on my Raspberry Pi desktop. I do not what is stopping my Icon from working. My desktop file [Desktop Entry] Name=YAAC Exec=java -jar /home/pi/YAAC/YAAC.jar/ Icon=/home/pi/YAAC/images/yaaclogo64.ico TerminalS=false Type=Application Categories=HamRadio The error I am getting looks like some type of permission. Invalid desktop entry file'/home/pi/Desktop?yaac64.desktop' I want to get this working and I do not know how to clear the error. Tim KM4ESU |
Re: Icon of YAAC on Raspberry Pi Desktop
Hello All,
I found this discussion and I am trying to get an Icon of YAAC on my Raspberry Pi desktop. ?I do not what is stopping my Icon from working. ? My desktop file [Desktop Entry] Name=YAAC Exec=java -jar /home/pi/YAAC/YAAC.jar/ Icon=/home/pi/YAAC/images/yaaclogo64.ico TerminalS=false Type=Application Categories=HamRadio The error I am getting looks like some type of permission. ? Invalid desktop entry file'/home/pi/Desktop?yaac64.desktop' I want to get this working and I do not know how to clear the error.? Tim? KM4ESU |
Re: Send Message / Lat-Lon Display at Bottom of Screen
¿ªÔÆÌåÓýRe: removing the bottom bar on the main map window: No, there is no option for that.
However, since you are using a small screen, you might find the smallscreen plugin for YAAC a useful alternative. Once the plugin is installed, you can start YAAC directly into the smallscreen UI with the command line:
java -jar YAAC.jar -gui:small
(The default value of the -gui option is "map", which specifies launching the default map window in YAAC.)
The smallscreen plugin also supports the repeaterfinder plugin.
Hope this helps.
Andrew, KA2DDO
author of YAAC
From: [email protected] <[email protected]> on behalf of Jon Adams <n7uv.jon@...>
Sent: Tuesday, June 11, 2024 10:38:06 AM To: [email protected] <[email protected]> Subject: [yaac-users] Send Message / Lat-Lon Display at Bottom of Screen Thanks for the recent updates, Andrew. Two questions on the display bar at the bottom of the screen. 1) Is there a way to turn on/off the lat/lon display? 2) Is there a way to turn on/off the send message bar? The reason I ask is that I have a small mobile display and can use the additional real estate. -- Cheers and 73 - Jon N7UV |
Send Message / Lat-Lon Display at Bottom of Screen
Thanks for the recent updates, Andrew.
Two questions on the display bar at the bottom of the screen. 1) Is there a way to turn on/off the lat/lon display? 2) Is there a way to turn on/off the send message bar? The reason I ask is that I have a small mobile display and can use the additional real estate. -- Cheers and 73 - Jon N7UV |
next beta build#199 of YAAC, created 2024-Jun-07
next beta build#199 of YAAC ("Yet Another APRS Client"), created 2024-Jun-07
downloadable from or changes and updates include: 1. prevent spurious EOFExceptions from using buffered input streams. 2. add message event types so user can be informed when their outgoing APRS text messages are acknowledged or rejected by the recipient station. update the sounds plugin to recognize these new event types. 3. a few more minor performance improvements for station with wide-open APRS-IS feeds. 4. experimental (and not yet complete) enhancement to landmark search to use comma-separated search string to indicate reverse hierarchical search. 5. fix logic in ProgressDialog causing default dialog to be too small to see the progress bar on window managers with large title bars. 6. fix broken login in Winlink message sender so that login challenges will be recognized properly, and the multiple lines of a Winlink email message will be sent one at a time, waiting for acknowledgement before proceeding to reduce chance of packet collisions. 7. add logic so that code can test the current state of a SendableMessageWrapper in terms of the progress in sending the message. 8. fix race condition in ADS-B plugin causing failure of the old aircraft track timeout login. 9. fix demo plugin build.xml and pom.xml to properly clean up and build demo plugin distro zip file. 10. fix dynamic objects plugin to more efficiently and accurately match up routes with known OpenStreetMap Ways for roads, trails, and paths. |
Re: Showing Maidenhead Locator System
¿ªÔÆÌåÓýIn the lower-left corner of the map window, you will see the map coordinates the mouse cursor is pointing at, in the configured lat/lon format (default DDMM.MM, or DD:MM:SS or DD.DDDDDD) and in Maidenhead
format.
There is no present YAAC feature to draw the Maidenhead grid on the map the way the lat/lon graticule is drawn.
Hope this helps.
Andrew,? KA2DDO?
author of YAAC
From: [email protected] <[email protected]> on behalf of Eric H. Christensen via groups.io
Sent: Wednesday, June 5, 2024 5:57:23 PM
Is there a way to show the Maidenhead Locator System (grid locators) on the map?
73, Eric WG3K |