forked from expo/troggle
CASCADE fixes in data model
This commit is contained in:
@@ -212,6 +212,11 @@ def LoadPositions():
|
||||
# But why are we doing this? Why do we need the survexblock id for each of these ?
|
||||
# ..because mostly they don't actually appear in any SVX file. We should match them up
|
||||
# via the cave data, not by this half-arsed syntactic match which almost never works. PMS.
|
||||
|
||||
# It is pointless linking them all to the root survexblock, they don't need it.
|
||||
# If there is a link to a survexblock it should be the one the station appears in !
|
||||
# But we are reading the .pos file so we only know the SurvexFile not the SurvexBlock..
|
||||
# ghastly.
|
||||
if False:
|
||||
try:
|
||||
sbqs = SurvexBlock.objects.filter(survexpath=blockpath)
|
||||
|
||||
Reference in New Issue
Block a user