mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-31 23:44:00 +01: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