diff --git a/templates/eastings.html b/templates/eastings.html
index a5ea9db..4459365 100644
--- a/templates/eastings.html
+++ b/templates/eastings.html
@@ -56,6 +56,7 @@ the assemblage of survex files, including fixed point files, and is probably 'co
Geographical fixed points on Loser
GPS and coordinate systems
Basic Coordinate Systems.
+
Survex Station | x | y | {{s.x|floatformat:2}} | {{s.y|floatformat:2}} | +{% empty %} + NO STATION DATA - This is due to survex (cavern) failing on the entire dataset.
+ See DataIssues 'survex' section . + Resolve the survex errors and do a full databasereset import. + You should look at the .log and .err files produced by survex in the :loser: repo folder first. + + Probably, the generaton of the .3d file has failed, so the .pos file is not generated. + Look for a message like this 'Failed to find /mnt/d/EXPO/loser/1623-and-1626-no-schoenberg-hs.3d so aborting generation of new .pos, using old one if present' + |
{% endfor %}
---|