Create your offline map:
-
Get a Graphhopper. I used on SHA1 ID:
1d8a64ea8d3a50a030ace148e7d0c97897bbcf33
. -
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.
- Get a map for Mapsforge.
Note that you should use the same versions of Graphhopper in your Android application and on desktop.