Hi I am making an android app which uses an OpenStreetMap. I have my own tile server which serves the street map. When I tell the app to centre on a specifc area on the map by passing in the coordinates as a GeoPoint, it centres somewhere around Africa when it should centre on Edinburgh. Here is the code:
Anyone know how I can get the coorindates to align with the map correctly? Thanks asked 29 Oct '12, 15:07 srose |
If your map is centering off the african coast around here: http://www.openstreetmap.org/?mlat=0&mlon=0&zoom=4&layers=M Then your coordinates are not working correctly. that location is the 0,0 of lat/long. Do a thorough check on whether your GeoPoint is working properly answered 30 Oct '12, 09:34 samlarsen1 |