2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 04:17:09 +00:00

still trying to find why 78d is duplicated

This commit is contained in:
2023-10-18 00:42:50 +03:00
parent 1cbbdad1b3
commit c0e4bee26b
2 changed files with 2 additions and 7 deletions

View File

@@ -259,13 +259,11 @@ def LoadPositions():
mappoints = {}
found_points = {}
pts = MapLocations().points()
i=0
for pt in pts:
svxid, number, point_type, ent = pt
i += 1
#((st, str(ent), ent.needs_surface_work(), ent))
if svxid in mappoints:
print(f" = seen this svxid {svxid} for {ent} already on {mappoints[svxid]} item {i}")
print(f" = seen this svxid {svxid} for {ent} already on entrance {mappoints[svxid]}")
else:
mappoints[svxid] = ent
if svxid =="1":