add AreaOfInterest and GroupOfInterest
This commit is contained in:
parent
52958ec5fc
commit
9c202ab6cd
11 changed files with 194 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue