INTERPOL-Innovation-Centre / ANSI-NIST-XML-ITL-Implementation

INTERPOL's implementation for ANSI/NIST ITL
GNU General Public License v3.0
15 stars 4 forks source link

Delta directions have incorrect value ranges #17

Open netx123 opened 3 years ago

netx123 commented 3 years ago

Direction Up - DUP (09.321-C) Value range states {1..180} this is incorrect, as stated in ANSI/NIST-ITL 1-2011 Update: 2015 the value range should be {0..359}

Direction Left - DLF (9.321-D) value also has the same issue, should be {0..359}

Direction Right - DRT (9.321-E) value also has the same issue, should be {0..359}

This stems from Issue #11 where your MRT and documentation are actually based on 2013 spec but should be based on 2015 spec.