mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 03:50:36 +00:00
x/y distances between explicit data and survey points
This commit is contained in:
@@ -58,6 +58,7 @@ class SurvexStation(models.Model):
|
||||
x = models.FloatField(blank=True, null=True)
|
||||
y = models.FloatField(blank=True, null=True)
|
||||
z = models.FloatField(blank=True, null=True)
|
||||
entrance = models.ForeignKey("Entrance", blank=True, null=True, on_delete=models.SET_NULL)
|
||||
|
||||
class Meta:
|
||||
ordering = ("id",)
|
||||
|
||||
Reference in New Issue
Block a user