Issue #63: add options for MapCSS generation.

This commit is contained in:
Sergey Vartanov 2021-08-15 09:55:46 +03:00
parent e5671fcf8f
commit 87facc7299
6 changed files with 114 additions and 65 deletions

View file

@ -13,7 +13,7 @@ def test_mapcss() -> None:
"""
Test MapCSS generation.
"""
writer: MapCSSWriter = MapCSSWriter(SCHEME, "icons", False)
writer: MapCSSWriter = MapCSSWriter(SCHEME, "icons")
matcher: NodeMatcher = NodeMatcher(
{"tags": {"natural": "tree"}, "shapes": ["tree"]}
)