Changes between Initial Version and Version 1 of Ticket #4664


Ignore:
Timestamp:
May 15, 2012, 11:55:15 AM (12 years ago)
Author:
dandye
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4664 – Description

    initial v1  
    11lat and lon are inverted inside the LatLonToPixels method.
    22
     3{{{
    34362,363c362,363
    45<               px = (180 + lon) / res
     
    78>               px = (180 + lat) / res
    89>               py = (90 + lon) / res
     10}}}