mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-29 06:18:53 +02:00
Issue #63: add options for MapCSS generation.
This commit is contained in:
parent
e5671fcf8f
commit
87facc7299
6 changed files with 114 additions and 65 deletions
|
@ -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"]}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue