Update README
handle osm2tiles.py that is not executable After cloning from git, the osm2tiles.py file is not executable so running it with just "./osm2tiles.py" would fail. Using "python osm2tiles.py" should work, even if the file itself is not executable.
This commit is contained in:
parent
e0c3d8dee1
commit
a1e958b4c8
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -14,7 +14,7 @@
|
|||
To run:
|
||||
1. Install all dependancies.
|
||||
2. cd src/
|
||||
3. cat small_test_osm_dump.osm | ./osm2tiles.py
|
||||
3. cat small_test_osm_dump.osm | python osm2tiles.py
|
||||
4. wait a bit and check if tiles got generated
|
||||
5. python kothic.py to run GUI
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue