Original kothic mapcss renderer and stylesheet parser
Find a file
Martin Kolman 040185f300 Use integer primary key instead of dedicated index in temporary node database
This reduces size of the temporary sqlite node database and is also
slightly faster (5%) than the separate index.
2014-11-03 23:42:58 +01:00
src Use integer primary key instead of dedicated index in temporary node database 2014-11-03 23:42:58 +01:00
.gitignore added gitignore 2013-09-23 16:59:18 +03:00
.hgignore Changeable vector backends. 2010-05-02 00:18:15 +03:00
README Update README 2012-10-16 14:07:30 +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 | python osm2tiles.py
   4. wait a bit and check if tiles got generated
   5. python kothic.py to run GUI

   NOT READY FOR DAILY USAGE!