encoding  utf-8

survey Neverland

  centreline
    #Join surveys
    equate N1           N1@NeverlandCC
    equate N1        3.0@NeverlandDisto
    station N1 fixed
    station N1 "N1: 5mm hole, brass screw, reflector" attr print "true" attr Code "fixed" attr Name "N1"

    equate N15        N15@NeverlandCC
    mark N15 fixed    # highest tip of rock, with tape marker
    station N15 "N15: Highest tip of obvious 1m stalagmite on LHS opposite turn, with tape marker" attr print "true" attr Code "fixed" attr Name "N15"
  
    equate N_D17        3.17@NeverlandDisto
    mark N_D17 painted    # red painted sharp tip of rock
    
    equate N_D35        3.35@NeverlandDisto
    station N_D35 "Sump dived April 2007 CDG163 p22" continuation explored 15

    equate N_D38        3.38@NeverlandDisto
    mark N_D38 painted    # red painted sharp tip of rock opposite LinkRift
    station N_D38 "N_D3.38 Red painted tip of small rock opposite LinkRift, on bank close to floor" attr print "true" attr Code "fixed" attr Name "N-D3.38"

    equate N_D43	3.43@NeverlandDisto
    mark N_D43 fixed	# 5mm hole on wall
    station N_D43 "N_D3.43 5mm hole on RH wall" attr print "true" attr Code "fixed" attr Name "N-D3.43"
    equate 4.3@FunnelChamber	N_D43
    
    equate N_D4.0	4.0@FunnelChamber	
    mark N_D4.0 natural	# Tip of Small Stalagmite on wall near ceiling, above curtain climb
    station N_D4.0 "Tip of Small Stalagmite on wall near ceiling, above Curtain Climb" attr print "true" attr Code "fixed" attr Name "N-D4.0"
    equate N_D4.0	5.3@CurtainClimb
    
    equate N_D5.0	5.0@CurtainClimb
    mark N_D5.0 fixed	# 5mm hole in RH wall
    station N_D5.0 "5mm hole in RH wall" attr print "true" attr Code "fixed" attr Name "N-D5.0"
    
    equate N_D5.1	5.1@CurtainClimb
    mark N_D5.0 fixed	# 5mm hole in RH wall
    station N_D5.0 "5mm hole on protrusion, reflector" attr print "true" attr Code "fixed" attr Name "N-D5.0"

    equate 1.20@CurtainClimb	1.20@LowerFunnel
    
    equate 5.1@RopeTraverse	5.1@CurtainClimb
    equate 5.2@RopeTraverse	5.2@CurtainClimb

    equate N_D1.0	1.0@LowerFunnel

    equate N41        N41@NeverlandCC 
    equate 1@NeverlandRopeClimb    N41

    #close possible loops between two surveys
    #equate N12@NeverlandCC    3.16@NeverlandDisto
    #equate N15@NeverlandCC    3.21@NeverlandDisto
    
    # Bend Pony NeverlandRopeClimb to fit new Disto Rope Climb
    equate 18@NeverlandRopeClimb 7.241@RopeTraverse
  endcentreline
  
  input NeverlandDisto.th
  input NeverlandDisto.th2

  input NeverlandCC.th      #Compass and clino
  input PorkPie.th2
  join PorkPie_s1      NeverlandDisto_s1
  
  input FunnelChamber/FunnelChamber.th
  join NeverlandDisto_s1 FunnelChamberSP1@FunnelChamber

  input CurtainClimb/CurtainClimb.th

  input RopeTraverse/RopeTraverse.th
  join RopeTraverseSP1@RopeTraverse CurtainClimbSP1@CurtainClimb

  input LowerFunnel/LowerFunnel.th 

  input Neverland.th2      
  join  Neverland_s1    RopeTraverseSP1@RopeTraverse

  input NeverlandRopeClimb.th
  input NeverlandRopeClimb_s1.th2
  input NeverlandRopeClimb_s2.th2
  input NeverlandRopeClimb_s3.th2
  input NeverlandRopeClimb_sL.th2  # Detailed labels for NRC
  #join wall_NLs1_1:0  wall_WPs1_3:0
  #join wall_NLs1_2:end  wall_WPs1_2:end
  join NeverlandRopeClimb_s1 Neverland_s1

   map Neverland_m1
   	RopeTraverseM@RopeTraverse
   	NeverlandM
   	FunnelChamberM@FunnelChamber
   	CurtainClimbM@CurtainClimb
   	LowerFunnelM@LowerFunnel [40 -47.67 ] below
   endmap
   
   map NeverlandM
       # Neverland_s1
       NeverlandDisto_s1
       PorkPie_s1
       Neverland_s1
       NeverlandRopeClimb_s1
       NeverlandRopeClimb_s3
       break
       NeverlandRopeClimb_s2  # s2 is below both s1 and s2
   endmap
 
   map Neverland_mL
       NeverlandRopeClimb_sL # Contains detailed text wanted in detailed map, but not in UF500
       break
       Neverland_s1
       NeverlandRopeClimb_s1
       NeverlandRopeClimb_s3  
       break
       NeverlandRopeClimb_s2  # s2 is below both s1 and s2
   endmap


endsurvey