diff options
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r-- | core/views/statistics.py | 2 |
1 files changed, 2 insertions, 0 deletions
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() |