Ticket #2548 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

typo in esri2wkt.py

Reported by: cgsbob Owned by: warmerdam
Priority: normal Milestone: 1.5.3
Component: Utilities Version: unspecified
Severity: normal Keywords:
Cc:

Description

There is a typo in esri2wkt.py. line 33 should be "from osgeo import osr" not "from osgeo import ogr"

Change History

Changed 5 years ago by cgsbob

Just wanted to add that if "from osgeo import ogr" was changed to "from osgeo import osr", esri2wkt.py functions as expected.

Changed 5 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.5.3

Thanks. Fixed in trunk in r15251 and in branches/1.5 in r15252

Note: See TracTickets for help on using tickets.