refactor even more data→geometry and levelrender

This commit is contained in:
Laura Klünder 2017-11-20 02:38:35 +01:00
parent 1596e9a130
commit 94ae86d690
12 changed files with 14 additions and 12 deletions

View file

@ -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