Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Latest commit

 

History

History

cyprus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Create your offline map:

  1. Get a Graphhopper. I used on SHA1 ID: 1d8a64ea8d3a50a030ace148e7d0c97897bbcf33.

  2. Get a raw OpenStreetMap data from Geofabrik server and convert it to a routing data:

     ./graphhopper.sh import <downloaded-osm-file.pbf>
    

The Graphhoper will create edges, geometry, locationIndex, names, nodes, properties files.

  1. Get a map for Mapsforge.

Note that you should use the same versions of Graphhopper in your Android application and on desktop.