mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-11 13:02:37 +01:00
moved locations into data from code
This commit is contained in:
+23
-32
@@ -65,40 +65,31 @@ class MapLocations(object):
|
||||
# /walletedit/2013:02
|
||||
# so probably 2013-BL-02,03 etc.
|
||||
pending = [
|
||||
("1623.p2013-cucc-pit", "no ent", False, nullent),
|
||||
("1623.p2013-cucc-01", "no ent", False, nullent),
|
||||
("1623.p2013-cucc-01-DUP", "no ent", False, nullent),
|
||||
("1623.p2013-cucc-01B", "no ent", False, nullent),
|
||||
("1623.p2013-cucc-slope", "no ent", False, nullent),
|
||||
("1623.p2013-cucc-draft4pit ", "no ent", False, nullent),
|
||||
("1623.p2013-cucc-draft4pit-DUP ", "no ent", False, nullent),
|
||||
("1623.p2013-cucc-shelter1", "no ent", False, nullent),
|
||||
|
||||
|
||||
("1626.p2013-cucc-draftyholes", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-pitarea", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-goodpit", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-goodpit-DUP", "no ent", False, nullent),
|
||||
#("1626.p2013-cucc-draftyholes", "no ent", False, nullent),
|
||||
#("1626.p2013-cucc-pitarea", "no ent", False, nullent),
|
||||
#("1626.p2013-cucc-goodpit", "no ent", False, nullent),
|
||||
#("1626.p2013-cucc-goodpit-DUP", "no ent", False, nullent),
|
||||
("1626.p2023-cucc-22mpit", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-lineofpits", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-12mpit", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-20mpit", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-2s-drop", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-01cp", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-rift", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-snowplug2", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-DraftHole", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-setofsnowholes", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-stotp20", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-snowplug", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-draft3pit", "no ent", False, nullent),
|
||||
("1626.p2013-cucc-draft2pit", "no ent", False, nullent),
|
||||
("1626.p2014-ms-01", "no ent", False, nullent),
|
||||
("1626.p2014-ms-02", "no ent", False, nullent),
|
||||
("1626.p2014-ms-03", "no ent", False, nullent),
|
||||
("1626.p2014-ms-04", "no ent", False, nullent),
|
||||
("1626.p2014-ms-05", "no ent", False, nullent),
|
||||
("1626.p2014-ms-06", "no ent", False, nullent),
|
||||
("1626.p2014-ms-07", "no ent", False, nullent),
|
||||
#("1626.p2013-cucc-lineofpits", "no ent", False, nullent),
|
||||
#("1626.p2013-cucc-12mpit", "no ent", False, nullent),
|
||||
|
||||
|
||||
#("1626.p2013-cucc-rift", "no ent", False, nullent),
|
||||
#("1626.p2013-cucc-snowplug2", "no ent", False, nullent),
|
||||
|
||||
#("1626.p2013-cucc-setofsnowholes", "no ent", False, nullent),
|
||||
#("1626.p2013-cucc-stotp20", "no ent", False, nullent),
|
||||
#("1626.p2013-cucc-snowplug", "no ent", False, nullent),
|
||||
|
||||
# ("1626.p2014-ms-01", "no ent", False, nullent),
|
||||
# ("1626.p2014-ms-02", "no ent", False, nullent),
|
||||
# ("1626.p2014-ms-03", "no ent", False, nullent),
|
||||
# ("1626.p2014-ms-04", "no ent", False, nullent),
|
||||
# ("1626.p2014-ms-05", "no ent", False, nullent),
|
||||
# ("1626.p2014-ms-06", "no ent", False, nullent),
|
||||
# ("1626.p2014-ms-07", "no ent", False, nullent),
|
||||
|
||||
]
|
||||
self.p = pending
|
||||
|
||||
Reference in New Issue
Block a user