Opened 13 years ago

Closed 13 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.

Change History (1)

comment:1 by NormOlsen, 13 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.