refactor even more data→geometry and levelrender
This commit is contained in:
parent
1596e9a130
commit
94ae86d690
12 changed files with 14 additions and 12 deletions
|
@ -11,9 +11,9 @@ from PIL import Image
|
|||
from shapely.geometry import CAP_STYLE, JOIN_STYLE, Polygon
|
||||
from shapely.ops import unary_union
|
||||
|
||||
from c3nav.mapdata.render.data import HybridGeometry
|
||||
from c3nav.mapdata.render.engines.base import FillAttribs, StrokeAttribs
|
||||
from c3nav.mapdata.render.engines.base3d import Base3DEngine
|
||||
from c3nav.mapdata.render.geometry import HybridGeometry
|
||||
from c3nav.mapdata.utils.mesh import triangulate_polygon
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue