Changes between Version 3 and Version 4 of Ticket #6435


Ignore:
Timestamp:
Apr 2, 2016, 1:03:46 PM (8 years ago)
Author:
georges
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6435 – Description

    v3 v4  
    1818sourceSRS = osrc.SpatialReference("")
    1919sourceSRS.ImportFromEPSG(4326)
     20num, datasetsourceSRS = inputCRS.ExportToWkt()
     21
    2022targetSRS = osrc.SpatialReference("")
    2123targetSRS.ImportFromProj4("+proj=aeqd +lat_0=40.81266 +lon_0=14.414252 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs")