mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Update data/spot.py
This commit is contained in:
@@ -109,4 +109,5 @@ class Spot:
|
|||||||
if self.latitude and self.longitude and not self.grid:
|
if self.latitude and self.longitude and not self.grid:
|
||||||
self.grid = latlong_to_locator(self.latitude, self.longitude, 8)
|
self.grid = latlong_to_locator(self.latitude, self.longitude, 8)
|
||||||
|
|
||||||
|
# TODO use QRZ provider to get grids, lat Lon, DX name
|
||||||
# TODO lat/lon from DXCC centre?
|
# TODO lat/lon from DXCC centre?
|
||||||
Reference in New Issue
Block a user