add AreaOfInterest and GroupOfInterest

This commit is contained in:
Laura Klünder 2016-12-12 13:21:09 +01:00
parent 52958ec5fc
commit 9c202ab6cd
11 changed files with 194 additions and 13 deletions

View file

@ -32,10 +32,6 @@ class GeometryMapItem(MapItem, metaclass=GeometryMapItemMeta):
class Meta:
abstract = True
@property
def title(self):
return self.name
@classmethod
def fromfile(cls, data, file_path):
kwargs = super().fromfile(data, file_path)