Precompute Data Tiles - jar is missing from the repository
The instructions page for precomputing data tiles: https://github.com/uwdata/imMens/wiki/Precompute-Data-Tiles
ends with the instruction to run a jar file: java -jar PostgresTileGenerator.jar <specification_file> <output_directory> <postgres_url> <postgres_user> <postgres_password>
However, this jar file is not part of the git repository. How should I run the code (jar or otherwise) to precompute my own tiles?
The instructions page for precomputing data tiles: https://github.com/uwdata/imMens/wiki/Precompute-Data-Tiles
ends with the instruction to run a jar file: java -jar PostgresTileGenerator.jar <specification_file> <output_directory> <postgres_url> <postgres_user> <postgres_password>
However, this jar file is not part of the git repository. How should I run the code (jar or otherwise) to precompute my own tiles?
Excuse me ,did you solve the problem?