3
votes
1answer
252 views

Overlaying layers with different projections on Android

Hello, I'm trying to show a map on Android. I'm using two map providers and am having trouble when converting geo point(lat/lon) to point in my viewport(x/y in pixels). 1) the first map provider used ...
8
votes
1answer
166 views

Reprojection - Learning the ins and outs

I would like to expand my knowledge coordinate systems, projections and reprojecting data, with a view of writing a reprojection engine. Could you provide me with some resources (books, websites, ...