mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
[svn r7073] DL: Updated prospecting guide
This commit is contained in:
@@ -98,7 +98,7 @@ my204Image = Image.open("pguidemap_204area.jpg")
|
||||
my204Draw = ImageDraw.Draw(my204Image)
|
||||
|
||||
|
||||
FONT = "/usr/X11R6/lib/X11/fonts/truetype/arial.ttf"
|
||||
FONT = "/usr/share/fonts/truetype/msttcorefonts/arial.ttf"
|
||||
SIZE = 8
|
||||
myFont = ImageFont.truetype(FONT, SIZE)
|
||||
myDraw.setfont(myFont)
|
||||
@@ -247,6 +247,7 @@ for cave in cavetab:
|
||||
|
||||
loctuple = find_location(cave)
|
||||
label = find_label(cave, shortnumber)
|
||||
print label
|
||||
if(cave["Multiple entrances"] == "yes"):
|
||||
locn = "<td colspan=\"3\"> </td>"
|
||||
elif(loctuple):
|
||||
|
||||
Reference in New Issue
Block a user