Opened 14 years ago

Closed 14 years ago

#86 closed defect (fixed)

Oracle SRID numbers are sometimes negative

Reported by: Norm Olsen Owned by: Norm Olsen
Priority: trivial Milestone: 2.0
Component: Dictionaries Version: svn-trunk
Keywords: SRID Oracle Cc:

Description

Oracle SRID numbers which are greater than 32767 are compiled into the dictionaries as negative numbers.

Change History (1)

comment:1 by Norm Olsen, 14 years ago

Resolution: fixed
Status: newclosed

Corrected at revision 1947. THe compiler was adjusted so that SRID values greater than 65355 are ignored, and values between 32767 and 65535 are stored as unsigned numbers in an signed variable.

Note: See TracTickets for help on using tickets.