Skip to content

Commit 99e1580

Browse files
committed
Update bbox.go
1 parent 7286978 commit 99e1580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geo/bbox.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package geo
22

3+
// BBox is the bounding box constraint where the Mercator projection works.
34
type BBox struct {
45
Top, Left, Bottom, Right float64
56
}

0 commit comments

Comments
 (0)