如何运行 "OSM Map Tile Packager"?
How to run the "OSM Map Tile Packager"?
我克隆了这个 repository。
我需要 运行 这个项目 "OSM Map Tile Packager"。我不明白该怎么做。
如何 运行 "OSM Map Tile Packager"?
我正在使用 IDE Android Studio。
我需要做什么?
此处解释如下:https://github.com/osmdroid/osmdroid/tree/master/OSMMapTilePackager#how-do-i-use-this
Open a command line/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
All bounds are in decimal degrees latitude/longitude.
我克隆了这个 repository。 我需要 运行 这个项目 "OSM Map Tile Packager"。我不明白该怎么做。
如何 运行 "OSM Map Tile Packager"?
我正在使用 IDE Android Studio。
我需要做什么?
此处解释如下:https://github.com/osmdroid/osmdroid/tree/master/OSMMapTilePackager#how-do-i-use-this
Open a command line/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
All bounds are in decimal degrees latitude/longitude.