Hi,
im currently trying to create my own mapcss style for use in kothicjs:
python mapcss_converter.py
Traceback (most recent call last):
File "mapcss_converter.py", line 8, in <module>
from mapcss_parser import MapCSSParser
ImportError: No module named mapcss_parser
Where can i get the mapcss_parser module?
MfG Andi