我克隆了这个repository。 我需要运行这个项目“OSM Map Tile Packager”。我不明白该怎么做。
如何运行“OSM Map Tile Packager”?
我正在使用IDE Android Studio。
我需要做什么?
答案 0 :(得分:0)
这在此解释:https://github.com/osmdroid/osmdroid/tree/master/OSMMapTilePackager#how-do-i-use-this
打开命令行/ terminal / bash shell
java -jar osmdroid-packager-<VERSION>-jar-with-dependencies.jar -u url -t <MapSourceName> -d <outputfile.zip> -zmin <MIN ZOOM> -zmax <MAX ZOOM up to 22> -n <NORTH> -s <SOUTH> -e <EAST> -w <WEST> -nthreads <optional, number of current threads, default 2> -fa <optional file extension add on, not really needed>1
所有边界都是十进制纬度/经度。