Actually set geom and h3cell for uploaded pools
This commit is contained in:
parent
0659b8993d
commit
ebc329fc5e
3 changed files with 64 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue