From c6bcb5fde9e2ea6f8539fcd0e64e828cc24e5888 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 7 May 2021 20:44:58 +0100 Subject: wgs84 lat long for entrances --- core/models/caves.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/models/caves.py') diff --git a/core/models/caves.py b/core/models/caves.py index b277041..fb62a26 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -263,6 +263,8 @@ class Entrance(TroggleModel): alt = models.TextField(blank=True, null=True) northing = models.TextField(blank=True, null=True) easting = models.TextField(blank=True, null=True) + lat_wgs84 = models.TextField(blank=True, null=True) + long_wgs84 = models.TextField(blank=True, null=True) tag_station = models.TextField(blank=True, null=True) exact_station = models.TextField(blank=True, null=True) other_station = models.TextField(blank=True, null=True) -- cgit v1.2.3