Original kothic mapcss renderer and stylesheet parser
Find a file
2010-06-23 13:21:38 +03:00
src little cleanup, better logging 2010-06-23 13:21:38 +03:00
.hgignore Changeable vector backends. 2010-05-02 00:18:15 +03:00
README Readme added 2010-05-13 14:47:29 +03:00

   Kothic  Map Renderer
   
   Depends:
   1. tWMS http://twms.googlecode.com/
     symlink twms directory into src/
   2. python-lxml
   3. python-psyco, if available.
   4. pygtk for GUI
   5. pycairo


   To run:
   1. Install all dependancies.
   2. cd src/
   3. cat small_test_osm_dump.osm | ./osm2tiles.py
   4. wait a bit and check if tiles ggot generated
   5. python kothic.py to run GUI

   NOT READY FOR DAILY USAGE!