Tooltip explaining callsign-based destination lookup
Hovering the dotted-underlined "callsign" in the Destination label on /path now surfaces a tooltip explaining that callsign lookup queries QRZ for the licensee's mailing address and geocodes it, so the resulting position may differ from where the station actually operates. Gives users a reason to enter a grid directly when they know it's more accurate than a QRZ address.
This commit is contained in:
parent
da6b312213
commit
be9c215515
1 changed files with 6 additions and 1 deletions
|
|
@ -497,7 +497,12 @@ defmodule MicrowavepropWeb.PathLive do
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="fieldset">
|
<div class="fieldset">
|
||||||
<label class="label text-sm font-medium">Destination (callsign or grid)</label>
|
<label class="label text-sm font-medium">
|
||||||
|
Destination (<span
|
||||||
|
class="tooltip tooltip-top underline decoration-dotted cursor-help"
|
||||||
|
data-tip="Callsign lookup queries QRZ for the licensee's mailing address, then geocodes that address — so the position may be off from where the station actually operates."
|
||||||
|
>callsign</span> or grid)
|
||||||
|
</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
name="destination"
|
name="destination"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue