You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: