Map questions for selfhosted instance #64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Love this software!
I have a spothole instance set up at https://spothole.w1cdn.net. Just updated it from the main branch.
I can get spots into it via the API, but they do not show up on the map. They do have location information according to https://spothole.w1cdn.net/api/v1/spots. Example copied below.
I have other spotting services turned off, and do not have any login information included in
config.yml.So my questions are
dx_location_sourceisDXCC.Thanks!
The map currently requires that the location source be "good", defined as either having been provided directly from the spot, or from QRZ/Clublog if the callsign isn't obviously "not home". In the example you included the location source is shown as "DXCC", i.e. it's just based on the DX having a US callsign which might be the centre of the country or the capital. To avoid having dozens of spots on e.g. Washington DC, these aren't shown.
If you add spots via the API with dx_latitude and dx_longitude set, this problem should be resolved. If not, that's a bug so please let me know!
Alternatively, if you have QRZ/Clublog credentials (and a subscription, in the case of QRZ) adding them will let it find a better location for your callsign from those services, if you have set one.
I could make the requirement for "good" location a toggleable option on the map page if that would help.
Ian
Got it, thanks!