[svn r7073] DL: Updated prospecting guide

This commit is contained in:
expo
2005-08-02 13:34:31 +02:00
parent 8746987a9f
commit 8148d0872a
6 changed files with 822 additions and 809 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View File

@@ -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\">&nbsp;</td>"
elif(loctuple):