nidus-sync/db/types/box2d.go
Eli Ribble bab3200b6c
Port all of the arcgis schema to using jet
Have not tested anything at this point, it just compiles.
2026-05-01 17:28:33 +00:00

8 lines
93 B
Go

package types
type Box2D struct {
XMax float64
YMax float64
XMin float64
YMin float64
}