increase positions logged
This commit is contained in:
@@ -58,7 +58,12 @@ def get_loc_data():
|
||||
</td>
|
||||
</tr>
|
||||
'''
|
||||
display_number = 15
|
||||
for e in dash_loc:
|
||||
if display_number == 0:
|
||||
break
|
||||
else:
|
||||
display_number = display_number - 1
|
||||
tmp_loc = tmp_loc + '''<tr>
|
||||
<td style="text-align: center;"><a href="https://aprs.fi/''' + e['call'] + '''"><strong>''' + e['call'] + '''</strong></a></td>
|
||||
<td style="text-align: center;"><strong> ''' + str(e['lat']) + ''' </strong></td>
|
||||
|
||||
@@ -51,3 +51,4 @@ contact_website = 'https://hbl.ink'
|
||||
# Center dashboard map over these coordinates
|
||||
map_center = (47.00, -120.00)
|
||||
zoom_level = 7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user