Actually set geom and h3cell for uploaded pools

This commit is contained in:
Eli Ribble 2026-02-14 16:49:54 +00:00
parent 0659b8993d
commit ebc329fc5e
No known key found for this signature in database
3 changed files with 64 additions and 9 deletions

View file

@ -15,7 +15,8 @@ type StadiaMaps struct {
func NewStadiaMaps(api_key string) *StadiaMaps {
//logger := NewLogger(log.Logger)
//r := resty.New().SetLogger(logger).SetDebug(true)
r := resty.New().SetDebug(true)
//r := resty.New().SetDebug(true)
r := resty.New()
return &StadiaMaps{
APIKey: api_key,
client: r,