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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user