diff options
Diffstat (limited to 'templates/eastings.html')
-rw-r--r-- | templates/eastings.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/eastings.html b/templates/eastings.html index e759c42..a269ba5 100644 --- a/templates/eastings.html +++ b/templates/eastings.html @@ -70,6 +70,14 @@ Such converted eastings and northings are <em>in italics</em> in the table below </tr> {% endfor %} </table> +<p>For Radost's tool, but remember, these are hacked-up BMN conversions, not real.<br /> +{% for ent in ents %} +33T {{ent.easting|floatformat:1}} {{ent.northing|floatformat:1}} <br /> +{% endfor %} +<p> +{% for ent in ents %} +*fix x{{ent.slug}} {{ent.easting|floatformat:2}} {{ent.northing|floatformat:2}} {{ent.alt|floatformat:0}}<br /> +{% endfor %} <p>and what those stations are: <table> <tr><th>Cave</th><th>tag</th><th>tag x</th><th>tag y</th><th>tag exact</th><th>exact x</th><th>exact y</th><th>tag other</th><th>other x</th><th>other y</th></tr> |