2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 20:47:09 +00:00

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)