Original kothic mapcss renderer and stylesheet parser
Find a file
2024-12-13 18:21:11 +02:00
integration-tests Added unit tests and integration tests 2024-12-13 18:21:11 +02:00
src Fixed regex condition. Fixed unclosed files. 2024-12-13 18:21:11 +02:00
tests Added unit tests and integration tests 2024-12-13 18:21:11 +02:00
.gitignore Added unit tests and integration tests 2024-12-13 18:21:11 +02:00
.hgignore Changeable vector backends. 2010-05-02 00:18:15 +03:00
README.md Added unit tests and integration tests 2024-12-13 18:21:11 +02:00
requirements.txt Require protobuf 3.21+ 2024-12-02 01:02:50 +03:00

Kothic Mapcss parser/processor tailored for Organic Maps use.

Dependencies:

  • Python >= 3.8

Python dependencies:

pip3 install -r requirements.txt

Running unittests

To run all unittests execute next command from project root folder:

python3 -m unittest discover -s tests

this will search for all test*.py files within tests directory and execute tests from those files.

Running integration tests

File integration-tests/full_drules_gen.py is intended to generate drules files for all 6 themes from main Organic Maps repo. It could be used to understand which parts of the project are actually used by Organic Maps repo.

Usage:

cd integration-tests
python3 full_drules_gen.py -d ../../../data -o drules --txt

This command will run generation for styles - default light, default dark, outdoors light, outdoors dark, vehicle light, vehicle dark and put *.bin and *.txt files into 'drules' subfolder.