Original kothic mapcss renderer and stylesheet parser
Find a file
Darafei Praliaskouski 5b98a1cca4 Merge pull request #7 from shurshur/master
Fix hardcoded table name
2013-01-02 09:49:49 -08:00
src Fix hardcoded table name 2013-01-01 23:01:56 +04:00
.hgignore Changeable vector backends. 2010-05-02 00:18:15 +03:00
README Updated deps list in README 2010-07-13 02:24:04 +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
   6. python-psycopg2
   7. python-shapely
   8. python-pyproj

   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 got generated
   5. python kothic.py to run GUI

   NOT READY FOR DAILY USAGE!