Original kothic mapcss renderer and stylesheet parser
Find a file
Komяpa ecb6bb8394 Webcolors is now a part of MapCSS styling engine
--HG--
rename : src/webcolors/LICENSE.txt => src/mapcss/webcolors/LICENSE.txt
rename : src/webcolors/PKG-INFO => src/mapcss/webcolors/PKG-INFO
rename : src/webcolors/README.txt => src/mapcss/webcolors/README.txt
rename : src/webcolors/__init__.py => src/mapcss/webcolors/__init__.py
rename : src/webcolors/setup.py => src/mapcss/webcolors/setup.py
rename : src/webcolors/webcolors.py => src/mapcss/webcolors/webcolors.py
2010-06-29 13:35:57 +03:00
src Webcolors is now a part of MapCSS styling engine 2010-06-29 13:35:57 +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!