diff --git a/parsers/caves.py b/parsers/caves.py index 288719d..8b6f328 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -313,7 +313,8 @@ def do_pending_cave(slug, caveid, url, areacode, msg=None): default_note = "A reference has been found to this cave id in a survex file in the loser repo, or in a wallet metadata" default_note += " in a JSON file in the drawings repo, but no Cave Description exists in expoweb (in /cave_data/)


\n" - default_note += "INSTRUCTIONS: First open 'This survex file' (link above the CaveView panel) to find the date and info. Then " + default_note += "INSTRUCTIONS: FIRST read the notes in pendingcaves.txt
" + default_note += "Next open 'This survex file' (link above the CaveView panel) to find the date and info. Then " default_note += '

\n\n - (0) look in the cave number index for notes on this cave, ' default_note += "

\n\n - (1) search in the survex file for the *ref to find a " default_note += "relevant wallet, e.g.2009#11 and read the notes image files
\n - " diff --git a/photomap/pmap.py b/photomap/pmap.py index e5d538a..055b735 100644 --- a/photomap/pmap.py +++ b/photomap/pmap.py @@ -113,6 +113,7 @@ with open(save_gpx, "w") as f: f.write(header) for p in photoset: photo_path, latitude, longitude = p + # add ele= f.write(f' [{photo_path.stem}]photo{str(photo_path).replace(str(photo_folder),"")}\n') f.write(f'\n')