remove old color attribute and move geomtype attribute to GeometryMapItem

This commit is contained in:
Laura Klünder 2016-11-28 16:38:22 +01:00
parent df694fddf3
commit ac9c7043e1
2 changed files with 2 additions and 2 deletions

View file

@ -20,8 +20,6 @@ class MapItem(models.Model, metaclass=MapItemMeta):
package = models.ForeignKey('mapdata.Package', on_delete=models.CASCADE, verbose_name=_('map package'))
EditorForm = None
geomtype = None
color = None
@classmethod
def get_path_prefix(cls):