mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-14 16:51:51 +02:00
Fix import.
This commit is contained in:
parent
b3f0c1dd70
commit
92563dd403
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ from map_machine.feature.road import Intersection, Road, RoadPart
|
||||||
from map_machine.figure import StyledFigure
|
from map_machine.figure import StyledFigure
|
||||||
from map_machine.geometry.boundary_box import BoundaryBox
|
from map_machine.geometry.boundary_box import BoundaryBox
|
||||||
from map_machine.geometry.flinger import Flinger
|
from map_machine.geometry.flinger import Flinger
|
||||||
|
from map_machine.geometry.vector import Segment
|
||||||
from map_machine.map_configuration import LabelMode, MapConfiguration
|
from map_machine.map_configuration import LabelMode, MapConfiguration
|
||||||
from map_machine.osm.osm_getter import NetworkError, get_osm
|
from map_machine.osm.osm_getter import NetworkError, get_osm
|
||||||
from map_machine.osm.osm_reader import OSMData, OSMNode
|
from map_machine.osm.osm_reader import OSMData, OSMNode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue