Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: Calculating pixel-offset for location on OpenStreetMap

    // The number of KMs per pixel, for the specified latitutde
    double distancePerPixel = map.getDistancePerPixel(airport.getLatitude());
    distance per pixel is different for lat and long
    try using an...
  2. Re: Calculating pixel-offset for location on OpenStreetMap

    Pick a physical feature and use Google Earth or Maps to get its latitude.
  3. Re: Calculating pixel-offset for location on OpenStreetMap

    Are the calculated positions at higher latitudes closer to correct than those at lower lats, but still too far north?
    Is there a latitude where where the calculated lat is correctly positioned?
    ...
  4. Re: Calculating pixel-offset for location on OpenStreetMap

    Can you give a few more details?
    Are the positions and maps in the southern hemisphere?
    What is the range of latitudes you are working with?
    Are the computed positions on the correct longitude...
  5. Re: Calculating pixel-offset for location on OpenStreetMap

    Interesting that the problem is with the latitude, not the longitude. The inter line distances are constant for latitude from the equator to the pole. The inter-longitude distances decrease going...
Results 1 to 5 of 5