Use new v2 release of go-geojson2h3

This commit is contained in:
Eli Ribble 2025-11-21 17:44:29 +00:00
parent 5c8e016b1c
commit 00e4b8a09b
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

2
h3.go
View file

@ -4,7 +4,7 @@ import (
"fmt"
"strings"
"github.com/Gleipnir-Technology/go-geojson2h3"
"github.com/Gleipnir-Technology/go-geojson2h3/v2"
"github.com/tidwall/geojson"
"github.com/uber/h3-go/v4"
)