Refactor tree drawing.

This commit is contained in:
Sergey Vartanov 2022-01-26 09:44:08 +03:00
parent 60836bf2f7
commit 710e3b0980
3 changed files with 37 additions and 36 deletions

View file

@ -17,8 +17,8 @@ from map_machine.feature.direction import DirectionSector
from map_machine.feature.road import Road, Roads
from map_machine.figure import (
StyledFigure,
Tree,
)
from map_machine.feature.tree import Tree
from map_machine.geometry.flinger import Flinger
from map_machine.map_configuration import DrawingMode, MapConfiguration
from map_machine.osm.osm_reader import (