Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Nodered-Hamradio
- Messages
Search
Re: Little Azimuth Map project
¿ªÔÆÌåÓýHelloIs there some place where you share/save projects?? Or only randomly?? Best Regards, Stein-Roar?Zamora Brobakken post@... LB3RE K3RAG LC0X Skype: lb3re.rag 3. mars 2025 kl.?23:20 skrev Ken Kayser via groups.io <kxkayser@...>:
|
Re: Little Azimuth Map project
Hi again Alan.? I wanted to thank you again for your guidance on this project.? I have successfully generated several maps using? NS6T's site and incorporating them into my multiple map rotor flow.? Interesting to see that's it's not actually the svg file that's incorporated into the svg node but rather the base64 representation.? I'm assuming that it's the svg node that allows for the clickable responses and several other properties I'm enjoying although it's still a little obscure for me.? Thanks again. |
Re: Little Azimuth Map project
I'm all set now. I downloaded Great Circle Mapper and built a new World map that I absolutely love. Now I just wish I could figure out how to make a USA grid map that has the rotor headings, but is centered on the US and not my location. That's the downfall of living way up in one of the corners. An azimuthal map doesn't really work well for this. That's a project for another day. Thanks for your help Alan.?
?
|
Re: Little Azimuth Map project
Patrick and others who what "dynamic" SVG maps.
?
In the demo, "build your own rotor map" flow, there is a section for dynamic maps. ?For your maps, you need to modify the function(s) below for each of your desired maps.
?
?
First, after you have your map image file, it needs to be converted to base 64. ?Here is a link to a web site that will do the conversion:
?
?
?
Then, you need to build the SVG string to paste into the function node. ?The string will all be within "" and will start with?
msg.payload = "data:image/png;base64,
?
then paste in the base 64 image text, no space following the comma.
?
Be sure there is a closing ", at the end of the large string.
?
Alan. WA9WUD
?
?
|
Re: Little Azimuth Map project
Now we're cooking! Thanks for that Alan. Took a minute to figure out how to enable the 3rd beam, but I got it all sorted.?
?
Now if someone could make me the world and NA map from my QTH (W7IB in CN88uw) with a black background like my existing SVG map has I'll be set!!!?
?
|
Re: Little Azimuth Map project
¿ªÔÆÌåÓýI am thinking what Patrick wants can be done withModifying the SVG code to add a third vector, with different color then in the code set them to fixed values (azimuth). You just need the node in the correct dash group. No need to have connections in or out.? Thoughts? I probably will not have time to do this until Monday.? 73 Dave wo2x Sent from my waxed string and tin cans.? On Feb 28, 2025, at 12:58?PM, Alan Blind, WA9WUD via groups.io <a.alan.blind@...> wrote:
|
Little Azimuth Map project
Need some help with a project. This one is a bit above my paygrade.?
?
I'd like to make an azimuth map centered on me (W7IB) that displays 3 different beam headings. I do NOT want the map to be clickable or send commands in any way. I do not need to have it have the normal target line of the current available. Just a normal display Azimuth map that shows a red/blue/green beam headings with 3 separate inputs. Thank ahead for anyone willing to write the function node for this.?
?
73 de W7IB |
Re: Apps and devices that dont' expose APIs
Hi All,
Fred, Filip, we have the beginnings of a Station Master Deluxe sub-group. I have similar goals. Filip, I also read your other message.
?
I have had some success with Wireshark thanks to Dave - WO2X and other members of this group. Once I have NodeRed working manually, I hope to interface with Station Master Deluxe. We may need some support from Jozef @ Microham to get an RS-485 connector working. Has anyone yet sniffed the Microham control bus?
--
Bill - N1HKO |
Re: How to Create an Azimuth Map?
Ken
?
I am not sure exactly what you ask. ?But, let me explain a feature of the SVG node that allows you to send a SVG base 64 image to the node (maps).
?
If you send the following JSON object to the SVG node it will show the base 64 SVG image:
?
var m =
[
{
"command": "update_attribute",
"elementId": "image",
"attributeName": "xlink:href",
"attributeValue": msg.payload
}
]
msg.payload = m
return msg;
?
In this JSON, "attributeValue, is the base 64 image, or in this case, msg.payoad.
?
Now you must build the upstream msg.payload, which is the base 64 version of the SVG map code.
?
To build this payload, insert the sag map file after the below string, followed by a ", to complete the string.
?
msg.payload = "data:image/png;base64,SVGFile"
?
To help in your learning, I have attached a "build your own" map using the SVG node.
?
There is a section for sending SVG files in the flow.
?
There are many other individual attributes you can change to customized your rotor graphic, all
taking advantage of the advance features of the SVG Node.
?
?
?
Alan. WA9WUD
|
Re: How to Create an Azimuth Map?
Ken, I did see the post and someone's that another map building app. I use Great Circle Mapper which does not appear to limit the radius. The flow I am using only allow for a single map. Ron WB2WGH? On Wed, Feb 26, 2025, 8:43 AM Ken Kayser via <kxkayser=[email protected]> wrote:
|
Re: How to Create an Azimuth Map?
Tom Epperly NS6T has developed two nice Az map generators which can be found at
?
The older generator 'Free Azimuthal Maps' creates a PDF and includes an option to set the radius (in Km). 4000 is about right for NA.
The newer generator 'Experimental Dynamic Color Map' generates SVG and PNG maps. Lots of nice features (but not radius).
?
Eternally grateful for the work and sharing of our community!
?
73 de Raoul Sevier W7RPS |
to navigate to use esc to dismiss