Ticket #1555 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by NormOlsen

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

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.