From a85f859f886ac2a22a94a604f2ce46395c148476 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 16 Sep 2023 21:12:49 +0300 Subject: add WGS84 lat/long entrance locations --- core/views/statistics.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/views/statistics.py') diff --git a/core/views/statistics.py b/core/views/statistics.py index ebe70dd..f056ab1 100644 --- a/core/views/statistics.py +++ b/core/views/statistics.py @@ -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() -- cgit v1.2.3