使用OsmAndMapCreator为OSMAnd运行的脱机OSM文件

时间:2015-08-28 02:19:18

标签: openstreetmap osmand osmandmapcreator osm.pbf

我正在尝试使用这些instructions为OSMAnd创建脱机OSM文件:

java -Djava.util.logging.config.file=logging.properties -Xms256M -Xmx2560M -cp "./OsmAndMapCreator.jar:./lib/OsmAnd-core.jar:./lib/*.jar" net.osmand.data.index.IndexBatchCreator ./batch.xml

我收到net.osmand.data.index.IndexBatchCreator类无法找到错误。

我已将batch.xml更新为指向我的文件夹:

<process directory_for_osm_files="/opt/OpenStreetMap/osm_files"
directory_for_index_files="/opt/OpenStreetMap/index_files"
directory_for_generation="/opt/OpenStreetMap/gen_files" 

指定我的工作文件夹,并且存在这些文件夹。

1 个答案:

答案 0 :(得分:0)

在执行命令之前,您需要“cd”到OsmandMapCreator主目录中。 java类路径是相对于主目录的。