mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-14 00:31:52 +02:00
Add configuration to shape extractor.
This commit is contained in:
parent
a8da4fce0a
commit
d73e2b6a53
5 changed files with 24 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue