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.
According to the README, after generating the tiles & checking they are generated (they are), I should run the application with:
python kothic.py
Unfortunately, there is no kothic.py in the src directory.
I've tried running komap.py, and this is what I get:
Traceback (most recent call last):
File "komap.py", line 147, in <module>
style.parse(open(options.filename,"r").read())
TypeError: coercing to Unicode: need string or buffer, NoneType found
I've also tried running gtk-app.py it launches fine, but only shows solid light-blue in its window. Changing style or clicking reload style makes no difference. It prints this to stdout when started.
According to the README, after generating the tiles & checking they are generated (they are), I should run the application with:
Unfortunately, there is no kothic.py in the src directory.
I've tried running komap.py, and this is what I get:
I've also tried running gtk-app.py it launches fine, but only shows solid light-blue in its window. Changing style or clicking reload style makes no difference. It prints this to stdout when started.
As for the data I have used for testing:
source OSM file
the tiles generated from it
Let me know if you need any more info. :)
PS.: Yeah, I've said I'll check Kothic out back at SOTM EU in Vienna but haven't really got to it until now. :)
The text was updated successfully, but these errors were encountered: