diff --git a/pkg/geojson/poly/poly.go b/pkg/geojson/poly/poly.go index 8167a597..ddb0230e 100644 --- a/pkg/geojson/poly/poly.go +++ b/pkg/geojson/poly/poly.go @@ -5,7 +5,7 @@ import "fmt" // Point is simple 2D point type Point struct { - X, Y, Z float64 + X, Y, Z float64 // X=latitude, Y=longitude, (Z is optional, e.g. for elevation or timestamp) } // InsideRect detects point is inside of another rect