mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-20 20:46:24 +02:00
Rename data/tags.yml to scheme/default.yml.
This commit is contained in:
parent
cbbd7bcf05
commit
0f3888430b
7 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ def test_icons() -> None:
|
|||
|
||||
|
||||
def get_icon(tags: Dict[str, str]):
|
||||
scheme = Scheme("data/tags.yml")
|
||||
scheme = Scheme("scheme/default.yml")
|
||||
icon_extractor = IconExtractor("icons/icons.svg")
|
||||
icon, _ = scheme.get_icon(icon_extractor, tags)
|
||||
return icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue