remove old color attribute and move geomtype attribute to GeometryMapItem
This commit is contained in:
parent
df694fddf3
commit
ac9c7043e1
2 changed files with 2 additions and 2 deletions
|
@ -26,6 +26,8 @@ class GeometryMapItem(MapItem, metaclass=GeometryMapItemMeta):
|
|||
level = models.ForeignKey('mapdata.Level', on_delete=models.CASCADE, verbose_name=_('level'))
|
||||
geometry = GeometryField()
|
||||
|
||||
geomtype = None
|
||||
|
||||
class Meta:
|
||||
abstract = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue