Add configuration to shape extractor.

This commit is contained in:
Sergey Vartanov 2021-05-21 01:28:22 +03:00
parent a8da4fce0a
commit d73e2b6a53
5 changed files with 24 additions and 10 deletions

View file

@ -173,8 +173,10 @@ class Scheme:
return False
def get_icon(
self, icon_extractor: ShapeExtractor, tags: Dict[str, Any],
for_: str = "node"
self,
icon_extractor: ShapeExtractor,
tags: Dict[str, Any],
for_: str = "node",
) -> Tuple[IconSet, int]:
"""
Construct icon set.