Skip to content

Commit

Permalink
point of view now from places related to text
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Mar 23, 2022
1 parent edeec32 commit 84c2da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archiv/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ def get_prev(self):
def get_author_coords(self):
cur_item = SpatialCoverage.objects.filter(id=self.id)
items = cur_item.values_list(
'stelle__text__autor__ort__long',
'stelle__text__autor__ort__lat',
'stelle__text__ort__long',
'stelle__text__ort__lat',
)
no_blanks = [x for x in items if x[0]]
return no_blanks
Expand Down

0 comments on commit 84c2da4

Please sign in to comment.