OpenTreeMap / otm-android

An OpenTreeMap client for Android. The OpenTreeMap code can be downloaded at https://github.com/OpenTreeMap/otm-core.
Other
23 stars 22 forks source link

Fix incorrect order of x, y in lat, lng #178

Closed steventlamb closed 10 years ago

steventlamb commented 10 years ago

fixes #165 on github

There was a bug in #171 such that geocoding clicked locations for Philadelphia were resolving to Antarctica because the X and Y values for the point were flipped. Since there are no addresses in Antarctica, reverse geocoding provided no results.