2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 08:17:35 +00:00

add WGS84 lat/long entrance locations

This commit is contained in:
2023-09-16 21:12:49 +03:00
parent 81b5198cd1
commit a85f859f88
2 changed files with 11 additions and 2 deletions

View File

@@ -281,6 +281,8 @@ def eastings(request):
for e in entrances:
if e.easting or e.northing:
ents.append(e)
if e.lat_wgs84 or e.long_wgs84:
ents.append(e)
stations = SurvexStation.objects.all()