Fix comment typo on line 244

This commit is contained in:
umpc 2016-10-13 06:26:23 -04:00 committed by GitHub
parent 05de7283b4
commit 49b32a1637
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ func BBoxBounds(lat, lon, meters float64) (latMin, lonMin, latMax, lonMax float6
lonMax = lonMax
}
// Adjust for wraparound if minimum longitude is greater than -180 degrees.
// Adjust for wraparound if minimum longitude is greater than 180 degrees.
if lonMax > math.Pi {
// box 1:
latMin = latMin