wgs84 lat long for entrances

This commit is contained in:
Philip Sargent 2021-05-07 20:44:58 +01:00
parent 4cd7367a7e
commit c6bcb5fde9

View File

@ -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)