rough start for pota stuff

merge-requests/160/head
Matthew Chambers 2022-02-05 09:54:14 -06:00
rodzic 3e060f24ca
commit cc7742af3d
1 zmienionych plików z 22 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,22 @@
// GridTracker Copyright © 2022 GridTracker.org
// All rights reserved.
// See LICENSE for more information.
var g_potaPlace = Object;
var g_potaSpot = Object;
function g_getPotaPlaces()
{
// get list of all parks
// we need to see if ever run and update 1x a week
}
function g_getPotaSpots()
{
// if Pota Spotting enabled, get spots
}
function g_sendPotaSpot()
{
// if Pota spotting enabled, and we have enough info, send a spot to Pota
}