From a1e958b4c81929b71b560377d94482c4d2347e11 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 16 Oct 2012 14:06:39 +0300 Subject: [PATCH] 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. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a9913c3..4e78d2b 100644 --- a/README +++ b/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