Changes between Initial Version and Version 3 of Ticket #1341


Ignore:
Timestamp:
Jun 2, 2016, 12:01:17 PM (8 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1341

    • Property Cc Vlad Merticariu added
  • Ticket #1341 – Description

    initial v3  
    33{{{
    44for c in (eobstest)
    5 return encode(c[Lat(0:20), Long(25:30)], {"Lat":"3857", "Long":"3857"},
     5return encode(crsTransform(c[Lat(0:20), Long(25:30)]), {"Lat":"3857", "Long":"3857"},
    66{ }, "tiff")
    77}}}
     
    1414}}}
    1515
     16#Thanks Dimitar for the missing.