Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 594 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 594 Bytes

.map reader

general structure

 # meta data
 file header

 # sub-files
 for each sub-file   
    # tile index segment   
    tile index header   
    tile index entries    

    # tile data segment   
    for each tile       
        tile header       
        for each POI           
            POI data       
        for each way           
            way properties           
            way data

Detailview of mapfile

map file specification from the origin project mapsforge