tkrajina / gpxgo

GPX library for golang
Apache License 2.0
93 stars 23 forks source link

MinLatitude not checked in `func (b GpxBounds) Equals(b2 GpxBounds) bool` #1

Closed flopp closed 8 years ago

flopp commented 8 years ago

MinLatitude is not checked for equality in func (b GpxBounds) Equals(b2 GpxBounds) bool, instead MinLongitude is checked twice.

Probably a copy'n'paste error.