DrawnMapFormat.wiki
changeset 432 e441f3f51dac
parent 226 6ca639109e95
child 666 f38a002a0796
equal deleted inserted replaced
431:ccd3a6afa564 432:e441f3f51dac
       
     1 #summary Short description of the file format of hand-drawn maps
       
     2 
     1 Drawn map is described by a list of points, which define polylines to draw and format of each polyline.
     3 Drawn map is described by a list of points, which define polylines to draw and format of each polyline.
     2 
     4 
     3 Point is defined as
     5 Point is defined as
     4 || Big-endian int16 || Big-endian int16 || Byte ||
     6 || Big-endian int16 || Big-endian int16 || Byte ||
     5 || *X* coordinate || *Y* coordinate || *flags* ||
     7 || *X* coordinate || *Y* coordinate || *flags* ||