Opened 16 years ago

Closed 16 years ago

#2548 closed defect (fixed)

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 (2)

comment:1 by cgsbob, 16 years ago

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

comment:2 by Even Rouault, 16 years ago

Milestone: 1.5.3
Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.