Opened 14 years ago
Closed 14 years ago
#1555 closed defect (fixed)
Oracle SRID's are soemtimes returned as negative numbers.
Reported by: | NormOlsen | Owned by: | NormOlsen |
---|---|---|---|
Priority: | low | Milestone: | 2.2 |
Component: | General | Version: | 2.1.0 |
Severity: | minor | Keywords: | SRID Oracle |
Cc: | External ID: | 1364216 |
Description
Definitions with Oracle SRID values greater than 32767 are returned as negative values.
Note:
See TracTickets
for help on using tickets.
Corrected at revision 5446. Altered the code such that the signed short in the CS-MAP dictionary structure is treated as an unsigned short. Tries to do this without using a cast such that it will work on any compiler.