c3nav.mapdata.cache → c3nav.mapdata.utils.cache
This commit is contained in:
parent
14330de29e
commit
116590b88f
10 changed files with 9 additions and 9 deletions
|
@ -5,10 +5,10 @@ from django.utils.functional import cached_property
|
|||
from shapely import prepared
|
||||
from shapely.geometry import box
|
||||
|
||||
from c3nav.mapdata.cache import MapHistory
|
||||
from c3nav.mapdata.models import Level, MapUpdate
|
||||
from c3nav.mapdata.render.data import LevelRenderData, hybrid_union
|
||||
from c3nav.mapdata.render.engines.base import FillAttribs, StrokeAttribs
|
||||
from c3nav.mapdata.utils.cache import MapHistory
|
||||
|
||||
|
||||
class MapRenderer:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue