logo separator

[mkgmap-dev] TYP compiler

From Minko ligfietser at online.nl on Thu Dec 8 14:39:56 GMT 2011

Typ compiler (mkgmap-r2136) still has problems with the draw order of these
(background) polygons: 0x10100 and 0x10101

input txt file
[_drawOrder]
Type=0x032,1
Type=0x10100,2
Type=0x10101,2
Type=0x001,3
Type=0x002,3
etc

output typ file
[_drawOrder]
Type=0x032,1
Type=0x10101,2
Type=0x001,3
Type=0x002,3
etc


I've tried to replace 0x10101 type with 0x10200 instead (maybe subtypes are not allowed?)
of  but this seems not to work either:

input txt file

[_drawOrder]
Type=0x032,1
Type=0x10100,2
Type=0x10200,2
Type=0x001,3
Type=0x002,3
etc


Output:

[_drawOrder]
Type=0x032,1
Type=0x001,2
Type=0x002,2
Type=0x001,3
Type=0x002,3
etc


btw I tried it also with mkgmap-typ-r2129 from the branch but then the typviewer crashes when trying to read the typ file.




More information about the mkgmap-dev mailing list