This commit is contained in:
Laura Klünder 2017-11-20 02:28:41 +01:00
parent 6bad1f9cc3
commit 1596e9a130
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import os import os
from django.db.models.signals import post_delete, m2m_changed from django.db.models.signals import m2m_changed, post_delete
from shapely.ops import unary_union from shapely.ops import unary_union
from c3nav.mapdata.utils.cache.maphistory import MapHistory from c3nav.mapdata.utils.cache.maphistory import MapHistory

View file

@ -2,8 +2,8 @@ import math
import struct import struct
import numpy as np import numpy as np
from PIL import Image
from django.conf import settings from django.conf import settings
from PIL import Image
from shapely import prepared from shapely import prepared
from shapely.geometry import box from shapely.geometry import box
from shapely.geometry.base import BaseGeometry from shapely.geometry.base import BaseGeometry