render levels_on_top of current level
This commit is contained in:
parent
0e23945be4
commit
3b628681d6
2 changed files with 7 additions and 4 deletions
|
@ -4,13 +4,13 @@ from functools import lru_cache
|
|||
from itertools import chain
|
||||
from typing import Optional, Union
|
||||
|
||||
import meshpy.triangle as triangle
|
||||
import ModernGL
|
||||
import numpy as np
|
||||
from PIL import Image
|
||||
from shapely.geometry import CAP_STYLE, JOIN_STYLE, MultiPolygon, Polygon
|
||||
from shapely.ops import unary_union
|
||||
|
||||
import meshpy.triangle as triangle
|
||||
import ModernGL
|
||||
from c3nav.mapdata.render.engines.base import FillAttribs, RenderEngine, StrokeAttribs
|
||||
from c3nav.mapdata.utils.geometry import assert_multipolygon
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue