Opened 5 years ago
Closed 5 years ago
#3981 closed defect (fixed)
winGRASS: defining a new location by EPSG code: TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType)
Reported by: | hellik | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.2 |
Component: | wxGUI | Version: | git-releasebranch78 |
Keywords: | wingrass, py3, python3, proj6 | Cc: | |
CPU: | x86-64 | Platform: | MSWindows |
Description
when defining a new location in the location wizard by an EPSG code, I get following message in the winGRASS-OSGEo4W shell:
[...] TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) TypeError: invalid result from TransList.OnMeasureItem(), an integer is required (got type NoneType) [...]
Note:
See TracTickets
for help on using tickets.
https://github.com/OSGeo/grass/pull/233