Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 259

Thread: Typ viewer

Threaded View

  1. #11
    Important User Typ viewer
    Join Date
    Aug 2011
    Location
    France
    Posts
    272
    Rep Power
    195

    Default

    Hi mullerh

    The polygons with a type less than 0x100 do not have a subtype, so they are often coded 0x4B for example (only 2 digits because it is less than 0x100).
    The polygones with a type equal or more than 0x100 have a subtype so they are often coded 10f04 for example (5 digits).

    So in TYPViewer, the 2 forms are accepted: 0x4B or 0x04B00 (i.e. the form without subtype and so there are only 2 digits and the form with subtype and so with 5 digits)
    But IMG2typ uses another convention : 0x4B00 i.e. 4 digits and TYPViewer does not correctly interpret this...

    In a first time , you can add a "0" after the "0x" in your txt file in order to have 5 digits: the draworder will be correctly interpreted by TYPViewer.

    Then I'll take a look in the code to see if it is possible to make TYPViewer compatible with the 4 digits notation.

    Edit: you can try this new version :
    Spoiler:
    [Only registered and activated users can see links. ]
    Last edited by sherco40; 28th August 2015 at 11:53 PM.

  2.    Advertissements


 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •