You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A useful improvement to the coverage plot optionfeature with multiple transmitters would be to be able to plot a map of best server.
I have modified Johns original code to add an extra field in the map array. When coverage -c is plotted, it recorded the transmitter number and for each transmitter updated this field if the new calculation had stronger signal. I then assigned a colour to the transmitter number and plotted.
The text was updated successfully, but these errors were encountered:
Ooo, I like it. I passed the suggestion on to John. Do you have a patch for that? It's doubtful it can be applied to the current codebase, but I can probably modify it to work.
This is working code derived from an older splat.
It needs some work to allow normal "-L" plotting as well as the modified "-c"
I added an extra element to the dem struct to store the transmit site and some functions to read and write to this.
A useful improvement to the coverage plot optionfeature with multiple transmitters would be to be able to plot a map of best server.
I have modified Johns original code to add an extra field in the map array. When coverage -c is plotted, it recorded the transmitter number and for each transmitter updated this field if the new calculation had stronger signal. I then assigned a colour to the transmitter number and plotted.
The text was updated successfully, but these errors were encountered: