Closed hcarter333 closed 1 year ago
Add a method isQSO(dB) that returns True if the RST is 3 digits. As in #74 pass the method to the template. The template will use the method to determine what style of marker to use. Also, remove rst_len from the canned query in qso_loc.yml .
isQSO(dB)
The new method works. The following was made after the column was removed from the query
The latest comment wraps this up.
Add a method
isQSO(dB)
that returns True if the RST is 3 digits. As in #74 pass the method to the template. The template will use the method to determine what style of marker to use. Also, remove rst_len from the canned query in qso_loc.yml .