mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-29 22:31:45 +01:00
Merge changes
This commit is contained in:
commit
bf4c76f0c8
noinfo
@ -16,7 +16,7 @@
|
|||||||
<approach></approach>
|
<approach></approach>
|
||||||
<underground_description></underground_description>
|
<underground_description></underground_description>
|
||||||
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance204f.JPG">
|
<photo><div class="centre"><a href="/expoimages/photos/2013/JuliaDay/entrance204f.JPG">
|
||||||
<img alt="204f tag location" src="entrance204f-small.jpg"></a>
|
<img alt="204f tag location" src="i/entrance204f-small.jpg"></a>
|
||||||
<p>204f tag position</p></div></photo>
|
<p>204f tag position</p></div></photo>
|
||||||
<!-- marking options: P = Paint,
|
<!-- marking options: P = Paint,
|
||||||
P? = Paint (?),
|
P? = Paint (?),
|
||||||
|
@ -343,7 +343,7 @@ for fnm in ("../all.3d", "../alltracks.3d"):
|
|||||||
for l in file3d:
|
for l in file3d:
|
||||||
match = re.match(r'''
|
match = re.match(r'''
|
||||||
^ #start
|
^ #start
|
||||||
(MOVE|LINE|NODE) #one of three command types
|
(MOVE|LINE|NODE|XSECT|XSECT_END|STOP) #one of six data types
|
||||||
\s+(-?[0-9.]+) #X-co-ord
|
\s+(-?[0-9.]+) #X-co-ord
|
||||||
\s+(-?[0-9.]+) #Y-co-ord
|
\s+(-?[0-9.]+) #Y-co-ord
|
||||||
\s+(-?[0-9.]+) #altitude
|
\s+(-?[0-9.]+) #altitude
|
||||||
@ -386,10 +386,10 @@ for fnm in ("../all.3d", "../alltracks.3d"):
|
|||||||
else:
|
else:
|
||||||
draw.line([lastx, lasty, x, y], fill="#800080")
|
draw.line([lastx, lasty, x, y], fill="#800080")
|
||||||
lastx,lasty = x,y
|
lastx,lasty = x,y
|
||||||
if not file3d.close():
|
#if not file3d.close():
|
||||||
# FIXME: If dump3d can't gives an error and exits with non-zero status, this
|
# FIXME: If dump3d can't give an error and exits with non-zero status, this
|
||||||
# doesn't get triggered...
|
# doesn't get triggered...
|
||||||
print "Running command: %s %s failed: %s" % (dump3d_binary, fnm, file3d)
|
#print "Running command: %s %s failed: %s" % (dump3d_binary, fnm, file3d)
|
||||||
surfacecolour = "#008000"
|
surfacecolour = "#008000"
|
||||||
repath = re.compile(r'^')
|
repath = re.compile(r'^')
|
||||||
print "Done"
|
print "Done"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user