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

Add reprojection support for plot location #29

Closed mmcfarland closed 8 years ago

mmcfarland commented 10 years ago

Right now we assume xy coordinates are 4326 and use them thusly. We should use proj4j to actually ensure the coordinates are lat/lon when we put them on the map.

maurizi commented 8 years ago

I don't think we plan on changing the API to return anything other than Lat/Lng, so I think we can close this.