mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
updates to scripts
surveytable needs tobe moved to new section of repo tools and scripts should be separated somehow
This commit is contained in:
@@ -315,7 +315,7 @@ surfacecolour = "#808080"
|
||||
repath = re.compile(r'^(?:182to(?:tc|184)|tctocol|82to97|vd1to161d|161ftod|161etof|161etog|40entlink2|surfnr161|surf161|kansurf)$')
|
||||
for fnm in ("all.3d", "alltracks.3d"):
|
||||
for mapcode in draws.keys():
|
||||
file3d = os.popen("dump3d ../" + fnm)
|
||||
file3d = os.popen("./dump3d ../" + fnm)
|
||||
draw = draws[mapcode]
|
||||
lastx, lasty = 0, 0
|
||||
for l in file3d:
|
||||
|
||||
Reference in New Issue
Block a user