Replace "WAB/WAI GRID" as a location source. Closes #116

This commit is contained in:
Ian Renton
2026-08-08 13:19:28 +01:00
parent 1651629109
commit 605b172bb3
3 changed files with 23 additions and 13 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ class Tiles(HTTPSpotProvider):
time=datetime.fromisoformat(source_spot["created_at"].replace("Z", "+00:00")).timestamp(),
dx_grid=source_spot["maidenhead_grid"],
dx_latitude=source_spot["latitude"],
dx_longitude=source_spot["longitude"])
dx_longitude=source_spot["longitude"],
dx_location_source="GRID")
# Add to our list. Don't worry about de-duping, removing old spots etc. at this point; other code will do
# that for us.