mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-27 13:29:12 +02:00
Refactor tree drawing.
This commit is contained in:
parent
60836bf2f7
commit
710e3b0980
3 changed files with 37 additions and 36 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue