Skip to content

iOS implementation of the mapsforge reader

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

calimoto-GmbH/mapsforge-map-reader-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

About

iOS implementation of the mapsforge reader

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published