mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 16:07:07 +00:00
findng variant data on survexblocks and setting wallet *ref
This commit is contained in:
@@ -54,12 +54,17 @@ def import_survex():
|
||||
print(" - Survex Blocks")
|
||||
with transaction.atomic():
|
||||
troggle.parsers.survex.LoadSurvexBlocks()
|
||||
print(" - Survex entrances x/y/z Positions")
|
||||
with transaction.atomic():
|
||||
troggle.parsers.survex.survexifywallets()
|
||||
print(" - Survex entrances x/y/z Positions")
|
||||
with transaction.atomic():
|
||||
troggle.parsers.locations.LoadPositions()
|
||||
|
||||
def import_survex_checks():
|
||||
print(" - Survex: check wallet references and set persons, caves")
|
||||
with transaction.atomic():
|
||||
troggle.parsers.survex.survexifywallets()
|
||||
|
||||
def import_ents():
|
||||
print(" - Survex entrances x/y/z Positions")
|
||||
with transaction.atomic():
|
||||
|
||||
Reference in New Issue
Block a user