diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2020-02-22 15:38:22 +0000 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2020-02-22 15:38:22 +0000 |
commit | 505bc48331035b6fdc9d3ca5f9de77e5a98ba267 (patch) | |
tree | ad796c10afc7b451d5080204be67d47ec65ab5a9 /parsers/survex.py | |
parent | de22b071b0749fef13ea3c53faaed1adb3191356 (diff) | |
download | troggle-505bc48331035b6fdc9d3ca5f9de77e5a98ba267.tar.gz troggle-505bc48331035b6fdc9d3ca5f9de77e5a98ba267.tar.bz2 troggle-505bc48331035b6fdc9d3ca5f9de77e5a98ba267.zip |
Show coordinates for entrance
Use filter to find coordinates
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/survex.py b/parsers/survex.py index d542c09..01f6d21 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -178,7 +178,7 @@ def RecursiveLoad(survexblock, survexfile, fin, textlines): print('QM res station %s' % qm_resolve_station) print('QM notes %s' % qm_notes) - # If the QM isn't resolved (has a resolving station) thn load it + # If the QM isn't resolved (has a resolving station) then load it if not qm_resolve_section or qm_resolve_section is not '-' or qm_resolve_section is not 'None': from_section = models.SurvexBlock.objects.filter(name=qm_from_section) # If we can find a section (survex note chunck, named) |