diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 21:59:54 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 21:59:54 +0000 |
commit | e532b15c1d48947c6934995ed470e81293949de8 (patch) | |
tree | fdd52226b8ccbc38836c4c02bdbbfde3a7b432b2 /core/views/prospect.py | |
parent | a836dd261951ff3c5d9641d8b7306d6df9660bf1 (diff) | |
download | troggle-e532b15c1d48947c6934995ed470e81293949de8.tar.gz troggle-e532b15c1d48947c6934995ed470e81293949de8.tar.bz2 troggle-e532b15c1d48947c6934995ed470e81293949de8.zip |
comments
Diffstat (limited to 'core/views/prospect.py')
-rw-r--r-- | core/views/prospect.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/views/prospect.py b/core/views/prospect.py index cff53f5..42eb48b 100644 --- a/core/views/prospect.py +++ b/core/views/prospect.py @@ -14,6 +14,8 @@ from troggle.core.views.caves import caveKey """ Generates the prospecting guide document. +ALL DISABLED SINCE 2017 + Also produces the overlay of points on top of a prospecting_image map - to be deleted. Not working with recent PIL aka Pillow image package - removed. """ |