Mise à jour config.thc

This commit is contained in:
Alex38Lyon
2024-12-30 19:04:06 +01:00
parent 35cb67a4e8
commit 3904f0cf1d
41 changed files with 6318 additions and 5908 deletions
@@ -142,7 +142,7 @@ layout my_layout
# Dessin ou pas du cheminement topo
symbol-hide point station
#symbol-hide line survey
symbol-hide line survey
symbol-hide point u:symbol_plan
symbol-hide point u:symbol_extend
symbol-hide point station-name
@@ -32,7 +32,7 @@ encoding utf-8
source AP7_Arres_Planeres-tot.th
# Add Coordinates
input Legendes/entrances_coordinates.th
# input Legendes/entrances_coordinates.th
# Add config file
input ../../../../config.thc
@@ -54,24 +54,24 @@ layout xviexport
endlayout
# fin de la définition du layout "xviexport"
lookup altitude -title "Altitude legend"
1800 [0 100 0] "2000 m a.s.l."
1200 [100 0 100] "below 500 m"
endlookup
# lookup altitude -title "Altitude legend"
# 1800 [0 100 0] "2000 m a.s.l."
# 1200 [100 0 100] "below 500 m"
# endlookup
lookup altitude:scale1
1800
1600
1400
1200
endlookup
# lookup altitude:scale1
# 1800
# 1600
# 1400
# 1200
# endlookup
lookup topo-date
2010.12.31 [] "2010 and before"
2011.12.31 [] 2011
2012.12.31 [] 2012
- [] "2013 and later" #my experimentation suggests that '-' colours undated surveys if last in the list, and all surveys if first in list. Bruce
endlookup
# lookup topo-date
# 2010.12.31 [] "2010 and before"
# 2011.12.31 [] 2011
# 2012.12.31 [] 2012
# - [] "2013 and later" #my experimentation suggests that '-' colours undated surveys if last in the list, and all surveys if first in list. Bruce
# endlookup
#debut de la definition du layout "my_layout"
@@ -79,11 +79,18 @@ layout my_layout
# Rajout des coordonnées de l'entrée
#copy Coords_Header_CDa
# Call the config settings (Layout config inside the config.thc file)
copy fonts_1000
copy drawingconfig
copy headerl
copy langue-fr
# code metapost
# # fonts_setup(18, 10, 14, 32, 48);
# fonts_setup(48, 48, 48, 48, 48);
# endcode
# Définition du système de projection du plan
cs UTM30
@@ -93,17 +100,17 @@ layout my_layout
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
# des caractères et des traits.
base-scale 1 800
base-scale 1 400
# Maintenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
# pour faire l'ampliation-réduction entre dessin et le résultat de l'imprimante
# C'est tres important s'assurer que la configuration de l'imprimante ne spécifie pas l'option "Fit in page"
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
scale 1 1000
scale 1 500
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
scale-bar 10 m
scale-bar 100 m
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
grid bottom
@@ -113,14 +120,15 @@ layout my_layout
# Une ligne pour specifier que la grille est 1000x1000x1000 m
# (Trois dimensions, oui, ça sert pour la coupe aussi)
grid-size 50 50 50 m
grid-size 100 100 100 m
# la topo est transparente (on peut voir les galeries en dessous)
# C'est on par défaut, donc, pas vraiment besoin de specifier
transparency on
# Couleur de la topographie
# color map-fg [100 100 80]
#color map-fg 90
#color map-fg 92
color map-fg 90
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
opacity 75
@@ -130,7 +138,7 @@ layout my_layout
# Auteur
doc-author "Alexandre Pont"
# Titre
doc-title "AP7_Arres_Planeres plan - 1:1000"
doc-title "AP7 Arres Planères plan - 1:500"
# Maintenant on spécifie la position de la manchette, dont l'intérieur est occupé par le titre, auteurs, etc.
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
@@ -139,7 +147,7 @@ layout my_layout
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
# ou une autre combination...
map-header 80 98 nw
map-header 2 2 nw
# arrière plan de la manchette
map-header-bg on
@@ -148,7 +156,7 @@ layout my_layout
# "legend off" = pas de légende
legend on
# Par défaut, la légende est de 14 cm de largeur
legend-width 15 cm
legend-width 50 cm
legend-columns 3
# Un commentaire à ajouter au titre, on pourrait indiquer ici la mairie où est placée la cavité
# dont le nom est probablement le titre de la topo.
@@ -162,7 +170,8 @@ layout my_layout
# Dessin ou pas du cheminement topo
symbol-hide point station
#symbol-hide line survey
symbol-hide line survey
symbol-hide point station-name
#symbol-hide point u:symbol_plan
#symbol-hide point u:symbol_extend
#debug scrap-names
@@ -172,120 +181,71 @@ layout my_layout
color map-fg [100 100 80]
# color map-fg altitude
# color-legend off
#color map-fg [100 100 80]
#color map-fg altitude
#color-legend off
layers on
overlap 3 cm
# Centreline that is only visible when not in a scrap by Tarquin 2019
code metapost
def l_survey_cave_MY(expr P) =
if ATTR__scrap_centerline:
l_survey_cave_SKBB(P);
fi;
enddef;
initsymbol("l_survey_cave_MY");
endcode
# code metapost
# Voir : https://therion.speleo.sk/wiki/tbe:wiki6
# Voir : https://therion.speleo.sk/wiki/metapost
# Voir : https://thomas-holder.de/projects/therion/
symbol-assign line survey:cave MY
# def l_survey_cave_MY(expr P) =
# if ATTR__scrap_centerline:
# l_survey_cave_SKBB(P);
# draw P withcolor green; % Exemple d'utilisation de la couleur verte
# else:
# % Dessiner ou signaler avec une couleur verte
# l_survey_cave_SKBB(P);
# draw P withcolor blue; % (0.8, 0.8, 0.8); % Exemple d'utilisation de la couleur verte
# %fill P --cycle withcolor (1,0,0);
# fi;
# enddef;
# initsymbol("l_survey_cave_MY");
# def l_survey_surface_MY (expr P) =
# if ATTR__scrap_centerline:
# %l_survey_surface_SKBB (P) ;
# draw P withcolor red; % Exemple d'utilisation de la couleur verte
# else:
# % Dessiner ou signaler avec une couleur verte
# draw P withcolor black; % (0.8, 0.8, 0.8); % Exemple d'utilisation de la couleur verte
# %fill P --cycle withcolor (1,0,0);
# fi;
# enddef;
# initsymbol("l_survey_surface_MY");
# def l_rockedge (expr p) =
# if abs(llcorner p - urcorner p) > u:
# l_rockedge_UIS(p);
# fi;
# enddef;
# symbol-assign line survey:cave MY
#symbol-assign area survey:surface MY
#symbol-color line l_survey_cave_MY [46 46 46]
# end
#color map-fg altitude
code metapost
# Voir : https://therion.speleo.sk/wiki/tbe:wiki6
# Voir : https://therion.speleo.sk/wiki/metapost
def p_entrance_MY (expr pos,theta,sc,al)=
U:=(.2u,.5u);
T:=identity aligned al rotated 0.0 scaled sc shifted pos;
path p;
p = (-.3u,-.25u) -- (-.2u,-.25u){dir 135} .. (0u, .25u) .. {dir 225}(.2u,-.25u) -- (.3u,-.25u);
thdraw p withpen PenA;
thdraw unitsquare scaled u shifted (-0.5u,-0.5u) rotated 45 withpen PenD;
enddef;
initsymbol("p_entrance_MY");
def p_u_block(expr pos,theta,sc,al) =
T:=identity aligned al rotated theta scaled sc shifted pos;
path p q;
p := (2.3u,0.9u)--(0.65u,1u)--(-0.9u,0.6u)--(-2.15u,-0.1u)--(-2.35u,-0.25u)--(-2.5u,-0.5u)--(-2u,-0.65u)--(-0.75u,-0.65u)--(0.6u,-0.7u)--(1.1u,-0.5u)--(2.1u,-0.15u)--cycle;
pickup PenB;
thdraw p;
% The following line uses the code from Colour Dependant Visualization of Symbols by Bruce Mutton
if known colour_block_bg: thfill p withcolor colour_block_bg; else: thfill p withcolor (0.75,0.75,0.75); fi;
q := (-2.5u,-0.5u)--(-2u,-0.65u)--(-0.75u,-0.65u)--(0.6u,-0.7u)--(1.1u,-0.5u)--(2.1u,-0.15u)--(2.3u,0.9u)--(2.5u,0.7u)--(2.5u,0.5u)--(2.25u,-0.9u)--(1.1u,-1.3u)--(0.5u,-1.5u)--(-0.75u,-1.4u)--(-2u,-1.15u)--(-2.35u,-0.65u)--cycle;
thdraw q;
thfill q withcolor(0.6,0.6,0.6);
pickup PenD;
path p;
p := (-2u,-0.65u)--(-1.9u,-1u);
thdraw p;
path p;
p := (0.6u,-0.7u)--(0.5u,-1.3u);
thdraw p;
path p;
p := (2.1u,-0.15u)--(2.3u,-0.4u);
thdraw p;
enddef;
initsymbol("p_u_block");
def p_blocks (expr pos,theta,sc,al)=
base_symbolsize :=0.30u; %Factor*u; Factor=size of the blocks
size_factor := 0.5 + uniformdeviate 0.5; % Pour le polygone principal
symbolsize := base_symbolsize * size_factor;
U:=(.5u,.5u);
random_theta := uniformdeviate 360;
T:=identity aligned al rotated random_theta scaled sc shifted pos;
pickup PenC;
thfill (.0symbolsize,.0symbolsize)--(1.0symbolsize,-.5symbolsize)--(0.0symbolsize,-1.5symbolsize)--(-1.0symbolsize,-1.0symbolsize)--cycle withcolor green withalpha 0.5;
thdraw (.0symbolsize,.0symbolsize)--(1.0symbolsize,-.5symbolsize)--(0.0symbolsize,-1.5symbolsize)--(-1.0symbolsize,-1.0symbolsize)--cycle;
thfill (.5symbolsize,-.25symbolsize)--(1.0symbolsize,.5symbolsize)--(0.0symbolsize,1.5symbolsize)--(-0.5symbolsize,.5symbolsize)--cycle withcolor ( 0.34, 0.21, 0.3) withalpha 0.5;
thdraw (.5symbolsize,-.25symbolsize)--(1.0symbolsize,.5symbolsize)--(0.0symbolsize,1.5symbolsize)--(-0.5symbolsize,.5symbolsize)--cycle;
thfill (.0symbolsize,.0symbolsize)--(.0symbolsize,.5symbolsize)--(-1.5symbolsize,.5symbolsize)--(-1.5symbolsize,-0.5symbolsize)--(-0.5symbolsize,-0.5symbolsize)--cycle withcolor (0.87, 0.56, 0.8) withalpha 0.5;
thdraw (.0symbolsize,.0symbolsize)--(.0symbolsize,.5symbolsize)--(-1.5symbolsize,.5symbolsize)--(-1.5symbolsize,-0.5symbolsize)--(-0.5symbolsize,-0.5symbolsize)--cycle;
enddef;
%initsymbol("p_blocks");
def l_rockborder (expr p) =
% Vérifie si le chemin est fermé
%if p[0] = point infinity of p:
% Remplit la zone avec une couleur si le chemin est fermé
%fill p withcolor (0.34, 0.21, 0.3);
%draw p withcolor 0.5green;
%fi;
thfill p --cycle withcolor green withalpha 0.5;
thdraw p --cycle withcolor blue;
% Dessine la bordure de la ligne (même si elle n'est pas fermée)
%draw p withcolor (0.34, 0.21, 0.3);
enddef;
def l_rockedge (expr p) =
if abs(llcorner p - urcorner p) > u:
l_rockedge_UIS(p);
fi;
enddef;
#fonts_setup(18, 10, 14, 32, 48);
endcode
symbol-assign point entrance MY
code tex-map
\legendwidth=40cm
\legendtextsize={\size[20]}
\legendtextheadersize={\size[42]} %%% Taille du titre
\legendtextsectionsize={\size[18]} %%% Taille du titre
%\legendtextcolor={\color[0 0 110]} %# RGB values 0--100
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
% It will be empty if there are multiple maps selected for any one projection
% AND there are multiple source surveys identified in the thconfig file
@@ -308,7 +268,8 @@ symbol-assign point entrance MY
\framethickness=0.5mm!!
endcode
endlayout
#debut de la definition du layout "layout-coupe"
@@ -1,7 +1,7 @@
encoding utf-8
##XTHERION## xth_me_area_adjust -1919.58 -1548.06 1919.58 1548.06
##XTHERION## xth_me_area_zoom_to 400
##XTHERION## xth_me_image_insert {1003.6610000000001 1.0 1.0} {-335.0100000000002 RN01} AP7_Aval-Plan.xvi 0 {}
##XTHERION## xth_me_image_insert {1003.6610000000001 1.0 1.0} {-335.01 RN01} AP7_Aval-Plan.xvi 0 {}
# Copyright (C) ARSIP 2024
# This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
@@ -142,14 +142,14 @@ point 1062.5 -1096.5 blocks
point 1092.5 -1101.5 blocks
line rock-edge -close on
line rock-border -close on
1090.25 -1140.75
1089.25 -1142.5
1092.25 -1143.5
1090.25 -1140.75
endline
line rock-edge -close on
line rock-border -close on
1096.25 -1156.75
1094.25 -1160.75
1096.0 -1164.5
@@ -157,14 +157,14 @@ line rock-edge -close on
1096.25 -1156.75
endline
line rock-edge -close on
line rock-border -close on
1081.0 -1127.75
1081.5 -1132.0
1083.75 -1131.5
1081.0 -1127.75
endline
line rock-edge -close on
line rock-border -close on
1072.75 -1116.0
1068.25 -1116.25
1070.75 -1122.5
@@ -172,7 +172,7 @@ line rock-edge -close on
1072.75 -1116.0
endline
line rock-edge -close on
line rock-border -close on
1073.5 -1092.5
1071.5 -1097.0
1077.5 -1102.25
@@ -282,7 +282,7 @@ line contour -reverse on
smooth off
endline
line contour -close on
line rock-border -close on
1188.25 -1033.75
1186.25 -1036.0
1188.0 -1037.25
@@ -521,6 +521,10 @@ area water
l595-1358--877
endarea
point 941.0 -955.0 label -text [Réseau nord] -scale xl
point 1375.75 -894.25 water-flow -orientation 276.4
line contour -id l595-1358--877 -close on -visibility off
1362.25 -874.75
1362.25 -874.75 1358.25 -873.75 1357.75 -876.25
@@ -1524,8 +1528,8 @@ point 1198.0 -567.25 air-draught -orientation 121.0
point 1126.25 -580.25 air-draught -orientation 355.5
line wall
1149.0 -542.25
1149.0 -542.25 1148.0 -545.0 1143.25 -541.25
1147.25 -541.0
1147.25 -541.0 1148.0 -545.0 1143.25 -541.25
1138.5 -537.5 1138.5 -537.25 1135.25 -533.25
1132.0 -529.25 1133.66 -528.7 1130.41 -522.95
1127.16 -517.2 1123.25 -510.75 1121.75 -506.75
@@ -4831,36 +4835,43 @@ line floor-step -reverse on
728.5 398.0
724.5 409.5
724.5 409.5 731.5 413.0 740.25 414.75
smooth off
endline
line contour
725.75 422.25
725.75 422.25 697.5 410.5 709.75 396.75
smooth off
endline
line contour
690.5 436.0
690.5 436.0 675.0 422.75 677.0 415.75
smooth off
endline
line contour
686.25 438.5
686.25 438.5 671.25 430.0 672.0 420.5
smooth off
endline
line contour
682.25 441.5
682.25 441.5 657.75 434.0 666.0 419.75
smooth off
endline
line contour
657.25 462.75
657.25 462.75 633.75 442.5 632.25 436.0
smooth off
endline
line contour
650.5 469.25
650.5 469.25 624.5 453.5 625.75 441.5
smooth off
endline
area water
@@ -4923,11 +4934,13 @@ endline
line contour
-594.0 724.75
-594.0 724.75 -593.75 719.25 -591.5 716.75
smooth off
endline
line contour -reverse on
-716.5 732.75
-716.5 732.75 -717.25 724.75 -721.75 723.75
smooth off
endline
line wall -outline in
@@ -4935,6 +4948,7 @@ line wall -outline in
-710.25 735.0 -701.25 729.25 -696.5 729.25
-691.75 729.25 -684.5 727.5 -665.25 728.0
-646.0 728.5 -594.75 725.75 -587.5 725.25
smooth off
endline
line wall
@@ -4955,6 +4969,7 @@ line wall -reverse on
-589.75 719.75
-589.75 719.75 -655.75 720.25 -676.75 720.75
-697.75 721.25 -705.25 720.25 -711.75 723.0
smooth off
endline
line wall -close off
@@ -4969,6 +4984,7 @@ line wall
-452.0 706.5 -428.0 700.75 -419.25 702.0
-410.5 703.25 -397.25 699.25 -390.75 698.25
-384.25 697.25 -354.75 693.5 -343.75 687.25
smooth off
endline
line wall
@@ -4978,16 +4994,19 @@ line wall
-313.0 690.25 -311.0 683.5 -305.25 682.0
-299.5 680.5 -294.75 680.0 -289.5 677.25
-284.25 674.5 -274.0 667.0 -280.0 668.5
smooth off
endline
line floor-step
-272.25 675.25
-273.25 674.75 -283.75 672.0 -283.25 669.75
smooth off
endline
line floor-step -reverse on
-335.5 700.25
-335.5 700.25 -337.0 688.0 -333.0 687.5
smooth off
endline
point -289.25 668.5 water-flow -orientation 282.6
@@ -5012,6 +5031,7 @@ line wall
-225.5 666.25 -219.44 662.45 -213.97 659.35
-208.5 656.25 -167.0 644.75 -160.25 644.25
-153.5 643.75 -128.5 638.71 -122.75 636.25
smooth off
endline
line wall
@@ -5026,6 +5046,7 @@ line wall
47.75 567.75 47.75 567.75 43.25 567.75
38.75 567.75 35.75 567.0 30.75 566.75
25.75 566.5 19.25 568.5 16.25 569.75
smooth off
endline
line contour
@@ -5102,21 +5123,25 @@ point 394.5 317.5 water-flow -orientation 17.5
line contour
397.5 304.5
397.5 304.5 410.0 299.75 411.5 301.5
smooth off
endline
line contour
405.0 240.0
405.0 240.0 412.0 239.25 418.25 247.25
smooth off
endline
line contour
420.75 191.25
420.75 191.25 429.0 186.5 434.5 187.0
smooth off
endline
line contour
393.25 170.25
393.25 170.25 404.75 162.25 405.25 159.5
smooth off
endline
line wall -outline none
@@ -5132,6 +5157,7 @@ line pit
615.0 452.0
615.0 452.0 627.78 451.65 626.5 454.75
624.75 459.0 620.75 458.75 616.5 458.5
smooth off
endline
line wall -outline none
@@ -5152,9 +5178,9 @@ line rock-border -close on
706.25 351.25
endline
point 1632.75 -104.25 continuation
point 1638.75 -112.75 continuation
point 1622.75 -120.5 dig
point 1624.25 -131.5 dig
line wall -reverse on
1613.25 -101.0
@@ -5172,6 +5198,7 @@ endline
line label -scale l -text [La rivière nord]
160.0 646.0
160.0 646.0 392.0 580.0 416.0 574.0
smooth off
endline
line wall
@@ -5350,26 +5377,31 @@ endline
line contour -reverse on
-104.5 659.0
-104.5 659.0 -104.75 642.25 -99.25 642.25
smooth off
endline
line contour -reverse on
-45.75 672.5
-45.75 672.5 -55.25 660.0 -53.75 656.75
smooth off
endline
line contour -reverse on
-10.75 644.5
-10.0 645.25 7.0 654.5 7.25 658.25
smooth off
endline
line contour -reverse on
29.5 599.5
29.5 599.5 46.75 604.25 46.75 607.0
smooth off
endline
line contour -reverse on
36.75 587.0
36.75 587.0 58.5 587.25 58.5 589.5
smooth off
endline
point 1024.25 244.75 air-draught -orientation 121.4
@@ -5385,11 +5417,13 @@ endline
line floor-step
1079.5 255.25
1079.5 255.25 1083.25 240.75 1081.75 240.0
smooth off
endline
line floor-step
1068.0 255.25
1068.0 255.25 1079.0 235.5 1075.75 233.0
smooth off
endline
line contour -id l1259-1087-243 -close on -visibility off
@@ -5528,6 +5562,7 @@ line contour -reverse on
1191.5 180.0
1191.5 180.0 1192.25 166.75 1194.25 165.25
1196.25 163.75 1198.75 155.75 1206.75 160.75
smooth off
endline
area water
@@ -5575,6 +5610,7 @@ line wall
1209.25 161.0 1204.04 152.98 1202.75 158.25
1200.25 168.5 1190.75 176.5 1183.5 182.0
1176.25 187.5 1168.75 196.75 1168.25 204.5
smooth off
endline
line wall
@@ -5587,6 +5623,7 @@ line wall
1084.17 256.13 1085.5 249.5 1072.25 250.75
1052.8 252.58 1054.0 248.75 1043.0 255.25
1032.0 261.75 1027.75 265.25 1016.75 271.5
smooth off
endline
line wall
@@ -5595,6 +5632,7 @@ endline
line floor-step -reverse on
1013.25 275.75
1013.25 275.75 1016.0 270.75 1020.75 270.25
smooth off
endline
line wall -subtype pit
@@ -5678,6 +5716,7 @@ line wall
-606.75 733.75 -621.5 734.0 -634.25 735.25
-647.0 736.5 -681.75 737.25 -692.0 738.5
-702.25 739.75 -701.0 741.25 -706.5 742.5
smooth off
endline
line wall
@@ -5686,36 +5725,43 @@ endline
line contour
787.25 337.75
787.25 337.75 786.25 351.75 788.5 353.5
smooth off
endline
line contour -reverse on
802.25 351.75
802.25 351.75 797.25 341.0 799.5 337.25
smooth off
endline
line contour -reverse on
721.5 356.0
721.5 356.0 717.0 346.5 718.5 335.25
smooth off
endline
line contour
627.0 364.5
627.0 364.5 631.25 348.25 626.75 345.25
smooth off
endline
line contour -reverse on
551.0 365.5
551.0 365.5 546.5 353.0 549.25 349.75
smooth off
endline
line contour -reverse on
453.0 371.0
453.0 371.0 441.75 362.75 442.25 360.5
smooth off
endline
line contour -reverse on
460.75 368.5
460.75 368.5 447.25 365.5 446.5 356.25
smooth off
endline
point 836.75 312.75 continuation
@@ -5857,6 +5903,7 @@ line wall
1010.75 267.0 1015.0 264.5 1025.0 258.5
1035.0 252.5 1039.75 247.25 1049.0 245.0
1058.25 242.75 1072.5 241.75 1063.5 235.5
smooth off
endline
line wall
@@ -5876,6 +5923,7 @@ line wall
1126.75 213.0 1139.25 197.0 1147.5 195.25
1155.75 193.5 1158.25 191.0 1166.0 186.5
1173.75 182.0 1177.5 180.25 1181.25 175.0
smooth off
endline
line wall
@@ -5890,6 +5938,7 @@ line wall
1385.5 56.25 1408.25 43.75 1417.25 38.75
1426.25 33.75 1441.25 23.75 1450.75 13.0
1460.25 2.25 1476.0 -1.0 1467.5 -5.5
smooth off
endline
line wall
@@ -5901,6 +5950,7 @@ line wall
1572.25 -66.25 1578.5 -70.0 1582.5 -74.5
1586.5 -79.0 1589.5 -85.25 1596.0 -90.75
1602.5 -96.25 1607.5 -101.75 1610.5 -104.75
smooth off
endline
line wall
@@ -5953,6 +6003,7 @@ line wall -reverse on
59.0 549.0 58.5 550.25 51.0 551.75
43.5 553.25 35.75 555.75 28.75 558.5
21.75 561.25 22.5 564.0 15.5 567.5
smooth off
endline
line wall
@@ -5979,6 +6030,7 @@ line wall
720.0 345.0 765.75 342.75 775.25 342.5
784.75 342.25 803.25 341.25 810.0 340.25
816.75 339.25 821.75 337.5 823.0 337.5
smooth off
endline
point 610.16 358.65 station -name PS22
@@ -6171,16 +6223,18 @@ point 1446.36 20.86 station -name S3_133
point 1463.07 8.47 station -name S3_134
point 1646.5 -119.25 label -text [Désob en cours] -scale s
point 1604.5 -144.25 label -text [Désob en cours] -scale s -align right
line contour
1579.75 -52.75
1579.75 -52.75 1568.75 -73.0 1565.75 -73.75
smooth off
endline
line contour
1457.0 22.0
1457.0 22.0 1457.5 10.75 1448.25 9.0
smooth off
endline
line rock-border -close on
@@ -6230,6 +6284,7 @@ line wall -reverse on
-711.75 723.0
-711.75 723.0 -732.0 733.0 -740.5 734.5
-749.0 736.0 -776.0 736.0 -795.0 732.5
smooth off
endline
line wall -outline in
@@ -6237,6 +6292,7 @@ line wall -outline in
-711.75 728.0 -723.5 732.5 -725.5 733.75
-727.5 735.0 -727.44 736.27 -727.25 738.0
-727.0 740.25 -720.5 740.5 -710.25 735.0
smooth off
endline
point -717.86 745.40 station -name S3_48
@@ -6245,6 +6301,7 @@ line wall
-706.5 742.5
-706.5 742.5 -713.25 747.25 -720.25 747.5
-727.25 747.75 -807.25 740.25 -816.75 738.0
smooth off
endline
endscrap
@@ -6261,6 +6318,7 @@ endline
line floor-step
-930.75 1020.5
-930.75 1020.5 -921.75 1011.25 -932.5 1006.25
smooth off
endline
line floor-step
@@ -6294,7 +6352,7 @@ area water
l1361--923-720
endarea
point -850.5 977.25 label -text [coulées] -align right -scale s
point -850.5 977.25 label -text [Coulées] -align right -scale s
point -881.75 1041.0 label -text [Cascade R4] -align right -scale xs
@@ -6414,6 +6472,7 @@ line wall -reverse on
-1168.0 736.0 -1183.5 738.0 -1198.0 737.0
-1212.5 736.0 -1220.5 735.5 -1234.5 733.5
-1248.5 731.5 -1285.75 735.0 -1274.5 729.5
smooth off
endline
line wall -reverse on
@@ -6426,6 +6485,7 @@ line wall -reverse on
-1507.5 795.0 -1512.0 799.5 -1532.0 802.0
-1552.0 804.5 -1560.0 800.0 -1571.0 809.0
-1582.0 818.0 -1595.5 826.0 -1603.0 819.0
smooth off
endline
line wall -subtype invisible
@@ -6457,6 +6517,7 @@ line wall -reverse on
-1016.0 1029.0 -1005.5 1044.0 -992.0 1044.0
-978.5 1044.0 -970.35 1026.69 -953.0 1026.0
-940.5 1025.5 -939.0 1022.0 -927.0 1024.0
smooth off
endline
line pit-chimney -close on
@@ -6583,16 +6644,19 @@ line wall
-1333.5 895.5 -1310.75 893.5 -1302.0 892.25
-1293.25 891.0 -1273.75 878.75 -1262.0 879.75
-1250.25 880.75 -1241.0 884.5 -1223.5 876.5
smooth off
endline
line contour -reverse on
-1228.0 987.0
-1228.0 987.0 -1197.5 977.0 -1193.0 968.5
smooth off
endline
line floor-step -reverse on
-1231.0 899.0
-1231.0 899.0 -1258.0 884.0 -1255.5 867.0
smooth off
endline
point -1184.5 879.5 continuation
@@ -6606,11 +6670,13 @@ line wall -subtype unsurveyed
273.5 1299.5
273.5 1299.5 308.5 1318.0 311.25 1319.75
314.0 1321.5 325.75 1332.75 326.75 1334.0
smooth off
endline
line wall -subtype invisible
326.75 1334.0
327.75 1335.25 327.5 1342.75 323.75 1342.75
smooth off
endline
line wall -subtype unsurveyed
@@ -6790,31 +6856,37 @@ endline
line contour
-1505.5 898.0
-1505.5 898.0 -1494.0 875.0 -1497.0 866.5
smooth off
endline
line contour
-1541.5 900.5
-1541.5 900.5 -1522.5 873.0 -1526.5 867.0
smooth off
endline
line floor-step
-1590.5 889.0
-1590.5 889.0 -1561.0 874.0 -1557.5 868.0
smooth off
endline
line floor-step
-1615.5 875.0
-1615.5 875.0 -1575.5 858.0 -1574.0 853.0
smooth off
endline
line contour
-1612.5 825.0
-1612.5 825.0 -1572.0 839.5 -1561.5 834.5
smooth off
endline
line contour -reverse on
-1488.0 812.5
-1488.0 812.5 -1510.0 795.5 -1499.5 784.0
smooth off
endline
point -1254.0 709.5 water-flow -orientation 300.2
@@ -6824,6 +6896,7 @@ point -1298.75 683.0 label -text Affluent -scale s
line label -text [Galerie Isaline] -scale l
-724.0 1134.0
-724.0 1134.0 -349.0 1141.0 -331.0 1142.0
smooth off
endline
point -1057.0 1029.0 air-draught -orientation 66.0
@@ -7022,6 +7095,7 @@ line wall -reverse on
-932.5 1030.5 -942.5 1031.5 -949.0 1029.5
-955.5 1027.5 -984.0 1001.25 -987.5 998.25
-991.0 995.25 -1007.5 980.75 -1010.5 977.5
smooth off
endline
line wall
@@ -10,12 +10,45 @@ scanning centreline tree ... done
searching for centerline loops ... done
calculating station coordinates ... done
average loop error: 1.47%
processing survey data ...
####################### cavern log file ########################
1> Survex 1.4.15
2> Copyright ¸ 1990-2024 Olly Betts
3> C:\Users\alexa\AppData\Local\Temp\th20012\data.svx:6: info: La topographie n'a pas de points fixes. Par consquent j'ai fix 1 … (0,0,0)
4>
5> La topographie contient 508 stations, connectes par 510 vises.
6> Il y a 3 bouclages.
7> Longueur totale de la topographie = 2241.47m (2241.47m ajust)
8> Longueur totale en projection horizontale = 2095.73m
9> Longueur totale verticale = 419.75m
10> Intervalle vertical = 36.81m (de 331 … 13.59m jusqu'… 427 … -23.22m)
11> Intervalle Nord-Sud = 327.70m (de 473 … 206.40m jusqu'… 110 … -121.29m)
12> Intervalle Est-Ouest = 406.31m (de 472 … 75.69m jusqu'… 392 … -330.62m)
13> 43 1-noeuds.
14> 424 2-noeuds.
15> 35 3-noeuds.
16> 6 4-noeuds.
17>
######################### transcription ########################
3> input:6 -- Data/AP7_Aval.th [30]
3> 1 : RN01@AP7_Aval.AP7_Aval
5> 508 : 10_37@AP7_Aval.AP7_Aval
6> 3 : RN02@AP7_Aval.AP7_Aval
10> 331 : SF33X@AP7_Aval.AP7_Aval -- 427 : S3_97@AP7_Aval.AP7_Aval
11> 473 : 10_2@AP7_Aval.AP7_Aval -- 110 : GN30@AP7_Aval.AP7_Aval
12> 472 : S3_142@AP7_Aval.AP7_Aval -- 392 : S3_60@AP7_Aval.AP7_Aval
13> 43 : PS08@AP7_Aval.AP7_Aval
14> 424 : S3_92@AP7_Aval.AP7_Aval
15> 35 : VD04@AP7_Aval.AP7_Aval
16> 6 : RN05@AP7_Aval.AP7_Aval
#################### end of cavern log file ####################
done
calculating basic statistics ... done
processing extended elevation ... done
processing references ... done
selecting export objects ... done
processing projection plan ... done
average distortion: 0.00%
average distortion: 0.03%
writing Data/AP7_Aval-Plan.xvi ... done
processing projection extended ... done
average distortion: 0.00%
@@ -23,14 +56,14 @@ writing Data/AP7_Aval-Extended.xvi ... done
############### export maps & scraps selection #################
M -7.24 MP-AP7_Aval-Plan-tot@AP7_Aval (AP7_Aval)
S 1.63 SP-AP7_Aval_01@AP7_Aval ()
S -2.29 SP-AP7_Aval_03@AP7_Aval ()
S -5.71 SP-AP7_Aval_02@AP7_Aval ()
S 0.62 SP-AP7_Aval_04@AP7_Aval ()
S -5.71 SP-AP7_Aval_05@AP7_Aval ()
S -18.02 SP-AP7_Aval_06@AP7_Aval ()
S -21.21 SP-AP7_Aval_07@AP7_Aval ()
M -7.26 MP-AP7_Aval-Plan-tot@AP7_Aval (AP7_Aval)
S 1.62 SP-AP7_Aval_01@AP7_Aval ()
S -2.31 SP-AP7_Aval_03@AP7_Aval ()
S -5.74 SP-AP7_Aval_02@AP7_Aval ()
S 0.59 SP-AP7_Aval_04@AP7_Aval ()
S -5.74 SP-AP7_Aval_05@AP7_Aval ()
S -18.04 SP-AP7_Aval_06@AP7_Aval ()
S -21.24 SP-AP7_Aval_07@AP7_Aval ()
S -.-- SP-AP7_Aval_08@AP7_Aval ()
S -.-- SP-AP7_Aval_09@AP7_Aval ()
S -.-- SP-AP7_Aval_10@AP7_Aval ()
@@ -50,7 +83,7 @@ S -.-- SP-AP7_Aval_23@AP7_Aval ()
########## end of export maps & scraps selection ###############
writing Outputs/AP7_Aval-Plan.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 27 DEC 2024 16:47
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 16:36
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -75,7 +108,7 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
[63] [64] [65] [66] [67] [68] [69] [70] [71] [72] )
Here is how much of MetaPost's memory you used:
48538 strings using 1228565 characters
50221 strings using 1233890 characters
5221648 bytes of node memory
1757 symbolic tokens
10i,82n,16p,465b,5f stack positions out of 16i,98n,20p,487b,6f
@@ -86,7 +119,7 @@ Here is how much of MetaPost's memory you used:
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 27 DEC 2024 16:47
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 30 DEC 2024 16:36
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
@@ -100,7 +133,7 @@ rogram Files/Therion/texmf/fonts/pdftex.map})
Here is how much of TeX's memory you used:
396 strings out of 95671
4975 string characters out of 1192323
93095 words of memory out of 1575138
93067 words of memory out of 1575110
1789 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
@@ -109,7 +142,7 @@ Here is how much of TeX's memory you used:
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
erion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 326276 bytes).
Output written on data.pdf (1 page, 329936 bytes).
PDF statistics:
226 PDF objects out of 1000 (max. 8388607)
117 compressed objects within 2 object streams
@@ -149,7 +182,7 @@ S -.-- SC-AP7_Aval_23@AP7_Aval ()
########## end of export maps & scraps selection ###############
writing Outputs/AP7_Aval-Extended.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 27 DEC 2024 16:47
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 16:36
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -162,7 +195,7 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
[8] )
Here is how much of MetaPost's memory you used:
54742 strings using 1724834 characters
54512 strings using 1723846 characters
5535360 bytes of node memory
1749 symbolic tokens
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
@@ -173,7 +206,7 @@ Here is how much of MetaPost's memory you used:
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 27 DEC 2024 16:47
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 30 DEC 2024 16:36
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
@@ -186,7 +219,7 @@ rogram Files/Therion/texmf/fonts/pdftex.map})
Here is how much of TeX's memory you used:
316 strings out of 95671
4213 string characters out of 1192323
587076 words of memory out of 2030119
587536 words of memory out of 2030579
1709 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
@@ -194,7 +227,7 @@ Here is how much of TeX's memory you used:
<c:/Program Files/Therion/texmf/fonts/type1/cmss10.pfb><c:/Program Files/T
herion/texmf/fonts/type1/cmssi10.pfb><c:/Program Files/Therion/texmf/fonts/type
1/csss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 179328 bytes).
Output written on data.pdf (1 page, 179258 bytes).
PDF statistics:
56 PDF objects out of 1000 (max. 8388607)
33 compressed objects within 1 object stream
@@ -230,13 +263,13 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
###################### scrap distortions #######################
PROJECTION: plan
AVERAGE MAXIMAL SCRAP
0.00% 0.23% SP-AP7_Aval_05@AP7_Aval
0.00% 0.18% SP-AP7_Aval_02@AP7_Aval
0.00% 0.18% SP-AP7_Aval_04@AP7_Aval
0.00% 0.16% SP-AP7_Aval_01@AP7_Aval
0.00% 0.15% SP-AP7_Aval_03@AP7_Aval
0.00% 0.06% SP-AP7_Aval_06@AP7_Aval
0.00% 0.03% SP-AP7_Aval_07@AP7_Aval
0.05% 5.05% SP-AP7_Aval_02@AP7_Aval
0.04% 4.11% SP-AP7_Aval_03@AP7_Aval
0.04% 3.16% SP-AP7_Aval_04@AP7_Aval
0.01% 1.52% SP-AP7_Aval_05@AP7_Aval
0.03% 1.42% SP-AP7_Aval_01@AP7_Aval
0.01% 0.58% SP-AP7_Aval_06@AP7_Aval
0.01% 0.14% SP-AP7_Aval_07@AP7_Aval
0.00% 0.00% SP-AP7_Aval_23@AP7_Aval
0.00% 0.00% SP-AP7_Aval_22@AP7_Aval
0.00% 0.00% SP-AP7_Aval_21@AP7_Aval
@@ -259,7 +292,7 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
###################### scrap distortions #######################
PROJECTION: extended
AVERAGE MAXIMAL SCRAP
0.00% 0.28% SC-AP7_Aval_01@AP7_Aval
0.00% 6.01% SC-AP7_Aval_01@AP7_Aval
0.00% 0.00% SC-AP7_Aval_12@AP7_Aval
0.00% 0.00% SC-AP7_Aval_23@AP7_Aval
0.00% 0.00% SC-AP7_Aval_22@AP7_Aval
@@ -1,6 +1,6 @@
encoding utf-8
##XTHERION## xth_me_area_adjust -331.488 -393.06 331.488 393.06
##XTHERION## xth_me_area_zoom_to 200
##XTHERION## xth_me_area_zoom_to 400
##XTHERION## xth_me_image_insert {-214.67100000000005 1 1.0} {5.199999999999989 AP_7} AP7_Entree-Plan.xvi 0 {}
@@ -9,29 +9,35 @@ scrap SP-AP7_Entree_01 -projection plan -author 2019 "Philippe Guillemin" -autho
point -172.3564 -26.4468 label -scale xl -text AP7
point -188.0883 87.4297 height -value [-45 m]
line pit
-245.0 58.75
-245.0 58.75 -222.0 50.25 -218.0 54.5
endline
point -179.3223 31.6617 height -value [-10 m]
point -190.8383 57.9297 height -value [-45 m] -align right
point -30.0 133.75 height -value [+4 m]
point -191.3223 31.9117 height -value [-18 m] -align right
point -65.75 150.25 height -value [-20 m]
point -53.0 73.0 height -value [+4 m] -align left
point -155.75 159.25 height -value [-8 m]
point -120.75 114.25 height -value [-20 m] -align left
point -194.5 193.0 height -value [-8 m]
line pit -reverse on
-133.0 146.5
-133.0 146.5 -118.25 169.0 -111.75 169.0
endline
point -209.25 241.0 height -value [-8 m]
point -143.25 143.5 height -value [-8 m]
point -153.5 307.0 height -value [-8 m]
point -201.5 206.0 height -value [-8 m] -align left
point -139.5 238.5 label -text [Le méandre]
point -153.5 307.0 height -value [-8 m] -align right
point -329.5 236.75 label -text [Puits Sterlingot]
point -155.0 239.75 label -text [Le méandre] -align right
point -328.25 199.5 height -value [-138 m]
point -286.25 243.75 label -text [<center>Puits Sterlingot<br>P138] -scale l -align left
point -284.5 297.5 height -value [-30 m]
point -260.25 302.5 height -value [-30 m] -align left
point -174.5 -1.5 entrance -orientation 278.7
@@ -494,7 +500,9 @@ endline
point 61.25 27.0 label -text [La douche]
point 13.75 159.25 label -text [Salle Odette]
point -37.75 137.75 passage-height -value [-8 m]
point 10.0 154.25 label -text [Salle Odette]
line rock-border -close on
48.0 114.0
@@ -560,6 +568,17 @@ line wall
smooth off
endline
line rock-edge
-189.5 332.25
-179.0 325.75
endline
line rock-edge
-178.75 331.75
-189.5 332.25
-205.75 330.5
endline
line wall
-207.5 15.0
-207.5 15.0 -210.0 16.5 -219.0 19.75
@@ -591,6 +610,21 @@ endline
point 62.36 97.6 station -name AP58
line contour -reverse on
-239.0 101.5
-239.0 101.5 -236.5 79.75 -258.75 75.5
endline
line contour -reverse on
-235.0 104.0
-235.0 104.0 -211.25 90.5 -249.5 73.5
endline
line contour -reverse on
-228.5 107.75
-228.5 107.75 -218.75 94.5 -219.75 88.25
endline
endscrap
@@ -639,9 +673,12 @@ endline
point 111.5 41.25 height -value [-10 m]
point 128.5 173.5 label -text [Puits Odette]
point 139.75 158.0 label -text [<center>Puits Odette<br>P40] -scale l
point 128.5 155.5 height -value [-40 m]
line rock-edge
243.75 19.0
243.75 11.75
endline
line pit
119.0 108.0
@@ -23,7 +23,7 @@
-0.74102472216341,42.97380586857136,1705.00000000000000 -0.74102472216341,42.97380586857136,1705.00000000000000
</coordinates></LineString>
<LineString><coordinates>
-0.74102472216341,42.97380586857136,1705.00000000000000 -0.74108241356314,42.97382387255661,1694.03367577685663 -0.74106428703674,42.97382526563968,1694.34970154689972 -0.74105409414745,42.97383594491661,1690.14214388548271 -0.74105409414745,42.97383594491661,1662.68214388548267 -0.74104740269274,42.97390577218934,1642.42344863049334 -0.74108047007530,42.97389646359881,1642.17069697652505 -0.74108047007530,42.97389646359881,1636.20069697652502 -0.74108223316922,42.97391133652372,1636.97408839551053 -0.74108223316922,42.97391133652372,1623.27408839551049 -0.74109782696100,42.97395133555131,1618.96385875991541 -0.74109782696100,42.97395133555131,1609.76385875991537 -0.74108994539870,42.97397450453987,1607.37506249521425 -0.74110047955552,42.97396948601528,1607.26739817804855 -0.74110047955552,42.97396948601528,1597.18739817804862 -0.74111457319137,42.97397076131250,1597.12668846880683 -0.74109487738766,42.97400479183295,1588.31737677881051 -0.74109487738766,42.97400479183295,1583.65737677881043 -0.74109485148816,42.97404821227705,1580.02241403897210 -0.74109485148816,42.97404821227705,1573.13241403897200 -0.74106387472146,42.97408757018916,1565.05051568260114 -0.74106387472146,42.97408757018916,1555.15051568260105 -0.74105181826681,42.97410420280380,1554.70558466425109 -0.74105726483737,42.97411817357563,1551.79310103947682 -0.74103893066658,42.97412946015292,1546.96247315718392 -0.74103893066658,42.97412946015292,1537.28247315718386 -0.74103547406389,42.97414248747800,1536.25003557175205 -0.74102997709744,42.97417111699404,1531.66278412373367 -0.74102997709744,42.97417111699404,1504.26278412373358 -0.74096962066712,42.97417342017655,1503.12453178875353 -0.74096962066712,42.97417342017655,1494.80453178875359 -0.74096625305516,42.97414979276686,1495.46255934478472 -0.74094999615071,42.97413393671737,1494.08476925777836 -0.74095247555706,42.97409948686524,1490.25225050374729 -0.74095299097833,42.97407833702665,1490.25225050374729 -0.74095299097833,42.97407833702665,1483.51225050374728 -0.74095038261736,42.97405633333022,1482.71498665825993 -0.74095461320764,42.97404475995322,1479.86011712909453 -0.74091891016787,42.97400108430816,1479.95889774952957 -0.74089975604674,42.97399327989663,1479.48008251608985 -0.74089975604674,42.97399327989663,1472.68008251608990 -0.74085132234350,42.97398101635034,1472.60713145718205 -0.74085317021393,42.97397405211373,1472.83315408895191 -0.74083892613143,42.97395910040667,1463.29621498179722 -0.74080819139051,42.97392912331739,1460.03936577732452 -0.74080819139051,42.97392912331739,1454.92936577732462 -0.74078080008262,42.97392664467033,1454.73239379871484 -0.74074377929828,42.97390036967280,1453.03542593054067 -0.74074377929828,42.97390036967280,1457.23542593054071 -0.74070039406043,42.97391658436172,1456.39130446582067 -0.74062252933046,42.97392357902122,1449.99198809608242 -0.74060891059974,42.97389275477638,1447.82882818146027 -0.74060891059974,42.97389275477638,1445.12882818146022 -0.74062909526789,42.97388933984520,1445.09933361458116 -0.74062909526789,42.97388933984520,1443.91933361458109 -0.74064936194503,42.97387853758433,1441.94650384247757 -0.74064936194503,42.97387853758433,1438.69650384247757 -0.74060947848337,42.97389280553699,1437.92723058645197 -0.74058973205059,42.97390294887871,1436.79223058645198 -0.74054260989189,42.97389235317749,1431.64652036539997 -0.74049932344348,42.97389011631792,1421.92070174026571 -0.74047610821930,42.97390390817337,1419.87663714146242 -0.74044709681602,42.97392839264690,1413.09559962830576 -0.74041016616303,42.97393267537192,1413.52425277926272 -0.74038749768863,42.97392693554155,1407.50406503111435 -0.74037113840821,42.97392132740555,1406.87889522553155 -0.74037113840821,42.97392132740555,1396.33889522553159 -0.74037211557721,42.97396351480302,1384.12766324694826
-0.74102472216341,42.97380586857136,1705.00000000000000 -0.74108243468965,42.97382384675544,1694.02999999999997 -0.74106423297556,42.97382528829146,1694.34999999999991 -0.74105415367675,42.97383598487450,1690.14000000000010 -0.74105415367675,42.97383598487450,1662.68000000000006 -0.74104743040997,42.97390572802475,1642.42000000000007 -0.74108051088966,42.97389647610613,1642.17000000000007 -0.74108051088966,42.97389647610613,1636.20000000000005 -0.74108217292973,42.97391136655624,1636.97000000000003 -0.74108217292973,42.97391136655624,1623.26999999999998 -0.74109787867755,42.97395129701702,1618.96000000000004 -0.74109787867755,42.97395129701702,1609.75999999999999 -0.74108991798870,42.97397446181837,1607.38000000000011 -0.74110052496073,42.97396944856573,1607.26999999999998 -0.74110052496073,42.97396944856573,1597.19000000000005 -0.74111458076810,42.97397071659969,1597.13000000000011 -0.74109481532230,42.97400481405887,1588.31999999999994 -0.74109481532230,42.97400481405887,1583.66000000000008 -0.74109482016566,42.97404821645303,1580.01999999999998 -0.74109482016566,42.97404821645303,1573.13000000000011 -0.74106382510453,42.97408758500319,1565.04999999999995 -0.74106382510453,42.97408758500319,1555.15000000000009 -0.74105181273093,42.97410418647033,1554.71000000000004 -0.74105730974886,42.97411816213307,1551.78999999999996 -0.74103887132591,42.97412941403335,1546.96000000000004 -0.74103887132591,42.97412941403335,1537.27999999999997 -0.74103544928938,42.97414249321888,1536.25000000000000 -0.74102998672423,42.97417111011666,1531.66000000000008 -0.74102998672423,42.97417111011666,1504.25999999999999 -0.74096956854823,42.97417342893588,1503.11999999999989 -0.74096956854823,42.97417342893588,1494.79999999999995 -0.74096626552308,42.97414977159504,1495.46000000000004 -0.74095004432599,42.97413396333729,1494.07999999999993 -0.74095253177988,42.97409952473642,1490.25000000000000 -0.74095293852736,42.97407837189665,1490.25000000000000 -0.74095293852736,42.97407837189665,1483.50999999999999 -0.74095043397711,42.97405635115434,1482.71000000000004 -0.74095466108127,42.97404472860818,1479.85999999999990 -0.74091885828933,42.97400106957902,1479.96000000000004 -0.74089976723879,42.97399330880893,1479.48000000000002 -0.74089976723879,42.97399330880893,1472.68000000000006 -0.74085128914586,42.97398100570517,1472.60999999999990 -0.74085313919465,42.97397401862916,1472.82999999999993 -0.74083897158567,42.97395906132349,1463.29999999999995 -0.74080818559861,42.97392909831119,1460.03999999999996 -0.74080818559861,42.97392909831119,1454.93000000000006 -0.74078080596060,42.97392666666717,1454.73000000000002 -0.74074375463844,42.97390036185649,1453.03999999999996 -0.74074375463844,42.97390036185649,1457.24000000000001 -0.74070036223527,42.97391661373828,1456.39000000000010 -0.74062248498304,42.97392354013477,1449.99000000000001 -0.74060889747815,42.97389274611486,1447.82999999999993 -0.74060889747815,42.97389274611486,1445.13000000000011 -0.74062913235372,42.97388936378601,1445.09999999999991 -0.74062913235372,42.97388936378601,1443.92000000000007 -0.74064939568301,42.97387850817571,1441.95000000000005 -0.74064939568301,42.97387850817571,1438.70000000000005 -0.74060950687942,42.97389284819612,1437.93000000000006 -0.74058976006169,42.97390299362981,1436.78999999999996 -0.74054257071596,42.97389233667955,1431.65000000000009 -0.74049936375379,42.97389013266365,1421.92000000000007 -0.74047605068686,42.97390389954148,1419.88000000000011 -0.74044707290699,42.97392836008625,1413.09999999999991 -0.74041012650204,42.97393267296871,1413.51999999999998 -0.74038752862828,42.97392691391525,1407.50000000000000 -0.74037117697334,42.97392136827253,1406.88000000000011 -0.74037117697334,42.97392136827253,1396.33999999999992 -0.74037208523057,42.97396352786136,1384.13000000000011
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -32,10 +32,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74037113840821,42.97392132740555,1406.87889522553155 -0.74036559407972,42.97392410994534,1407.86721549459912 -0.74035164894642,42.97390343752961,1407.08365932594211 -0.74032781739374,42.97391585145180,1408.19514535432018 -0.74031992269338,42.97391712085719,1406.78130520654304 -0.74029431993192,42.97385304184775,1394.90863186035313 -0.74025899028910,42.97383886874060,1395.78861661370161
-0.74037117697334,42.97392136827253,1406.88000000000011 -0.74036555722693,42.97392413875740,1407.86999999999989 -0.74035160069587,42.97390342259988,1407.07999999999993 -0.74032784687548,42.97391583004806,1408.20000000000005 -0.74031995161621,42.97391711484607,1406.77999999999997 -0.74029433968968,42.97385303631160,1394.91000000000008 -0.74025905264520,42.97383883239061,1395.78999999999996
</coordinates></LineString>
<LineString><coordinates>
-0.74029431993192,42.97385304184775,1394.90863186035313 -0.74029431993192,42.97385304184775,1394.20863186035308 -0.74029431993192,42.97385304184775,1389.20863186035308 -0.74030419240189,42.97384255236077,1389.10957766763636 -0.74030419240189,42.97384255236077,1382.98957766763647 -0.74030419240189,42.97384255236077,1382.98957766763647
-0.74029433968968,42.97385303631160,1394.91000000000008 -0.74029433968968,42.97385303631160,1394.21000000000004 -0.74029433968968,42.97385303631160,1389.21000000000004 -0.74030416744965,42.97384251492027,1389.10999999999990 -0.74030416744965,42.97384251492027,1382.99000000000001 -0.74030416744965,42.97384251492027,1382.99000000000001
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -44,10 +44,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74030419240189,42.97384255236077,1382.98957766763647 -0.74029601676649,42.97381485084022,1382.14582758060214 -0.74036750499001,42.97376005695013,1382.14582758060214 -0.74037781849011,42.97374733857300,1382.74436283142199 -0.74044986450377,42.97370566549220,1382.22118927834094 -0.74050911378128,42.97364527907889,1381.49779661353546 -0.74056422925460,42.97359996927365,1380.66908507838048 -0.74059582301930,42.97359620008515,1381.17663700608205 -0.74072834754075,42.97353485146164,1381.17663700608205 -0.74076863050513,42.97352276303256,1381.17663700608205 -0.74084191101031,42.97355231103833,1381.17663700608205
-0.74030416744965,42.97384251492027,1382.99000000000001 -0.74029598231778,42.97381488914127,1382.15000000000009 -0.74036752204738,42.97376002322936,1382.15000000000009 -0.74037779650034,42.97374734954379,1382.74000000000001 -0.74044983519374,42.97370564018885,1382.22000000000003 -0.74050906684725,42.97364530841502,1381.50000000000000 -0.74056419437959,42.97359993328275,1380.67000000000007 -0.74059584504229,42.97359623613443,1381.18000000000006 -0.74072832431338,42.97353482949118,1381.18000000000006 -0.74076862062610,42.97352274863172,1381.18000000000006 -0.74084185093270,42.97355228915615,1381.18000000000006
</coordinates></LineString>
<LineString><coordinates>
-0.74076863050513,42.97352276303256,1381.17663700608205 -0.74080732472189,42.97349095270037,1381.50798025636664 -0.74088564051377,42.97348569042504,1380.94669727307178 -0.74095319247988,42.97342393289220,1380.94669727307178
-0.74076862062610,42.97352274863172,1381.18000000000006 -0.74080731036508,42.97349091590003,1381.50999999999999 -0.74088561459895,42.97348570868588,1380.95000000000005 -0.74095323754415,42.97342392154277,1380.95000000000005
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -62,13 +62,13 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74059177252003,42.97495807209343,1374.62792887327782 -0.74059177252003,42.97495807209343,1374.62792887327782
-0.74059194978532,42.97495810884345,1374.64000000000010 -0.74059194978532,42.97495810884345,1374.64000000000010
</coordinates></LineString>
<LineString><coordinates>
-0.74059177252003,42.97495807209343,1374.62792887327782 -0.74066166409666,42.97501615896319,1373.29750493457300 -0.74073277774348,42.97505925931318,1372.40040636491767 -0.74081374096174,42.97516897497493,1371.51051928432526 -0.74085345433953,42.97518549864620,1371.32507059883142 -0.74095655413721,42.97520796613755,1371.66597781812948 -0.74104927434531,42.97520740288668,1370.49473425732890 -0.74113181911308,42.97522424586017,1370.88456787983273 -0.74122465997533,42.97522844743423,1371.30922784695804 -0.74124820544869,42.97524606805469,1371.50836092347754 -0.74132599214571,42.97526521382576,1368.82736525828477 -0.74132020657062,42.97528287554339,1368.73925409580670 -0.74136022753530,42.97528417131943,1369.19852532897494 -0.74133688128869,42.97529346954706,1368.81649933810763 -0.74133688128869,42.97529346954706,1368.01649933810768
-0.74059194978532,42.97495810884345,1374.64000000000010 -0.74066180535350,42.97501621754064,1373.30999999999995 -0.74073294337482,42.97505940384373,1372.41000000000008 -0.74081390689364,42.97516914821205,1371.50999999999999 -0.74085352394603,42.97518568862161,1371.32999999999993 -0.74095669151074,42.97520816630131,1371.67000000000007 -0.74104941896058,42.97520765604725,1370.49000000000001 -0.74113194559905,42.97522450332807,1370.88000000000011 -0.74122474682673,42.97522867679337,1371.30999999999995 -0.74124825829658,42.97524633982389,1371.50000000000000 -0.74132616532263,42.97526543696044,1368.81999999999994 -0.74132036618539,42.97528315162679,1368.73000000000002 -0.74136042101363,42.97528439264190,1369.19000000000005 -0.74133702394987,42.97529374576713,1368.80999999999995 -0.74133702394987,42.97529374576713,1368.00999999999999
</coordinates></LineString>
<LineString><coordinates>
-0.74132599214571,42.97526521382576,1368.82736525828477 -0.74132598573952,42.97526521404556,1366.64452467828323
-0.74132616532263,42.97526543696044,1368.81999999999994 -0.74132616532263,42.97526543696044,1366.64000000000010
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -77,13 +77,13 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74132598573952,42.97526521404556,1366.64452467828323 -0.74130261868164,42.97524363799438,1367.13775152291510 -0.74130097543745,42.97522386330458,1367.43392794510623 -0.74124683032543,42.97519652409306,1368.68735863063534 -0.74120393840301,42.97520406763899,1369.01144863335458 -0.74121860987616,42.97518043838413,1369.52817976347592 -0.74121860369041,42.97518043859634,1367.56533918347441 -0.74118149218440,42.97519521249122,1365.89778622451581
-0.74132616532263,42.97526543696044,1366.64000000000010 -0.74130279549918,42.97524390475377,1367.13000000000011 -0.74130106951328,42.97522406050345,1367.43000000000006 -0.74124688438593,42.97519678726233,1368.68000000000006 -0.74120405587399,42.97520431597700,1369.00000000000000 -0.74121865703067,42.97518065195544,1369.51999999999998 -0.74121865703067,42.97518065195544,1367.54999999999995 -0.74118157278250,42.97519540772758,1365.88000000000011
</coordinates></LineString>
<LineString><coordinates>
-0.74132598573952,42.97526521404556,1366.64452467828323 -0.74135746881107,42.97530611551106,1367.56486001991789 -0.74135746881107,42.97530611551106,1367.56486001991789
-0.74132616532263,42.97526543696044,1366.64000000000010 -0.74135765313034,42.97530639932777,1367.55999999999995 -0.74135765313034,42.97530639932777,1367.55999999999995
</coordinates></LineString>
<LineString><coordinates>
-0.74135746881107,42.97530611551106,1367.56486001991789 -0.74137701047057,42.97531753948543,1367.05682403915853 -0.74141013947016,42.97530988099839,1367.76323597430951 -0.74145132206423,42.97531828128189,1368.06828107392630 -0.74161936192612,42.97532372169277,1367.34918503514814 -0.74161936192612,42.97532372169277,1367.34918503514814 -0.74166962032010,42.97532405955707,1367.34918503514814 -0.74169144130652,42.97532646119953,1367.36489279904526
-0.74135765313034,42.97530639932777,1367.55999999999995 -0.74137710302232,42.97531776895546,1367.04999999999995 -0.74141024746155,42.97531013904063,1367.75999999999999 -0.74145151254493,42.97531851757013,1368.05999999999995 -0.74161943896934,42.97532399368712,1367.33999999999992 -0.74161943896934,42.97532399368712,1367.33999999999992 -0.74166970767248,42.97532426561510,1367.33999999999992 -0.74169157027396,42.97532667819069,1367.35999999999990
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -92,7 +92,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74169144130652,42.97532646119953,1367.36489279904526 -0.74171579849825,42.97532443118867,1367.39979761191989 -0.74173460631105,42.97532034680084,1367.41376006871724
-0.74169157027396,42.97532667819069,1367.35999999999990 -0.74171592589200,42.97532463766002,1367.39000000000010 -0.74173471373977,42.97532059625037,1367.41000000000008
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -101,7 +101,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74161936192612,42.97532372169277,1367.34918503514814 -0.74167395533022,42.97538462787469,1366.21074906929471 -0.74168364237023,42.97539898715880,1366.58914834658299 -0.74168014295932,42.97540081002604,1366.58914834658299 -0.74162924891163,42.97543256121480,1368.04888776096118 -0.74157998850146,42.97548690454313,1368.55601732508103 -0.74154178522508,42.97552198450573,1368.55601732508103 -0.74151380149264,42.97552067445356,1368.31560185956550 -0.74150363378116,42.97555142242198,1368.13137929359027 -0.74152905746122,42.97558601777963,1367.59515418260753 -0.74154369888152,42.97562042507818,1367.24478809676202 -0.74154336204635,42.97564229368196,1367.20237874911936 -0.74154336204635,42.97564229368196,1367.50237874911932 -0.74155223222350,42.97566313854951,1367.16140465176704 -0.74153294261654,42.97571050588108,1366.87355689243077 -0.74150765501094,42.97574750832612,1366.79327582281917 -0.74146246072337,42.97573630924690,1369.51776389548672 -0.74146246072337,42.97573630924690,1369.91776389548681 -0.74141448867336,42.97573837234935,1369.91776389548681 -0.74136243920697,42.97573660468805,1370.74396684546718 -0.74136243920697,42.97573660468805,1370.17396684546725 -0.74130207239301,42.97573920078769,1369.65550566765978 -0.74123073136211,42.97573860814764,1370.89258022802551 -0.74116144201668,42.97572904227514,1371.90668558560037 -0.74110152798780,42.97573471838860,1372.25128256589642 -0.74107944838181,42.97572828352981,1373.03421034613575 -0.74100031825620,42.97573168635104,1373.26001008980097 -0.74091856636388,42.97572468938797,1374.20360371431025
-0.74161943896934,42.97532399368712,1367.33999999999992 -0.74167411120772,42.97538486361752,1366.20000000000005 -0.74168376503088,42.97539919144070,1366.57999999999993 -0.74168026466220,42.97540101331616,1366.57999999999993 -0.74162943582225,42.97543278679924,1368.03999999999996 -0.74158010833926,42.97548719150445,1368.54999999999995 -0.74154191180414,42.97552227588681,1368.54999999999995 -0.74151387917731,42.97552091208115,1368.30999999999995 -0.74150380023875,42.97555168902011,1368.11999999999989 -0.74152914669288,42.97558622686483,1367.58999999999992 -0.74154382864850,42.97562064422515,1367.24000000000001 -0.74154351825805,42.97564251933488,1367.19000000000005 -0.74154351825805,42.97564251933488,1367.49000000000001 -0.74155231887599,42.97566340370142,1367.15000000000009 -0.74153304913718,42.97571074781011,1366.86999999999989 -0.74150777940823,42.97574779824365,1366.78999999999996 -0.74146257224185,42.97573655047812,1369.50999999999999 -0.74146257224185,42.97573655047812,1369.91000000000008 -0.74141467170235,42.97573857636615,1369.91000000000008 -0.74136261723705,42.97573682832996,1370.74000000000001 -0.74136261723705,42.97573682832996,1370.17000000000007 -0.74130218764501,42.97573941723321,1369.65000000000009 -0.74123083790323,42.97573881897692,1370.89000000000010 -0.74116153327440,42.97572925643106,1371.90000000000009 -0.74110160107097,42.97573500666714,1372.24000000000001 -0.74107964155029,42.97572853998400,1373.02999999999997 -0.74100042003257,42.97573192828369,1373.25000000000000 -0.74091875899084,42.97572491303954,1374.20000000000005
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -110,7 +110,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74118149218440,42.97519521249122,1365.89778622451581 -0.74113916545895,42.97517902375478,1364.01233980112784 -0.74107957681809,42.97515323429251,1362.51846328018382 -0.74106476343132,42.97513679755347,1360.18387026714890 -0.74102464985395,42.97511943846599,1361.28355737588595 -0.74099529845337,42.97508921307483,1363.48978126550537 -0.74095689538404,42.97508346628226,1364.53760037894222 -0.74092763306247,42.97506377078534,1366.65212286094857 -0.74085450246047,42.97505857875263,1366.35650662976150 -0.74082611074260,42.97503946985434,1366.86244036730591 -0.74079688943044,42.97503310799362,1367.87490246262769
-0.74118157278250,42.97519540772758,1365.88000000000011 -0.74113936577438,42.97517926652591,1364.00000000000000 -0.74107972960356,42.97515350641103,1362.50000000000000 -0.74106487915033,42.97513709491238,1360.17000000000007 -0.74102480155812,42.97511973506617,1361.26999999999998 -0.74099549860549,42.97508944120541,1363.47000000000003 -0.74095695664048,42.97508372762319,1364.51999999999998 -0.74092775835200,42.97506397122273,1366.63000000000011 -0.74085461350897,42.97505883497518,1366.33999999999992 -0.74082612744760,42.97503972293674,1366.83999999999992 -0.74079693165332,42.97503329339686,1367.84999999999991
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -119,7 +119,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74130261868164,42.97524363799438,1367.13775152291510 -0.74130261868164,42.97524363799438,1365.63775152291510 -0.74130015912192,42.97525060893962,1365.63775152291510 -0.74129264875019,42.97527189501089,1363.72920094940559 -0.74129264875019,42.97527189501089,1363.12920094940569
-0.74130279549918,42.97524390475377,1367.13000000000011 -0.74130279549918,42.97524390475377,1365.63000000000011 -0.74130033274616,42.97525087973923,1365.63000000000011 -0.74129280876211,42.97527216220060,1363.72000000000003 -0.74129280876211,42.97527216220060,1363.11999999999989
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -128,10 +128,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74059177252003,42.97495807209343,1374.62792887327782 -0.74049618081234,42.97490411868991,1375.56631093826786 -0.74042400777494,42.97482686431814,1375.45099089109340 -0.74041064508439,42.97477367932020,1374.27217668021854 -0.74041972573404,42.97476893020148,1373.99411419452031 -0.74037472935379,42.97472252574507,1372.51842873000214 -0.74035705408554,42.97470046968448,1372.31962277983143 -0.74036624701374,42.97467008471301,1372.19887052124068 -0.74032906599455,42.97465462209469,1371.70898120586116 -0.74029989595497,42.97460017487480,1371.70898120586116 -0.74025799093081,42.97457387058193,1371.55193347069985 -0.74020707317130,42.97453005457515,1371.44023806950122 -0.74021098511295,42.97450831035204,1372.37557841781449 -0.74018829533892,42.97449727199030,1374.59589371074026 -0.74015392959290,42.97443312626903,1375.40076287790112 -0.74012283362033,42.97441911975349,1375.24480172829703 -0.74007064973015,42.97438518788756,1375.64241362863845 -0.74004351937239,42.97435617376252,1377.38324646100295 -0.74005746779840,42.97430594605969,1379.56929095322926 -0.74004129029170,42.97431505280637,1380.73365111902194 -0.74004129029170,42.97431505280637,1374.81365111902187 -0.74001583522760,42.97434436385682,1374.27087602527763
-0.74059194978532,42.97495810884345,1374.64000000000010 -0.74049607002530,42.97490407848973,1375.57999999999993 -0.74042384996821,42.97482683318647,1375.46000000000004 -0.74041046709804,42.97477371171860,1374.26999999999998 -0.74041971971862,42.97476885187349,1374.00000000000000 -0.74037469608706,42.97472248926624,1372.51999999999998 -0.74035710930010,42.97470044076270,1372.31999999999994 -0.74036619184184,42.97467009447372,1372.20000000000005 -0.74032911235330,42.97465459452446,1371.71000000000004 -0.74029983555487,42.97460016860619,1371.71000000000004 -0.74025800166813,42.97457385922285,1371.54999999999995 -0.74020711999884,42.97453008222865,1371.44000000000005 -0.74021098451752,42.97450827732292,1372.38000000000011 -0.74018833256197,42.97449729447911,1374.59999999999991 -0.74015389435142,42.97443313162243,1375.40000000000009 -0.74012289263199,42.97441910235337,1375.24000000000001 -0.74007066824709,42.97438520386307,1375.64000000000010 -0.74004352568040,42.97435621308031,1377.38000000000011 -0.74005750650949,42.97430597330612,1379.56999999999994 -0.74004123344970,42.97431501666200,1380.73000000000002 -0.74004123344970,42.97431501666200,1374.80999999999995 -0.74001587933041,42.97434432112746,1374.26999999999998
</coordinates></LineString>
<LineString><coordinates>
-0.74005746779840,42.97430594605969,1379.56929095322926 -0.74012855138330,42.97424903442928,1378.96938527902967 -0.74022706404291,42.97419555704940,1379.31838024605463 -0.74031769554028,42.97414635778112,1379.63945561571768 -0.74028470103279,42.97415687959212,1379.01572054326448 -0.74033454974995,42.97411966415640,1379.11694450060077 -0.74039793606384,42.97410501134124,1377.35554763266350 -0.74041754372403,42.97409475100011,1376.48106385005053 -0.74036805255864,42.97404182367735,1374.43583466988844 -0.74034475025811,42.97399599651257,1371.17049327495874 -0.74031040922333,42.97394059837696,1368.97338244495290 -0.74032878987018,42.97391469896783,1364.82056577344542 -0.74031592109264,42.97388056607280,1364.61436210584816 -0.74032905516117,42.97387076055538,1363.86913115630682
-0.74005750650949,42.97430597330612,1379.56999999999994 -0.74012851015002,42.97424902589660,1378.97000000000003 -0.74022709891057,42.97419559483939,1379.31999999999994 -0.74031768673791,42.97414632788696,1379.64000000000010 -0.74028468241113,42.97415684173540,1379.01999999999998 -0.74033460574581,42.97411964818301,1379.11999999999989 -0.74039792622560,42.97410505068467,1377.35999999999990 -0.74041755719174,42.97409472290407,1376.48000000000002 -0.74036811483888,42.97404178968816,1374.44000000000005 -0.74034477466564,42.97399603542594,1371.17000000000007 -0.74031038444511,42.97394060804711,1368.97000000000003 -0.74032874750021,42.97391467723521,1364.81999999999994 -0.74031589479702,42.97388056598252,1364.60999999999990 -0.74032900804706,42.97387073980603,1363.86999999999989
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -140,13 +140,13 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74045871897063,42.97408034601985,1381.60214142444397 -0.74051797448094,42.97406234549056,1382.15196114123182 -0.74053329529184,42.97405769135617,1382.29411985127581
-0.74045867486304,42.97408031717574,1381.59999999999991 -0.74051795087005,42.97406230801981,1382.15000000000009 -0.74053332706286,42.97405765914931,1382.28999999999996
</coordinates></LineString>
<LineString><coordinates>
-0.74041754372403,42.97409475100011,1376.48106385005053 -0.74045871897063,42.97408034601985,1381.60214142444397 -0.74042942270214,42.97404068347768,1382.48601064876857 -0.74037234658432,42.97398399137126,1383.72653595653765 -0.74037211557721,42.97396351480302,1384.12766324694826
-0.74041755719174,42.97409472290407,1376.48000000000002 -0.74045867486304,42.97408031717574,1381.59999999999991 -0.74042947036500,42.97404066030104,1382.49000000000001 -0.74037231735219,42.97398397294701,1383.73000000000002 -0.74037208523057,42.97396352786136,1384.13000000000011
</coordinates></LineString>
<LineString><coordinates>
-0.74049618081234,42.97490411868991,1375.56631093826786 -0.74038687527548,42.97481644999719,1382.29445014440785 -0.74042631289281,42.97477435465629,1385.44086457980666 -0.74038705043090,42.97474697156862,1386.29950505900115 -0.74036541225497,42.97472200677076,1387.24218481589537
-0.74049607002530,42.97490407848973,1375.57999999999993 -0.74038682757725,42.97481646701987,1382.29999999999995 -0.74042626171810,42.97477438385650,1385.45000000000005 -0.74038692133073,42.97474695316711,1386.30999999999995 -0.74036527031751,42.97472203295912,1387.25000000000000
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -155,10 +155,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74168014295932,42.97540081002604,1366.58914834658299 -0.74168014295932,42.97540081002604,1366.58914834658299
-0.74168026466220,42.97540101331616,1366.57999999999993 -0.74168026466220,42.97540101331616,1366.57999999999993
</coordinates></LineString>
<LineString><coordinates>
-0.74168014295932,42.97540081002604,1366.58914834658299 -0.74171187505879,42.97542811496666,1364.72962799492393 -0.74169751471600,42.97543123351333,1364.28500180860055
-0.74168026466220,42.97540101331616,1366.57999999999993 -0.74171200511779,42.97542838358990,1364.72000000000003 -0.74169766500345,42.97543152228268,1364.27999999999997
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -167,7 +167,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74059177252003,42.97495807209343,1374.62792887327782 -0.74059219497234,42.97494623368179,1373.82865203749157 -0.74059218884112,42.97494623677044,1372.88763131121300 -0.74059407676224,42.97495127518756,1372.76589614954264 -0.74063733728444,42.97494188368533,1370.88721129846908 -0.74063952289118,42.97495597884313,1369.64574668538626 -0.74068266597511,42.97497617120894,1368.59361508389247 -0.74069210214321,42.97499376571275,1367.77961477019790 -0.74071201749994,42.97500458734851,1367.77372527856369 -0.74074890034945,42.97502463571550,1367.10369407662665 -0.74079688943044,42.97503310799362,1367.87490246262769
-0.74059194978532,42.97495810884345,1374.64000000000010 -0.74059237164815,42.97494659125510,1373.82999999999993 -0.74059237494395,42.97494650127395,1372.88000000000011 -0.74059415763436,42.97495139897780,1372.75000000000000 -0.74063729703182,42.97494207570571,1370.85999999999990 -0.74063947880972,42.97495616600761,1369.61999999999989 -0.74068264009744,42.97497637832013,1368.56999999999994 -0.74069217168726,42.97499403552430,1367.75999999999999 -0.74071201204993,42.97500478265242,1367.75000000000000 -0.74074892377208,42.97502487152320,1367.07999999999993 -0.74079693165332,42.97503329339686,1367.84999999999991
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -176,16 +176,16 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74063733728444,42.97494188368533,1370.88721129846908 -0.74063307876534,42.97490783265779,1370.95040845184008 -0.74069787604011,42.97490681262394,1371.32011776268405
-0.74063729703182,42.97494207570571,1370.85999999999990 -0.74063302845598,42.97490795392499,1370.93000000000006 -0.74069781270942,42.97490698215567,1371.29999999999995
</coordinates></LineString>
<LineString><coordinates>
-0.74063307876534,42.97490783265779,1370.95040845184008 -0.74058125387221,42.97490864845494,1372.48949909680550
-0.74063302845598,42.97490795392499,1370.93000000000006 -0.74058125006944,42.97490873228202,1372.47000000000003
</coordinates></LineString>
<LineString><coordinates>
-0.74063307876534,42.97490783265779,1370.95040845184008 -0.74058375849167,42.97488957885244,1368.94235422578777 -0.74054993360429,42.97483921610456,1369.94487779029851 -0.74050197223078,42.97481987745087,1371.56947347109553
-0.74063302845598,42.97490795392499,1370.93000000000006 -0.74058390944350,42.97488969499768,1368.92000000000007 -0.74055006922040,42.97483932114808,1369.93000000000006 -0.74050209270979,42.97482000419443,1371.54999999999995
</coordinates></LineString>
<LineString><coordinates>
-0.74054993360429,42.97483921610456,1369.94487779029851 -0.74055681161778,42.97483446633819,1370.45881985659412 -0.74059926972181,42.97482043718703,1370.52201700996511 -0.74062878567642,42.97482111253457,1369.60122348339132 -0.74067883061443,42.97480220527057,1367.92832327834208 -0.74069445100221,42.97480316716464,1367.29692988690795 -0.74066730143615,42.97477962392682,1367.96017791790177 -0.74059316043769,42.97477026408686,1369.27667061154784
-0.74055006922040,42.97483932114808,1369.93000000000006 -0.74055723863927,42.97483442014983,1370.44000000000005 -0.74059969484671,42.97482031094775,1370.50000000000000 -0.74062897890421,42.97482097932095,1369.57999999999993 -0.74067896882057,42.97480206632653,1367.91000000000008 -0.74069426340067,42.97480299869122,1367.27999999999997 -0.74066704515968,42.97477940933751,1367.95000000000005 -0.74059295271348,42.97477002203592,1369.26999999999998
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -194,7 +194,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74012283362033,42.97441911975349,1375.24480172829703 -0.74008903352194,42.97441883863873,1375.73101662576437 -0.74008413671037,42.97442467222317,1375.37601728590221 -0.74002952586396,42.97442702025100,1376.57176127427579 -0.73999674003973,42.97440844752838,1376.45380097542125 -0.73998371315171,42.97440503214307,1378.87364276680910 -0.73996227943413,42.97440375228096,1379.99122595217045 -0.73991057942657,42.97438301188697,1380.83862905918500 -0.73990528931602,42.97436664422224,1380.77336700035130 -0.73996188241750,42.97436348242552,1380.77336700035130 -0.73997628263724,42.97435072282526,1379.99190474337274 -0.74001219652352,42.97434494831163,1379.13191619322379 -0.74003581554893,42.97435403411972,1378.11763236504612
-0.74012289263199,42.97441910235337,1375.24000000000001 -0.74008905829953,42.97441879419879,1375.73000000000002 -0.74008418419706,42.97442464097105,1375.38000000000011 -0.74002952845299,42.97442698307403,1376.56999999999994 -0.73999673095092,42.97440841598434,1376.45000000000005 -0.73998373451485,42.97440500762990,1378.86999999999989 -0.73996231962404,42.97440377417405,1379.99000000000001 -0.73991059434268,42.97438303222328,1380.83999999999992 -0.73990530911806,42.97436662944181,1380.76999999999998 -0.73996183258463,42.97436351387783,1380.76999999999998 -0.73997628018664,42.97435074257616,1379.99000000000001 -0.74001217675087,42.97434496835637,1379.13000000000011 -0.74003575892456,42.97435398859297,1378.11999999999989
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -203,7 +203,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74037472935379,42.97472252574507,1372.51842873000214 -0.74035324742568,42.97471201288555,1370.67869801599090 -0.74035325512174,42.97471200900862,1367.92971874226942 -0.74034872154251,42.97471864821372,1369.02550971731193 -0.74037429889755,42.97472390065013,1368.00910610197002 -0.74039368097156,42.97472331322847,1369.05575093917764 -0.74050196434914,42.97475166964845,1369.30078958300192 -0.74056048598855,42.97476532620636,1369.56088655456460 -0.74059316043769,42.97477026408686,1369.27667061154784
-0.74037469608706,42.97472248926624,1372.51999999999998 -0.74035288862633,42.97471188331964,1370.68000000000006 -0.74035288862633,42.97471188331964,1367.93000000000006 -0.74034861074841,42.97471819211032,1369.01999999999998 -0.74037441145190,42.97472356419942,1368.00000000000000 -0.74039344156598,42.97472294955215,1369.04999999999995 -0.74050178575116,42.97475138288973,1369.28999999999996 -0.74056026989239,42.97476505435650,1369.54999999999995 -0.74059295271348,42.97477002203592,1369.26999999999998
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -212,7 +212,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74037472935379,42.97472252574507,1372.51842873000214 -0.74035575236566,42.97472407676401,1374.51209593662725 -0.74032670392190,42.97472308997253,1374.22082820588889
-0.74037469608706,42.97472248926624,1372.51999999999998 -0.74035575225674,42.97472409612335,1374.50999999999999 -0.74032672651780,42.97472307259741,1374.22000000000003
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -221,7 +221,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74032670392190,42.97472308997253,1374.22082820588889 -0.74025388951556,42.97471096988206,1373.52689250549156 -0.74023169654355,42.97470007201154,1373.62198276994809 -0.74020371235891,42.97470015372225,1372.65296957129476 -0.74020371235891,42.97470015372225,1371.95296957129472 -0.74017015592509,42.97469129617557,1371.69847480247154 -0.74015183626121,42.97469348162617,1373.32208002006610 -0.74006787829471,42.97467837063056,1372.26819891871196 -0.74006753946901,42.97468641146602,1372.99191736841931 -0.74004613722947,42.97468255941897,1372.11517507484109 -0.74000200261728,42.97467154438141,1371.51290238443630 -0.73998066510512,42.97466926639362,1371.57432549863279 -0.73995979362632,42.97465977422472,1373.00285476968179 -0.73994259089823,42.97465283772879,1373.40202589742125 -0.73988130388090,42.97465223103358,1373.40202589742125
-0.74032672651780,42.97472307259741,1374.22000000000003 -0.74025383595699,42.97471100742764,1373.52999999999997 -0.74023167408433,42.97470003427262,1373.61999999999989 -0.74020371167256,42.97470011227353,1372.65000000000009 -0.74020371167256,42.97470011227353,1371.95000000000005 -0.74017019034154,42.97469125593135,1371.70000000000005 -0.74015183614671,42.97469350472533,1373.31999999999994 -0.74006789992638,42.97467833977271,1372.26999999999998 -0.74006748069715,42.97468643565384,1372.99000000000001 -0.74004616130699,42.97468259275870,1372.11999999999989 -0.74000205147897,42.97467154618592,1371.50999999999999 -0.73998067605526,42.97466923295791,1371.56999999999994 -0.73995980615373,42.97465981605865,1373.00000000000000 -0.73994264930986,42.97465281370858,1373.40000000000009 -0.73988135581564,42.97465223317906,1373.40000000000009
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -230,7 +230,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74167395533022,42.97538462787469,1366.21074906929471 -0.74167699392898,42.97538127572854,1366.87397912733877 -0.74173950069397,42.97537038182606,1367.51744926051788 -0.74175912794986,42.97535938205271,1369.46249269780310 -0.74177502096905,42.97535910658964,1369.55317611367036
-0.74167411120772,42.97538486361752,1366.20000000000005 -0.74167717740851,42.97538150238572,1366.86999999999989 -0.74173962530032,42.97537066886751,1367.50999999999999 -0.74175928281653,42.97535962101299,1369.45000000000005 -0.74177511055023,42.97535939315605,1369.54999999999995
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -239,7 +239,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74136022753530,42.97528417131943,1369.19852532897494 -0.74140696218843,42.97527067072102,1369.92090174806935 -0.74141914263975,42.97525550185303,1370.33672512970497 -0.74150230638046,42.97525819439394,1369.98084062725297 -0.74157909473184,42.97524571960109,1369.41955764395811 -0.74162130487312,42.97524817228557,1368.99545232890819
-0.74136042101363,42.97528439264190,1369.19000000000005 -0.74140714657269,42.97527090770561,1369.91000000000008 -0.74141922892080,42.97525574832577,1370.32999999999993 -0.74150239551608,42.97525847071248,1369.97000000000003 -0.74157925321807,42.97524594072878,1369.41000000000008 -0.74162147096370,42.97524839495049,1368.99000000000001
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -248,19 +248,19 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74162130487312,42.97524817228557,1368.99545232890819 -0.74163537989433,42.97523446944844,1369.96699199835075 -0.74167103936614,42.97522390344907,1371.17110830882302 -0.74176737073594,42.97520231093574,1372.76817960012477 -0.74184229523608,42.97520137429601,1371.24407165784692 -0.74187988451722,42.97517565774638,1372.76948149707937
-0.74162147096370,42.97524839495049,1368.99000000000001 -0.74163546122052,42.97523471394979,1369.96000000000004 -0.74167116513897,42.97522416295669,1371.16000000000008 -0.74176748521859,42.97520256216851,1372.75999999999999 -0.74184244737224,42.97520161055775,1371.24000000000001 -0.74188005587937,42.97517587927582,1372.75999999999999
</coordinates></LineString>
<LineString><coordinates>
-0.74184229523608,42.97520137429601,1371.24407165784692 -0.74185227841900,42.97522538828792,1371.00003557815353 -0.74194528137800,42.97518439478689,1371.15448937512338 -0.74196130868668,42.97519500047596,1371.15448937512338
-0.74184244737224,42.97520161055775,1371.24000000000001 -0.74185235816717,42.97522566843422,1370.99000000000001 -0.74194546502453,42.97518464412911,1371.15000000000009 -0.74196138762184,42.97519522366869,1371.15000000000009
</coordinates></LineString>
<LineString><coordinates>
-0.74185227841900,42.97522538828792,1371.00003557815353 -0.74187662792177,42.97523530912348,1370.08224942428456 -0.74190557724086,42.97522401820017,1375.33027785175409
-0.74185235816717,42.97522566843422,1370.99000000000001 -0.74187676910684,42.97523551506603,1370.07999999999993 -0.74190575293352,42.97522429108174,1375.31999999999994
</coordinates></LineString>
<LineString><coordinates>
-0.74185227841900,42.97522538828792,1371.00003557815353 -0.74183510855405,42.97527989103910,1371.43461840957934 -0.74185867327404,42.97532502556050,1370.29318322698987 -0.74177271475353,42.97535577676781,1370.29318322698987
-0.74185235816717,42.97522566843422,1370.99000000000001 -0.74183527942392,42.97528016949772,1371.43000000000006 -0.74185876676202,42.97532529603265,1370.28999999999996 -0.74177290412749,42.97535601789286,1370.28999999999996
</coordinates></LineString>
<LineString><coordinates>
-0.74185867327404,42.97532502556050,1370.29318322698987 -0.74188149748387,42.97537376670234,1369.89278106769848 -0.74191417136738,42.97539951709700,1371.63361390006298 -0.74201835917618,42.97542441086738,1372.10202070843729 -0.74212366676150,42.97544661944000,1372.57042751681161 -0.74217012044362,42.97544603858478,1372.57042751681161 -0.74223050434506,42.97546308039023,1372.20141577070513
-0.74185876676202,42.97532529603265,1370.28999999999996 -0.74188163220473,42.97537401213764,1369.89000000000010 -0.74191428982679,42.97539977962592,1371.63000000000011 -0.74201847541811,42.97542461764434,1372.09999999999991 -0.74212385949557,42.97544686787970,1372.55999999999995 -0.74217023658919,42.97544625236791,1372.55999999999995 -0.74223068315514,42.97546329342170,1372.19000000000005
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -269,25 +269,25 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74223050434506,42.97546308039023,1372.20141577070513 -0.74224596842612,42.97545453131394,1372.25655697549519 -0.74224596842612,42.97545453131394,1372.92655697549526 -0.74228921584926,42.97547215155873,1373.27953773362333 -0.74233310023406,42.97546043858672,1373.67988174793845 -0.74238364665899,42.97548276123032,1374.10084398540971 -0.74239474115673,42.97552476637484,1374.34996313712622 -0.74249817518887,42.97552877893575,1373.75912580451359 -0.74258705902492,42.97550375721173,1374.03029489389201 -0.74262256173403,42.97552643799385,1375.35210160098814 -0.74265781676897,42.97555521297917,1375.35210160098814 -0.74273603724183,42.97561269723761,1375.82521864542446 -0.74277456232303,42.97564201522877,1375.26949443949707 -0.74279227092364,42.97562706948463,1375.73729574383697 -0.74283107227692,42.97563859453719,1376.15652628515068 -0.74285488694748,42.97563153794791,1376.01003769028807 -0.74284723374583,42.97564088171448,1375.79645043175765 -0.74289879663492,42.97566188950244,1377.08536927636828 -0.74293003702758,42.97570331379854,1377.73127679641561 -0.74297754050753,42.97575317317101,1377.73127679641561 -0.74303337930658,42.97581636733178,1377.87735343829559 -0.74308437703018,42.97586433792449,1378.23166786206025 -0.74311256567186,42.97590682059815,1378.69097862634044 -0.74311209589945,42.97592612345586,1377.78057509696032 -0.74314932675663,42.97590905662127,1382.04744264513306
-0.74223068315514,42.97546329342170,1372.19000000000005 -0.74224607865809,42.97545477271476,1372.25000000000000 -0.74224607865809,42.97545477271476,1372.92000000000007 -0.74228933634839,42.97547237498285,1373.26999999999998 -0.74233317422402,42.97546072365306,1373.67000000000007 -0.74238374238570,42.97548297246150,1374.08999999999992 -0.74239483622081,42.97552497283959,1374.33999999999992 -0.74249831242390,42.97552899573929,1373.75000000000000 -0.74258715361941,42.97550400502010,1374.01999999999998 -0.74262274534766,42.97552667858246,1375.34999999999991 -0.74265799064485,42.97555546844327,1375.34999999999991 -0.74273621142361,42.97561293051284,1375.81999999999994 -0.74277474902142,42.97564223552698,1375.25999999999999 -0.74279246480194,42.97562727719573,1375.73000000000002 -0.74283116090970,42.97563884620727,1376.15000000000009 -0.74285496575043,42.97563175197767,1376.00000000000000 -0.74284738669693,42.97564114735039,1375.78999999999996 -0.74289898163900,42.97566215554149,1377.07999999999993 -0.74293020915248,42.97570356257280,1377.72000000000003 -0.74297768372988,42.97575339428476,1377.72000000000003 -0.74303349753234,42.97581662728963,1377.86999999999989 -0.74308447592660,42.97586454706185,1378.23000000000002 -0.74311271981819,42.97590706578508,1378.68000000000006 -0.74311226036611,42.97592632661816,1377.76999999999998 -0.74314942693031,42.97590932068867,1382.03999999999996
</coordinates></LineString>
<LineString><coordinates>
-0.74311209589945,42.97592612345586,1377.78057509696032 -0.74307209639122,42.97594905082479,1377.70832213431004 -0.74309951359578,42.97596369027313,1378.39779953676907 -0.74308702528879,42.97597835163752,1377.77358520813164 -0.74311475095611,42.97594703094824,1377.77358520813164
-0.74311226036611,42.97592632661816,1377.76999999999998 -0.74307217723690,42.97594930809766,1377.70000000000005 -0.74309960360236,42.97596389635995,1378.39000000000010 -0.74308717034395,42.97597859876297,1377.76999999999998 -0.74311492778865,42.97594726996761,1377.76999999999998
</coordinates></LineString>
<LineString><coordinates>
-0.74308702528879,42.97597835163752,1377.77358520813164 -0.74308702528879,42.97597835163752,1375.75358520813165 -0.74304808016351,42.97598818494374,1375.81222529376100 -0.74302370019935,42.97600950133849,1376.02847036236790 -0.74302617963667,42.97601511250432,1376.16777119521589 -0.74301512763557,42.97603179287016,1375.64203521734453 -0.74299305120189,42.97605347772253,1375.55137662596417 -0.74297051161718,42.97604785252832,1375.84107710058788 -0.74293132504778,42.97604622653807,1376.01229197392536
-0.74308717034395,42.97597859876297,1377.76999999999998 -0.74308717034395,42.97597859876297,1375.75000000000000 -0.74304818057191,42.97598845505095,1375.80999999999995 -0.74302385541647,42.97600976636205,1376.01999999999998 -0.74302634725257,42.97601539838772,1376.16000000000008 -0.74301506038696,42.97603228450838,1375.61999999999989 -0.74299280198618,42.97605408681662,1375.51999999999998 -0.74297057729713,42.97604815554240,1375.82999999999993 -0.74293139947932,42.97604639211499,1376.00000000000000
</coordinates></LineString>
<LineString><coordinates>
-0.74309951359578,42.97596369027313,1378.39779953676907 -0.74309951359578,42.97596369027313,1373.76779953676896 -0.74312040666528,42.97595718576939,1373.09401985441741 -0.74312040666528,42.97595718576939,1371.89401985441737 -0.74314300306659,42.97593811475247,1371.99208744015141 -0.74316478413325,42.97592692593333,1371.28752869297659 -0.74316478413325,42.97592692593333,1367.68752869297668 -0.74320369270233,42.97592893561455,1366.77516904522236
-0.74309960360236,42.97596389635995,1378.39000000000010 -0.74309960360236,42.97596389635995,1373.75999999999999 -0.74312056369879,42.97595746632682,1373.08999999999992 -0.74312056369879,42.97595746632682,1371.89000000000010 -0.74314309088416,42.97593837068278,1371.99000000000001 -0.74316496071424,42.97592718613653,1371.27999999999997 -0.74316496071424,42.97592718613653,1367.68000000000006 -0.74320388350289,42.97592921459166,1366.76999999999998
</coordinates></LineString>
<LineString><coordinates>
-0.74293132504778,42.97604622653807,1376.01229197392536 -0.74288211467607,42.97604305001365,1376.65054459128942
-0.74293139947932,42.97604639211499,1376.00000000000000 -0.74288221587236,42.97604326066840,1376.64000000000010
</coordinates></LineString>
<LineString><coordinates>
-0.74293132504778,42.97604622653807,1376.01229197392536 -0.74296358184908,42.97602202700721,1378.09976524334979 -0.74299886383126,42.97601407813639,1378.49913545418030 -0.74302617963667,42.97601511250432,1376.16777119521589
-0.74293139947932,42.97604639211499,1376.00000000000000 -0.74296355359281,42.97602226375059,1378.06999999999994 -0.74299866881554,42.97601440211800,1378.46000000000004 -0.74302634725257,42.97601539838772,1376.16000000000008
</coordinates></LineString>
<LineString><coordinates>
-0.74301512763557,42.97603179287016,1375.64203521734453 -0.74303180847744,42.97603725230810,1375.61603113175306
-0.74301506038696,42.97603228450838,1375.61999999999989 -0.74303166122743,42.97603774464309,1375.58999999999992
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -296,13 +296,13 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74303180847744,42.97603725230810,1375.61603113175306 -0.74306424984637,42.97604146280435,1374.30530140285373 -0.74305484565200,42.97606719093606,1373.56743962127484 -0.74308662658813,42.97609933831468,1373.95353956164695 -0.74309810738680,42.97611138838138,1374.58068347335120 -0.74302415185284,42.97613784621373,1374.93238109930371 -0.74296907233294,42.97613570976481,1375.01091692827140 -0.74290792747191,42.97615758444770,1375.69216655790615 -0.74283188434888,42.97617045078857,1376.24909175406378 -0.74277362977974,42.97618109676362,1376.42009928790594 -0.74270273632096,42.97618931914545,1379.15021325875091 -0.74264716198931,42.97620662041905,1378.28197237041627 -0.74264231948963,42.97622900947055,1378.36991910210668 -0.74258990919465,42.97623930376297,1378.83507076364776 -0.74253676058332,42.97624546796753,1379.14199924812192 -0.74246915715021,42.97625874638016,1378.54200586896559 -0.74241839794998,42.97625415403991,1382.71393587796615
-0.74303166122743,42.97603774464309,1375.58999999999992 -0.74306412949086,42.97604189696853,1374.27999999999997 -0.74305472577095,42.97606764477469,1373.53999999999996 -0.74308653777948,42.97609978852932,1373.93000000000006 -0.74309798996393,42.97611190055353,1374.55999999999995 -0.74302405564469,42.97613835634823,1374.91000000000008 -0.74296895033475,42.97613618867112,1374.99000000000001 -0.74290781577346,42.97615803441028,1375.67000000000007 -0.74283180179702,42.97617094211450,1376.22000000000003 -0.74277352963361,42.97618158847504,1376.40000000000009 -0.74270259189090,42.97618982379647,1379.13000000000011 -0.74264702036387,42.97620709675320,1378.25999999999999 -0.74264227571117,42.97622951469571,1378.34999999999991 -0.74258978279956,42.97623973471610,1378.80999999999995 -0.74253669950331,42.97624598102825,1379.11999999999989 -0.74246901177224,42.97625923287699,1378.51999999999998 -0.74241828764552,42.97625463009193,1382.69000000000005
</coordinates></LineString>
<LineString><coordinates>
-0.74277362977974,42.97618109676362,1376.42009928790594 -0.74273458546828,42.97617007784458,1374.45009928790591 -0.74269011109207,42.97616192110060,1374.84312630979230 -0.74262488863820,42.97614633799434,1374.05679828936786 -0.74251192762047,42.97614050280239,1373.41085334249715 -0.74242607363642,42.97613717226274,1372.79727691355356 -0.74238196512500,42.97611769299139,1372.20718296548284
-0.74277352963361,42.97618158847504,1376.40000000000009 -0.74273444581202,42.97617055207159,1374.43000000000006 -0.74268998394511,42.97616238106794,1374.81999999999994 -0.74262482391121,42.97614677803957,1374.02999999999997 -0.74251184750360,42.97614094695855,1373.39000000000010 -0.74242600343586,42.97613763219093,1372.76999999999998 -0.74238183405395,42.97611812101288,1372.18000000000006
</coordinates></LineString>
<LineString><coordinates>
-0.74270273632096,42.97618931914545,1379.15021325875091 -0.74264666692402,42.97617096814471,1379.94333599650486 -0.74259570438218,42.97617822562956,1380.69002316047272
-0.74270259189090,42.97618982379647,1379.13000000000011 -0.74264660875447,42.97617143032041,1379.92000000000007 -0.74259557254820,42.97617870756023,1380.67000000000007
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -311,7 +311,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74238196512500,42.97611769299139,1372.20718296548284 -0.74230493911779,42.97614268325322,1372.30310314441272 -0.74230937672732,42.97615344980228,1372.33146231137880 -0.74231342871971,42.97619779837217,1372.67675685641211 -0.74229347871820,42.97624834545744,1373.78147321795632 -0.74229347871820,42.97624834545744,1369.33147321795627 -0.74229307958886,42.97626279577803,1369.44938671533168 -0.74240795929110,42.97627640038278,1368.86881510435524 -0.74240834974161,42.97626226332988,1370.42331739756651 -0.74246068024485,42.97626641168694,1370.79895864880882 -0.74248019002375,42.97626720301712,1370.65950946041266 -0.74248019002375,42.97626720301712,1369.59950946041272 -0.74245876885445,42.97626234556883,1368.69564423113138 -0.74244694224109,42.97626277609630,1368.43682518602895
-0.74238183405395,42.97611812101288,1372.18000000000006 -0.74230488524112,42.97614316616129,1372.27999999999997 -0.74230927583138,42.97615387826199,1372.30999999999995 -0.74231329248684,42.97619826027671,1372.65000000000009 -0.74229341440060,42.97624883417054,1373.75999999999999 -0.74229341440060,42.97624883417054,1369.30999999999995 -0.74229300998909,42.97626323358789,1369.42000000000007 -0.74240790916254,42.97627684680469,1368.83999999999992 -0.74240830366754,42.97626271733012,1370.40000000000009 -0.74246063734143,42.97626690164928,1370.76999999999998 -0.74248010870531,42.97626764605670,1370.63000000000011 -0.74248010870531,42.97626764605670,1369.56999999999994 -0.74245870228459,42.97626281138447,1368.67000000000007 -0.74244691498426,42.97626320911115,1368.41000000000008
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -320,10 +320,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74258705902492,42.97550375721173,1374.03029489389201 -0.74253533285443,42.97550431298707,1374.03029489389201 -0.74256198528243,42.97549262889453,1374.22958099704078 -0.74259354715145,42.97549188505293,1374.37360047992320 -0.74263363858590,42.97548297551960,1374.67254467754765 -0.74268246926895,42.97548119779810,1374.55417636364814 -0.74275181700277,42.97547052418694,1374.53400039846815 -0.74280881081557,42.97546991170281,1374.22516402260408 -0.74283649021340,42.97547504007640,1374.80577657204321 -0.74287331462703,42.97552624176002,1374.33339020056997 -0.74294400079745,42.97554952624702,1374.37751176565303 -0.74301381616471,42.97554788061522,1374.74599124577730 -0.74301089278449,42.97556119094043,1374.82710946525458
-0.74258715361941,42.97550400502010,1374.01999999999998 -0.74253550714120,42.97550451672510,1374.01999999999998 -0.74256217584369,42.97549288670753,1374.22000000000003 -0.74259371871908,42.97549215840886,1374.36999999999989 -0.74263377819559,42.97548322384358,1374.67000000000007 -0.74268264898116,42.97548148672622,1374.54999999999995 -0.74275195921260,42.97547078805396,1374.52999999999997 -0.74280900742167,42.97547011268689,1374.22000000000003 -0.74283665669329,42.97547525055401,1374.79999999999995 -0.74287341053463,42.97552649162794,1374.32999999999993 -0.74294417548054,42.97554976897595,1374.36999999999989 -0.74301389177365,42.97554808278109,1374.74000000000001 -0.74301107289954,42.97556144406193,1374.81999999999994
</coordinates></LineString>
<LineString><coordinates>
-0.74253533285443,42.97550431298707,1374.03029489389201 -0.74247952707215,42.97551215821993,1373.65736989576271 -0.74247580708653,42.97552048495301,1374.07664812847952 -0.74256452924153,42.97556637611333,1374.43221581031798 -0.74262171446671,42.97558700294740,1374.06878458211099
-0.74253550714120,42.97550451672510,1374.01999999999998 -0.74247966596675,42.97551241947335,1373.65000000000009 -0.74247592850922,42.97552072002476,1374.06999999999994 -0.74256462897070,42.97556659294395,1374.43000000000006 -0.74262187718862,42.97558726257804,1374.05999999999995
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -332,7 +332,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74045871897063,42.97408034601985,1381.60214142444397 -0.74045871897063,42.97408034601985,1380.76214142444405 -0.74044338553326,42.97407270476354,1379.45265979700935 -0.74044239732779,42.97406412961715,1378.37583054669153 -0.74044239732779,42.97406412961715,1367.79583054669160
-0.74045867486304,42.97408031717574,1381.59999999999991 -0.74045867486304,42.97408031717574,1380.75999999999999 -0.74044337928517,42.97407272133712,1379.45000000000005 -0.74044234446059,42.97406414650436,1378.38000000000011 -0.74044234446059,42.97406414650436,1367.79999999999995
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -341,25 +341,25 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74283107227692,42.97563859453719,1376.15652628515068 -0.74281314860218,42.97564064103359,1375.85548070418076 -0.74279334599794,42.97566128323984,1376.14535565792085 -0.74279334599794,42.97566128323984,1379.32535565792091
-0.74283116090970,42.97563884620727,1376.15000000000009 -0.74281330326783,42.97564092513210,1375.84999999999991 -0.74279354190361,42.97566151602119,1376.14000000000010 -0.74279354190361,42.97566151602119,1379.31999999999994
</coordinates></LineString>
<LineString><coordinates>
-0.74285488694748,42.97563153794791,1376.01003769028807 -0.74286180878300,42.97562483252664,1376.46594368294882 -0.74278201113212,42.97562262100510,1376.01043390939958
-0.74285496575043,42.97563175197767,1376.00000000000000 -0.74286195585241,42.97562504637235,1376.46000000000004 -0.74278220340224,42.97562284256573,1376.00000000000000
</coordinates></LineString>
<LineString><coordinates>
-0.74286180878300,42.97562483252664,1376.46594368294882 -0.74291734521439,42.97563980530406,1380.37402331136832
-0.74286195585241,42.97562504637235,1376.46000000000004 -0.74291745096780,42.97564000835759,1380.36999999999989
</coordinates></LineString>
<LineString><coordinates>
-0.74279227092364,42.97562706948463,1375.73729574383697 -0.74279227092364,42.97562706948463,1376.70729574383699 -0.74279753984618,42.97562417113588,1376.76374111400150 -0.74285197487473,42.97563964386185,1377.04663251595889
-0.74279246480194,42.97562727719573,1375.73000000000002 -0.74279246480194,42.97562727719573,1376.70000000000005 -0.74279772026644,42.97562440935889,1376.75999999999999 -0.74285209272146,42.97563988950346,1377.03999999999996
</coordinates></LineString>
<LineString><coordinates>
-0.74291734521439,42.97563980530406,1380.37402331136832 -0.74293763456731,42.97562943594978,1380.06545123806404 -0.74295606494816,42.97564304553246,1380.41079460347851 -0.74295606494816,42.97564304553246,1370.71079460347846
-0.74291745096780,42.97564000835759,1380.36999999999989 -0.74293781728792,42.97562969465421,1380.05999999999995 -0.74295620492673,42.97564329421328,1380.40000000000009 -0.74295620492673,42.97564329421328,1370.70000000000005
</coordinates></LineString>
<LineString><coordinates>
-0.74293763456731,42.97562943594978,1380.06545123806404 -0.74295615800180,42.97562131543732,1376.89058170114799 -0.74296741901841,42.97561218389028,1376.16290077882991 -0.74296741901841,42.97561218389028,1372.58290077882998 -0.74294127334429,42.97559539984645,1370.36157162832319
-0.74293781728792,42.97562969465421,1380.05999999999995 -0.74295626314532,42.97562159421574,1376.88000000000011 -0.74296751188509,42.97561245132500,1376.16000000000008 -0.74296751188509,42.97561245132500,1372.57999999999993 -0.74294139344600,42.97559563767805,1370.35999999999990
</coordinates></LineString>
<LineString><coordinates>
-0.74295606494816,42.97564304553246,1380.41079460347851 -0.74295606494816,42.97564304553246,1380.91079460347851 -0.74297327367652,42.97564793695209,1383.80244991963946 -0.74295948279477,42.97566608472857,1388.23750408553065
-0.74295620492673,42.97564329421328,1380.40000000000009 -0.74295620492673,42.97564329421328,1380.90000000000009 -0.74297343812819,42.97564822655443,1383.79999999999995 -0.74295965436365,42.97566632405866,1388.23000000000002
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -368,7 +368,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74150765501094,42.97574750832612,1366.79327582281917 -0.74150765501094,42.97574750832612,1366.79327582281917 -0.74146401322784,42.97575610923973,1365.91173424552471 -0.74152667056097,42.97578427655474,1367.15174652568544 -0.74158172305189,42.97578756873607,1366.95580948596648 -0.74164307060472,42.97578249680777,1366.75530313848117 -0.74167882531689,42.97579787894545,1367.39281634831445 -0.74166748483605,42.97581545861401,1366.60541563301717 -0.74161247292250,42.97581428380034,1366.67515793052030 -0.74157821256483,42.97581226595308,1367.62417238265380 -0.74152066402512,42.97582351280312,1366.78419167296374 -0.74150172150550,42.97583576845165,1366.73817465920501 -0.74139671342648,42.97583714659171,1366.52430501932417 -0.74135619741863,42.97584384775141,1366.64438821541444 -0.74126868040113,42.97584828940407,1367.34101348356421 -0.74121834075379,42.97584520097566,1368.04242244824104 -0.74122063106755,42.97584544020771,1364.31719924594404 -0.74139143504634,42.97585196070423,1362.66092853205919 -0.74138762646476,42.97585761016986,1363.28795811537179 -0.74157151800402,42.97585323939059,1363.48705245665974 -0.74162398596414,42.97586172115846,1360.89832598442672 -0.74166702834332,42.97587489388992,1361.24852608124706 -0.74174264755375,42.97589650434761,1361.15263057420952 -0.74186868097521,42.97593058280379,1360.85617020439349 -0.74192968443597,42.97595120045629,1360.36629544829543 -0.74200939473570,42.97596083297542,1360.42150305740870 -0.74204690131166,42.97596912462351,1360.24677781540595 -0.74208545297946,42.97595176787317,1360.33693255278922 -0.74213773265560,42.97596651558430,1360.22208801661327 -0.74207826445564,42.97597619169127,1360.33397685738692 -0.74218745590202,42.97607931551931,1359.14855029788464 -0.74222124505450,42.97607981162979,1360.65164273181813 -0.74228612237844,42.97609161450913,1359.92899035484038 -0.74231306498607,42.97607200678286,1360.11500046684091 -0.74238075685201,42.97605375392060,1359.66030480981658 -0.74251513101271,42.97607596322403,1359.09309522348485 -0.74255313753496,42.97609635489828,1359.05489408695348 -0.74258341349993,42.97609185428945,1359.02586641279777 -0.74260717005650,42.97608326902900,1359.04584665713014 -0.74262990741806,42.97610608496911,1359.60362204069042 -0.74265517431927,42.97610362768113,1360.01793929848623 -0.74267169167531,42.97611826499418,1359.83169476179864 -0.74270696784742,42.97611814528042,1358.98366585164922 -0.74272690779967,42.97611456935761,1358.29626568875483 -0.74283748820524,42.97612643657796,1358.03684701967359 -0.74290750391900,42.97614009202437,1357.95948750984689 -0.74302659519291,42.97614297000182,1357.96796980893487 -0.74308233057741,42.97615553284034,1358.33391957309982 -0.74326804400657,42.97615625843705,1358.44761797989372 -0.74329990633053,42.97617307916142,1358.79537590526706 -0.74355881514408,42.97614691787152,1358.61304707153590 -0.74366771947744,42.97614886461150,1359.75930122719865 -0.74372065800334,42.97614734041083,1357.76421775716290 -0.74377474436406,42.97614084723548,1358.92955847916346 -0.74402838038961,42.97616866214932,1357.80025847853926 -0.74409621046217,42.97616015245855,1357.52670248047389 -0.74414374315951,42.97616674995404,1357.35096222195511 -0.74421248615162,42.97615659429805,1357.34996389362800 -0.74444813647468,42.97619307084096,1358.10809699691822 -0.74446990609933,42.97623228762209,1357.53125743757255 -0.74461601123618,42.97624385486041,1357.28225001780538 -0.74467305531714,42.97627389088277,1357.06928338981879 -0.74467242648317,42.97632537459314,1357.12119575042561 -0.74455813456698,42.97633858557968,1356.12922063401561 -0.74451020306780,42.97633049645869,1356.97465779414188 -0.74442945010598,42.97634764020484,1356.55405752918887 -0.74433625122140,42.97633010248252,1356.38828975263459 -0.74426942735926,42.97634502507109,1356.22217538381028 -0.74420597059773,42.97634762673511,1356.83029178228867 -0.74414197579813,42.97634019757825,1356.60323488072640 -0.74411044222605,42.97638584859294,1356.79982803014718 -0.74406911097193,42.97644027505059,1356.31330151603356 -0.74399723522966,42.97647411233505,1356.77467777230709 -0.74387340336533,42.97646472505419,1356.06278446329998 -0.74377774087155,42.97647648661733,1355.39838238724133 -0.74370711917195,42.97649615935460,1355.72237062467480
-0.74150777940823,42.97574779824365,1366.78999999999996 -0.74150777940823,42.97574779824365,1366.78999999999996 -0.74146417574405,42.97575639230670,1365.90000000000009 -0.74152679057874,42.97578455222482,1367.14000000000010 -0.74158185596143,42.97578780036309,1366.95000000000005 -0.74164323564034,42.97578270877195,1366.75000000000000 -0.74167897146203,42.97579809172561,1367.39000000000010 -0.74166765792069,42.97581569755609,1366.59999999999991 -0.74161263927863,42.97581452144530,1366.67000000000007 -0.74157837657645,42.97581249439471,1367.61999999999989 -0.74152081676290,42.97582378450318,1366.77999999999997 -0.74150185148458,42.97583601658204,1366.73000000000002 -0.74139682921003,42.97583736503059,1366.51999999999998 -0.74135635824208,42.97584412992695,1366.64000000000010 -0.74126876080288,42.97584852365203,1367.32999999999993 -0.74121847128316,42.97584545970201,1368.02999999999997 -0.74122079301613,42.97584568563389,1364.30999999999995 -0.74139162563734,42.97585220997695,1362.65000000000009 -0.74138773847329,42.97585789619538,1363.27999999999997 -0.74157160164015,42.97585351178595,1363.48000000000002 -0.74162414768814,42.97586193285290,1360.89000000000010 -0.74166719926422,42.97587511902127,1361.24000000000001 -0.74174280590327,42.97589678180680,1361.15000000000009 -0.74186885310382,42.97593078597266,1360.84999999999991 -0.74192978100822,42.97595143853584,1360.35999999999990 -0.74200950552473,42.97596111622514,1360.41000000000008 -0.74204709811548,42.97596933201109,1360.24000000000001 -0.74208562613978,42.97595199311402,1360.32999999999993 -0.74213781595739,42.97596680019767,1360.21000000000004 -0.74207835467833,42.97597643222770,1360.32999999999993 -0.74218764780221,42.97607953103241,1359.14000000000010 -0.74222135395128,42.97608001613118,1360.64000000000010 -0.74228628449738,42.97609183291836,1359.92000000000007 -0.74231324332438,42.97607228461703,1360.10999999999990 -0.74238087021652,42.97605398906961,1359.65000000000009 -0.74251532145633,42.97607618221409,1359.08999999999992 -0.74255332743321,42.97609656223347,1359.04999999999995 -0.74258353510489,42.97609211569652,1359.01999999999998 -0.74260727358613,42.97608348942411,1359.03999999999996 -0.74262998206793,42.97610635900818,1359.59999999999991 -0.74265533478863,42.97610388772129,1360.00999999999999 -0.74267184482570,42.97611853083318,1359.81999999999994 -0.74270704458367,42.97611841493535,1358.98000000000002 -0.74272704159303,42.97611484745227,1358.28999999999996 -0.74283759158182,42.97612666354676,1358.02999999999997 -0.74290760330781,42.97614038115511,1357.95000000000005 -0.74302669966108,42.97614318095982,1357.96000000000004 -0.74308240342500,42.97615580577921,1358.32999999999993 -0.74326816637095,42.97615649870981,1358.44000000000005 -0.74330004799995,42.97617333591695,1358.78999999999996 -0.74355890055091,42.97614719555472,1358.60999999999990 -0.74366785214484,42.97614907423419,1359.75000000000000 -0.74372076082175,42.97614759640312,1357.75999999999999 -0.74377483416299,42.97614109892644,1358.92000000000007 -0.74402852571873,42.97616888346615,1357.78999999999996 -0.74409628372781,42.97616040452907,1357.51999999999998 -0.74414386864154,42.97616701573408,1357.33999999999992 -0.74421266951169,42.97615684641241,1357.33999999999992 -0.74444826342023,42.97619327780507,1358.09999999999991 -0.74447000617221,42.97623251640275,1357.51999999999998 -0.74461612755036,42.97624413160705,1357.26999999999998 -0.74467315750268,42.97627416072240,1357.05999999999995 -0.74467250106270,42.97632565423563,1357.10999999999990 -0.74455821709866,42.97633879915804,1356.11999999999989 -0.74451031701176,42.97633074117165,1356.97000000000003 -0.74442961102446,42.97634787965619,1356.54999999999995 -0.74433643697157,42.97633037459327,1356.38000000000011 -0.74426954807000,42.97634526409168,1356.21000000000004 -0.74420605103306,42.97634788409438,1356.81999999999994 -0.74414206474855,42.97634040923531,1356.59999999999991 -0.74411059493615,42.97638607247683,1356.78999999999996 -0.74406923749764,42.97644054536273,1356.30999999999995 -0.74399736494739,42.97647433618704,1356.76999999999998 -0.74387348049837,42.97646495963934,1356.05999999999995 -0.74377788548092,42.97647676145368,1355.39000000000010 -0.74370726476090,42.97649643952253,1355.71000000000004
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -377,16 +377,16 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74122063106755,42.97584544020771,1364.31719924594404 -0.74117592377073,42.97582979189421,1365.46500771147612 -0.74110782496733,42.97581519230481,1366.38676418207842 -0.74106827899934,42.97579214722789,1366.50180133361960 -0.74104315638989,42.97579576429017,1365.99077666511835 -0.74103616964969,42.97578586439802,1366.04702677039859 -0.74098469576918,42.97576491671893,1366.34569770879739
-0.74122079301613,42.97584568563389,1364.30999999999995 -0.74117611492336,42.97583003593526,1365.46000000000004 -0.74110797507699,42.97581545376487,1366.38000000000011 -0.74106847226679,42.97579243237013,1366.49000000000001 -0.74104332516944,42.97579598792021,1365.98000000000002 -0.74103632846475,42.97578612477516,1366.03999999999996 -0.74098485333865,42.97576520815717,1366.33999999999992
</coordinates></LineString>
<LineString><coordinates>
-0.74370711917195,42.97649615935460,1355.72237062467480 -0.74365994396959,42.97647813138872,1355.84657921723056 -0.74360467366506,42.97647427756326,1355.74538646367364 -0.74355093251977,42.97648132462865,1356.39265776402635 -0.74349972467534,42.97646773224477,1358.10391710764588 -0.74338722780355,42.97646935481044,1356.32145492860627 -0.74331519456916,42.97647880036718,1356.20997152167524 -0.74325773733421,42.97647962900549,1356.06920044714889 -0.74320875485180,42.97647845168618,1356.88401716764770 -0.74317167440673,42.97649425068418,1357.02569917917390 -0.74309367133236,42.97649237577130,1356.19772029283968 -0.74303492174059,42.97649700499272,1356.96112048223608 -0.74295816917551,42.97650706913367,1356.16217438780814 -0.74293308373766,42.97649629913113,1356.37539773812432 -0.74284986493155,42.97652114239435,1355.80767585020158
-0.74370726476090,42.97649643952253,1355.71000000000004 -0.74366009767031,42.97647840050319,1355.83999999999992 -0.74360480947230,42.97647451864627,1355.74000000000001 -0.74355108370700,42.97648156317402,1356.39000000000010 -0.74349983065766,42.97646794581225,1358.09999999999991 -0.74338731558411,42.97646959853213,1356.30999999999995 -0.74331535112826,42.97647907462860,1356.20000000000005 -0.74325793105382,42.97647983295641,1356.05999999999995 -0.74320891974143,42.97647868606546,1356.88000000000011 -0.74317179564187,42.97649452224844,1357.01999999999998 -0.74309374779786,42.97649262242081,1356.19000000000005 -0.74303508323598,42.97649722807456,1356.95000000000005 -0.74295831311653,42.97650732951066,1356.15000000000009 -0.74293319915667,42.97649656877767,1356.36999999999989 -0.74285000358159,42.97652140100435,1355.79999999999995
</coordinates></LineString>
<LineString><coordinates>
-0.74360467366506,42.97647427756326,1355.74538646367364 -0.74360795958864,42.97649546919737,1351.43354398068709
-0.74360480947230,42.97647451864627,1355.74000000000001 -0.74360807992774,42.97649574401530,1351.43000000000006
</coordinates></LineString>
<LineString><coordinates>
-0.74106827899934,42.97579214722789,1366.50180133361960 -0.74105569828184,42.97580301453261,1368.93063264974171 -0.74102081157591,42.97578256040256,1369.17571051675441 -0.74097599060944,42.97576077171042,1368.96432121858174 -0.74095060871877,42.97575199111086,1368.88999372108788 -0.74091996265039,42.97573983077473,1369.41665438976020 -0.74088973031530,42.97574069661258,1369.51448765669102 -0.74086822423154,42.97572402878648,1369.20083824271546 -0.74082709987339,42.97570838527234,1368.11890218679468 -0.74079078331495,42.97568724467499,1369.15526416182411 -0.74075417759500,42.97567645221667,1370.31374784906302 -0.74072611412785,42.97566430120050,1370.42606478187417 -0.74070830487654,42.97566519579149,1371.46704854857239 -0.74066042280670,42.97565620998772,1374.52491299397343 -0.74063337456292,42.97564844388004,1374.58901984401587 -0.74060114447492,42.97563063188436,1373.62116295312035 -0.74054911512219,42.97560961446068,1374.01346616510773 -0.74050983424125,42.97560799345833,1374.58572184345417 -0.74048657486380,42.97560998869390,1375.73625782078420 -0.74043711215756,42.97559060663592,1376.94291987805764 -0.74042894417023,42.97557282949665,1377.09707907163806 -0.74038980729407,42.97555148183979,1377.86222149837386 -0.74036637189008,42.97554717961378,1378.20401630262040 -0.74030896042045,42.97550132402682,1378.57757472764797 -0.74029420363851,42.97550585517705,1378.46089546755911 -0.74025008378254,42.97548471451392,1378.60496288385366 -0.74022576406218,42.97547443479519,1379.17909530054658 -0.74021494605773,42.97546627291158,1379.06973244776964 -0.74019215611181,42.97545595094444,1379.33212743553759 -0.74015942263346,42.97544633398982,1378.51449514791466 -0.74013195004354,42.97543956591914,1378.23764391357713 -0.74010262773396,42.97542405619001,1378.34780093310337 -0.74007135700808,42.97541793070739,1378.67243417869668 -0.74004097507031,42.97540162270622,1378.68047141072111 -0.73999801120696,42.97539220171991,1378.98054735085520 -0.73996080716572,42.97537143055278,1380.19069234805420 -0.73992809566201,42.97535015956917,1380.92883810315197 -0.73990203695245,42.97533603839405,1380.72230478735332 -0.73988792292486,42.97532494519763,1380.61412823881415 -0.73984453158238,42.97531088115334,1380.69517540376273 -0.73981426580467,42.97530207894269,1380.54112812588414 -0.73978740229282,42.97528774374432,1380.61632296585708 -0.73975846552087,42.97527152364906,1381.43319923693844 -0.73973978199018,42.97525600767172,1380.13881934911433 -0.73971640465466,42.97524508573262,1380.70447006160248 -0.73968905847022,42.97522108124267,1380.22264650892112
-0.74106847226679,42.97579243237013,1366.49000000000001 -0.74105581263477,42.97580325809312,1368.92000000000007 -0.74102099676827,42.97578285052056,1369.17000000000007 -0.74097617852321,42.97576098478606,1368.96000000000004 -0.74095074764171,42.97575219837756,1368.88000000000011 -0.74092004350688,42.97574006617205,1369.41000000000008 -0.74088984518269,42.97574091060469,1369.50999999999999 -0.74086838061734,42.97572427842967,1369.19000000000005 -0.74082725974928,42.97570860879199,1368.10999999999990 -0.74079087731972,42.97568744984450,1369.15000000000009 -0.74075435770582,42.97567673354009,1370.30999999999995 -0.74072623034565,42.97566456212166,1370.42000000000007 -0.74070841548353,42.97566547096100,1371.46000000000004 -0.74066055274082,42.97565642159207,1374.51999999999998 -0.74063348934255,42.97564868342822,1374.57999999999993 -0.74060127736431,42.97563084844614,1373.60999999999990 -0.74054919310344,42.97560982955620,1374.00999999999999 -0.74051000907590,42.97560824526943,1374.57999999999993 -0.74048675949750,42.97561021734058,1375.73000000000002 -0.74043718936265,42.97559086888601,1376.94000000000005 -0.74042913486640,42.97557306074297,1377.08999999999992 -0.74038993747180,42.97555175602476,1377.84999999999991 -0.74036655101807,42.97554742213141,1378.20000000000005 -0.74030912371563,42.97550153488557,1378.56999999999994 -0.74029436315167,42.97550610583724,1378.45000000000005 -0.74025025425748,42.97548497419933,1378.59999999999991 -0.74022585997713,42.97547467731879,1379.17000000000007 -0.74021512123718,42.97546654113444,1379.05999999999995 -0.74019232331851,42.97545618573245,1379.31999999999994 -0.74015956320938,42.97544662405309,1378.50999999999999 -0.74013209937742,42.97543977832338,1378.23000000000002 -0.74010274296294,42.97542434080949,1378.33999999999992 -0.74007145396140,42.97541813987508,1378.66000000000008 -0.74004114690409,42.97540187315057,1378.67000000000007 -0.73999820265011,42.97539247043286,1378.97000000000003 -0.73996094971517,42.97537165421031,1380.18000000000006 -0.73992825064870,42.97535038765948,1380.92000000000007 -0.73990215681220,42.97533627519332,1380.71000000000004 -0.73988809245867,42.97532519180067,1380.60999999999990 -0.73984470701324,42.97531109790508,1380.69000000000005 -0.73981437150481,42.97530230439634,1380.52999999999997 -0.73978754905688,42.97528799741720,1380.60999999999990 -0.73975859010271,42.97527175725114,1381.43000000000006 -0.73973990491080,42.97525626032962,1380.13000000000011 -0.73971651422490,42.97524535284440,1380.70000000000005 -0.73968919012348,42.97522131093719,1380.22000000000003
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -395,7 +395,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74179963287636,42.97679602770213,1353.42296756368410 -0.74183860483681,42.97677539738720,1353.13035315847083 -0.74186863263438,42.97677340660453,1353.07711779092301 -0.74187937557970,42.97674082718046,1353.28923184608630 -0.74196066525396,42.97670682371595,1353.64779317276043 -0.74204029643211,42.97669365810361,1353.25454385612898 -0.74213226401472,42.97667127337311,1353.57474520217806 -0.74224630132712,42.97664354922355,1353.43620558100542 -0.74229670822745,42.97662391116146,1352.95107425615265 -0.74232610784938,42.97661414160394,1353.50484467374372 -0.74236069968278,42.97661474921100,1353.81895339882976 -0.74241162811100,42.97659866771008,1353.55424184082221 -0.74241687895068,42.97659727661117,1356.45876441589962 -0.74248845717359,42.97659270637968,1356.78541373440294 -0.74257340593196,42.97659334895441,1356.81927996840932 -0.74261146068255,42.97657668537410,1356.12719328058324 -0.74259770899942,42.97656236589344,1356.01120611372471 -0.74256114901961,42.97654953262015,1356.96343785440354 -0.74244645320194,42.97657973636137,1357.05017961725730 -0.74240579460660,42.97657188731523,1356.98433238982648 -0.74237051328003,42.97657936456530,1357.14866011938670 -0.74231056697311,42.97656293327873,1357.08579836987019 -0.74225883051469,42.97655982313295,1357.63575556725641 -0.74227952486107,42.97654630858965,1357.94321568828059 -0.74230784590521,42.97653942328393,1357.41616743273107 -0.74236640819766,42.97654085754311,1357.37028343138081 -0.74247585991293,42.97651276098713,1356.28763636603708 -0.74254984145193,42.97651094015939,1357.07937933120661 -0.74256653345406,42.97649520746265,1358.51490700574254 -0.74262440823148,42.97649977160099,1358.64587736529734 -0.74266663523796,42.97649342395172,1359.37081570495525 -0.74268104977077,42.97649574719014,1359.70738571918696 -0.74268753130016,42.97648928017280,1360.92574012096247 -0.74272977738141,42.97649803466366,1360.66843933005612 -0.74276357415272,42.97649567140788,1359.39056035298427 -0.74284986493155,42.97652114239435,1355.80767585020158 -0.74284986493155,42.97652114239435,1355.80767585020158
-0.74179976423574,42.97679629737920,1353.42000000000007 -0.74183878237349,42.97677563653291,1353.11999999999989 -0.74186877893616,42.97677361726780,1353.06999999999994 -0.74187953652781,42.97674105277286,1353.27999999999997 -0.74196085964715,42.97670708962936,1353.64000000000010 -0.74204044142966,42.97669389273916,1353.25000000000000 -0.74213237843947,42.97667148477841,1353.56999999999994 -0.74224645843530,42.97664384081746,1353.43000000000006 -0.74229684666329,42.97662412456783,1352.94000000000005 -0.74232626856564,42.97661434986574,1353.50000000000000 -0.74236082623742,42.97661503182063,1353.80999999999995 -0.74241181794287,42.97659892927822,1353.54999999999995 -0.74241702081574,42.97659750116156,1356.45000000000005 -0.74248855930749,42.97659296976936,1356.77999999999997 -0.74257352244720,42.97659356572236,1356.80999999999995 -0.74261153420451,42.97657693683330,1356.11999999999989 -0.74259783271642,42.97656261926925,1356.00000000000000 -0.74256126874219,42.97654974155618,1356.96000000000004 -0.74244660336531,42.97657998562229,1357.03999999999996 -0.74240593025882,42.97657215940976,1356.98000000000002 -0.74237070856970,42.97657956852624,1357.14000000000010 -0.74231072800564,42.97656316706567,1357.07999999999993 -0.74225896729562,42.97656007453930,1357.63000000000011 -0.74227969768787,42.97654652647626,1357.94000000000005 -0.74230803051201,42.97653970181211,1357.41000000000008 -0.74236659704005,42.97654112769511,1357.35999999999990 -0.74247603316972,42.97651303167809,1356.27999999999997 -0.74254992695455,42.97651115806410,1357.06999999999994 -0.74256668903374,42.97649546058236,1358.50999999999999 -0.74262452755212,42.97650002358637,1358.64000000000010 -0.74266682383242,42.97649365444257,1359.35999999999990 -0.74268120837226,42.97649600932626,1359.70000000000005 -0.74268769853699,42.97648956400734,1360.92000000000007 -0.74272993178234,42.97649832136421,1360.66000000000008 -0.74276374354129,42.97649592690780,1359.38000000000011 -0.74285000358159,42.97652140100435,1355.79999999999995 -0.74285000358159,42.97652140100435,1355.79999999999995
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -410,10 +410,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74126792381918,42.97324914113756,1373.90441839914956 -0.74120708634196,42.97327703062084,1373.22539625175295 -0.74115859968762,42.97328497361738,1373.60063722488894 -0.74107751971396,42.97329620855980,1372.38467814529008 -0.74101853701526,42.97333697508604,1373.90292743186637 -0.74108117565377,42.97335320347754,1374.38462097686352
-0.74126792155821,42.97324914180103,1373.90000000000009 -0.74120705874505,42.97327702511201,1373.23000000000002 -0.74115857504506,42.97328498243953,1373.59999999999991 -0.74107747702054,42.97329616777930,1372.38000000000011 -0.74101859365981,42.97333696668989,1373.90000000000009 -0.74108115064511,42.97335323960410,1374.38000000000011
</coordinates></LineString>
<LineString><coordinates>
-0.74101853701526,42.97333697508604,1373.90292743186637 -0.74095186358339,42.97347643721906,1364.54448983028260 -0.74083948468562,42.97351030844408,1365.63854091186022 -0.74078801353732,42.97353031683668,1365.11235247842569 -0.74072086375108,42.97353148396421,1365.19077791638415 -0.74068890222006,42.97355866983941,1365.20888389990409 -0.74069116392634,42.97358343962257,1365.55827301911199 -0.74062179597778,42.97360245988639,1366.81579690738954 -0.74054134229048,42.97362953998392,1366.86242130896972 -0.74046367279076,42.97364090091019,1367.87873779713414 -0.74044325607908,42.97368336859056,1368.13832126726834 -0.74039801354477,42.97371408471074,1368.87340540471882 -0.74038978714364,42.97372523147376,1369.05383714893264 -0.74035806845309,42.97378336261301,1365.68464294853675 -0.74034180047415,42.97377935072387,1365.01930478084842
-0.74101859365981,42.97333696668989,1373.90000000000009 -0.74095180335694,42.97347648024497,1364.53999999999996 -0.74083946529405,42.97351028048646,1365.64000000000010 -0.74078796318411,42.97353033429782,1365.10999999999990 -0.74072084555130,42.97353144013614,1365.19000000000005 -0.74068894749601,42.97355863450943,1365.21000000000004 -0.74069110470187,42.97358343983362,1365.55999999999995 -0.74062173818277,42.97360242040916,1366.81999999999994 -0.74054128170221,42.97362955622501,1366.85999999999990 -0.74046373345989,42.97364090127940,1367.88000000000011 -0.74044329363935,42.97368335961036,1368.14000000000010 -0.74039802274135,42.97371407172567,1368.86999999999989 -0.74038976495416,42.97372525445744,1369.04999999999995 -0.74035808405229,42.97378333889390,1365.68000000000006 -0.74034179894427,42.97377932534781,1365.01999999999998
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -422,7 +422,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74032905516117,42.97387076055538,1363.86913115630682 -0.74032905516117,42.97387076055538,1363.86913115630682 -0.74031474111697,42.97383844141832,1364.56957454729900 -0.74034379406229,42.97380084812831,1364.84645751697462 -0.74034180047415,42.97377935072387,1365.01930478084842
-0.74032900804706,42.97387073980603,1363.86999999999989 -0.74032900804706,42.97387073980603,1363.86999999999989 -0.74031474149854,42.97383840155294,1364.56999999999994 -0.74034382959300,42.97380088651227,1364.84999999999991 -0.74034179894427,42.97377932534781,1365.01999999999998
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -431,7 +431,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74032905516117,42.97387076055538,1363.86913115630682 -0.74032905516117,42.97387076055538,1363.86913115630682 -0.74036144936298,42.97387637237399,1364.55314889844362 -0.74036849751383,42.97387430278207,1364.52232164664497 -0.74039579811612,42.97387936216513,1364.64109081444803
-0.74032900804706,42.97387073980603,1363.86999999999989 -0.74032900804706,42.97387073980603,1363.86999999999989 -0.74036142222504,42.97387633256858,1364.54999999999995 -0.74036848607104,42.97387431097636,1364.51999999999998 -0.74039577008245,42.97387935217199,1364.64000000000010
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -440,7 +440,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74032905516117,42.97387076055538,1363.86913115630682 -0.74031462429770,42.97388629210744,1364.70543796643688 -0.74032872828836,42.97390191221320,1364.97917958240510 -0.74032747773375,42.97392655158802,1364.64090779563594 -0.74029885791584,42.97392756310608,1365.88949725633756 -0.74027110378351,42.97393728629237,1366.91475941474437 -0.74023791124960,42.97394488969645,1367.05695822875373 -0.74019820600666,42.97395327504842,1369.01932428392570 -0.74017543721758,42.97394633452057,1366.45356507197835 -0.74010586130463,42.97396595169214,1368.66643539929532
-0.74032900804706,42.97387073980603,1363.86999999999989 -0.74031458099357,42.97388630299372,1364.71000000000004 -0.74032872538419,42.97390189022937,1364.98000000000002 -0.74032745464312,42.97392653780596,1364.64000000000010 -0.74029884362688,42.97392759352928,1365.89000000000010 -0.74027114157348,42.97393731164009,1366.91000000000008 -0.74023787850906,42.97394484883853,1367.05999999999995 -0.74019820712565,42.97395324995619,1369.01999999999998 -0.74017540703892,42.97394631626526,1366.45000000000005 -0.74010589434716,42.97396592396144,1368.67000000000007
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -449,13 +449,13 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73968902168941,42.97260162398142,1401.84469807983533 -0.73976033439447,42.97260520175803,1401.37553437251154 -0.73984536223554,42.97256193312127,1404.58804272304337 -0.73990946426956,42.97258292846292,1403.38974201100405 -0.73991527602498,42.97260710301053,1402.40359322068093 -0.74000665386438,42.97262398032487,1400.91224184714065 -0.74007119355296,42.97261243447324,1400.43527713331196 -0.74009211422121,42.97261110076633,1401.81560022790154 -0.74016147439077,42.97262775616831,1400.63036293280879 -0.74026837782667,42.97263949968940,1399.42557235418190 -0.74031254713894,42.97262751350115,1397.65464166439847 -0.74039431603627,42.97263457567568,1398.07956641257579 -0.74049626624616,42.97263819522929,1397.60820183499573 -0.74056634387959,42.97262947115345,1397.97503880184718 -0.74059832585841,42.97262366264725,1398.23288417908952 -0.74062491472910,42.97262378119915,1399.30587369291607 -0.74068078693491,42.97263527338642,1397.79069812674675 -0.74071707683170,42.97263107549988,1396.29384279740270 -0.74073720679805,42.97263533585278,1396.23595430739829 -0.74076336811854,42.97264677767543,1394.57176321418706 -0.74078885054130,42.97265824354553,1392.98303200147666 -0.74082147557265,42.97265570768522,1393.25347213341593 -0.74084214455545,42.97266084140881,1392.36367399811911 -0.74087013978652,42.97267310958033,1392.88401604809246 -0.74091965764791,42.97265293534127,1392.93803973851436 -0.74097585768298,42.97265888789213,1392.53114857985634 -0.74100844972848,42.97264209723120,1391.79622612123467 -0.74107893561901,42.97266691559807,1389.94595105601047 -0.74114417133409,42.97265182771021,1390.01606955855959 -0.74118629145523,42.97266200134093,1389.39581948522004 -0.74121737246614,42.97262472409687,1389.19484629380145 -0.74124375927323,42.97264125988143,1388.47509081176440 -0.74132192056120,42.97264728977271,1388.80773070762507 -0.74135014933025,42.97268061472286,1388.79783818991268 -0.74143370922975,42.97266323708092,1388.09068157173806 -0.74155396900259,42.97263042556695,1387.79834201430231 -0.74160580202689,42.97261638166383,1387.25292076599294 -0.74162929538442,42.97266793296770,1387.61383243540354 -0.74168311149609,42.97267042421152,1387.51784694125149 -0.74171983929688,42.97269385817768,1387.43955480140471 -0.74177680839165,42.97269783257997,1387.31649366521606 -0.74177784406397,42.97270272098226,1387.33731919027150 -0.74178962466253,42.97269395998450,1386.46927978240547 -0.74179176575367,42.97267432059333,1385.46069181743769
-0.73968903890104,42.97260159217103,1401.83999999999992 -0.73976027616617,42.97260516068413,1401.38000000000011 -0.73984536871433,42.97256190866914,1404.58999999999992 -0.73990946868007,42.97258289511200,1403.39000000000010 -0.73991532473311,42.97260714319985,1402.40000000000009 -0.74000667682057,42.97262398554108,1400.91000000000008 -0.74007123165038,42.97261247417291,1400.44000000000005 -0.74009212883134,42.97261108603827,1401.81999999999994 -0.74016141445992,42.97262776250651,1400.63000000000011 -0.74026840406028,42.97263951074459,1399.43000000000006 -0.74031249850608,42.97262750506273,1397.65000000000009 -0.74039427461497,42.97263461304954,1398.07999999999993 -0.74049629180499,42.97263815870073,1397.60999999999990 -0.74056638439872,42.97262945781060,1397.98000000000002 -0.74059835543162,42.97262369592215,1398.23000000000002 -0.74062496240887,42.97262377114631,1399.30999999999995 -0.74068082786032,42.97263522972324,1397.78999999999996 -0.74071703165687,42.97263108217764,1396.28999999999996 -0.74073723108161,42.97263535306142,1396.24000000000001 -0.74076342285922,42.97264676588534,1394.56999999999994 -0.74078887612975,42.97265825416609,1392.98000000000002 -0.74082146375382,42.97265574605725,1393.25000000000000 -0.74084212368583,42.97266083643267,1392.35999999999990 -0.74087012389302,42.97267309535933,1392.88000000000011 -0.74091966795400,42.97265291279605,1392.94000000000005 -0.74097585702325,42.97265888479604,1392.52999999999997 -0.74100847838858,42.97264205994150,1391.79999999999995 -0.74107893493703,42.97266695318594,1389.95000000000005 -0.74114411157485,42.97265185163748,1390.01999999999998 -0.74118629255163,42.97266195922337,1389.40000000000009 -0.74121733024694,42.97262475258178,1389.19000000000005 -0.74124370193300,42.97264130148599,1388.48000000000002 -0.74132196415703,42.97264725887835,1388.80999999999995 -0.74135017385672,42.97268059265355,1388.79999999999995 -0.74143370399983,42.97266324193706,1388.08999999999992 -0.74155397545406,42.97263040812773,1387.79999999999995 -0.74160574601149,42.97261639236559,1387.25000000000000 -0.74162924344556,42.97266791244731,1387.60999999999990 -0.74168310704087,42.97267041643642,1387.51999999999998 -0.74171989585327,42.97269383428352,1387.44000000000005 -0.74177677020329,42.97269783839861,1387.31999999999994 -0.74177781770837,42.97270272157418,1387.33999999999992 -0.74178966557758,42.97269395080544,1386.47000000000003 -0.74179173153281,42.97267436149443,1385.46000000000004
</coordinates></LineString>
<LineString><coordinates>
-0.74177784406397,42.97270272098226,1387.33731919027150 -0.74177784406397,42.97270272098226,1387.33731919027150 -0.74185395849806,42.97271177061479,1385.37212882141239 -0.74184505279796,42.97273252799366,1386.24352928680696 -0.74176880301803,42.97275617161410,1388.23592753978778 -0.74170249794298,42.97277808689945,1384.73070253831452 -0.74168289626033,42.97282992917052,1383.73260043614209 -0.74170890136869,42.97285533229582,1383.99063126357532 -0.74166376635428,42.97285704191178,1384.77767609152488
-0.74177781770837,42.97270272157418,1387.33999999999992 -0.74177781770837,42.97270272157418,1387.33999999999992 -0.74185400420322,42.97271178925045,1385.36999999999989 -0.74184503007161,42.97273250285711,1386.24000000000001 -0.74176874743230,42.97275621012395,1388.24000000000001 -0.74170246601523,42.97277804369220,1384.73000000000002 -0.74168291015004,42.97282988451566,1383.73000000000002 -0.74170895595159,42.97285534146168,1383.99000000000001 -0.74166376665696,42.97285706079447,1384.77999999999997
</coordinates></LineString>
<LineString><coordinates>
-0.74170890136869,42.97285533229582,1383.99063126357532 -0.74175153676588,42.97285688384607,1384.34128947921749 -0.74172149016434,42.97289013377187,1383.45948122370464 -0.74173139569719,42.97291623328443,1383.45948122370464 -0.74169079212382,42.97292069613054,1383.52963833031390 -0.74162876958719,42.97298371193452,1383.33060462757294 -0.74152724786746,42.97301776876719,1383.62470258471785 -0.74150445293041,42.97307539376730,1383.40588454746899 -0.74146438184416,42.97307777295721,1383.35379215010312 -0.74144918425739,42.97310147013128,1383.33500032065740 -0.74139087587363,42.97312288554566,1383.46219477676709 -0.74138440435166,42.97315727608787,1383.61710349594273 -0.74134110191580,42.97319026395670,1385.80398446031154 -0.74131792513700,42.97320572432713,1378.40235549377917 -0.74126772994241,42.97324084003271,1373.67684561790975 -0.74126792381918,42.97324914113756,1373.90441839914956
-0.74170895595159,42.97285534146168,1383.99000000000001 -0.74175157262286,42.97285690304287,1384.33999999999992 -0.74172153781592,42.97289016758869,1383.46000000000004 -0.74173137576389,42.97291620506286,1383.46000000000004 -0.74169074403233,42.97292071575623,1383.52999999999997 -0.74162871958442,42.97298369441359,1383.32999999999993 -0.74152728533672,42.97301780062366,1383.61999999999989 -0.74150445166866,42.97307542971555,1383.41000000000008 -0.74146438903347,42.97307779045185,1383.34999999999991 -0.74144917581233,42.97310144243092,1383.33999999999992 -0.74139087864527,42.97312289315885,1383.46000000000004 -0.74138434774455,42.97315725194924,1383.61999999999989 -0.74134107848084,42.97319025511641,1385.79999999999995 -0.74131794834556,42.97320573665954,1378.40000000000009 -0.74126773451080,42.97324085385097,1373.68000000000006 -0.74126792155821,42.97324914180103,1373.90000000000009
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -464,7 +464,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73843365742881,42.97245958208899,1415.83724831349059 -0.73850015395569,42.97247489683311,1416.76213324030073 -0.73857626078808,42.97248973919483,1415.43296975045519 -0.73874193260942,42.97249682442466,1412.65643570213956 -0.73882346252703,42.97248489729169,1413.75363582781119 -0.73887117965247,42.97247154705435,1413.21778325513401 -0.73895457165140,42.97249129398759,1412.27419423310312 -0.73899160207462,42.97254797970620,1414.59493322278740 -0.73908539772141,42.97258408350967,1414.48033128349834 -0.73915386847452,42.97260828440470,1411.73455323405096 -0.73926438312241,42.97260745260694,1412.51701846456763 -0.73930641164990,42.97260407955115,1412.79209892036806 -0.73933934156740,42.97259733838562,1412.44769902151984 -0.73941407297632,42.97260323463792,1411.52914029207795 -0.73946189257501,42.97258552190614,1410.86133003606915 -0.73952986121094,42.97257557824954,1409.70900344850111 -0.73959092227853,42.97258910935494,1407.92654949880193 -0.73962637593174,42.97259227944078,1405.37945476097366 -0.73968902168941,42.97260162398142,1401.84469807983533
-0.73843365685628,42.97245954262506,1415.83999999999992 -0.73850016966825,42.97247490463859,1416.75999999999999 -0.73857626674386,42.97248973569191,1415.43000000000006 -0.73874192001815,42.97249679191590,1412.66000000000008 -0.73882341133298,42.97248489563334,1413.75000000000000 -0.73887123478565,42.97247152346911,1413.22000000000003 -0.73895463189131,42.97249127100088,1412.26999999999998 -0.73899154722101,42.97254800934491,1414.58999999999992 -0.73908538247458,42.97258408135257,1414.48000000000002 -0.73915390062742,42.97260830715076,1411.73000000000002 -0.73926441832426,42.97260742952421,1412.51999999999998 -0.73930635502699,42.97260411608134,1412.78999999999996 -0.73933934601144,42.97259729414460,1412.45000000000005 -0.73941405107849,42.97260327259999,1411.52999999999997 -0.73946191353149,42.97258548869186,1410.85999999999990 -0.73952984338594,42.97257557510287,1409.71000000000004 -0.73959090511256,42.97258911789922,1407.93000000000006 -0.73962635174174,42.97259224948766,1405.38000000000011 -0.73968903890104,42.97260159217103,1401.83999999999992
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -473,10 +473,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73843365742881,42.97245958208899,1415.83724831349059 -0.73843365742881,42.97245958208899,1415.83724831349059 -0.73841538119015,42.97239701618138,1413.12123137378740 -0.73838100328137,42.97237436299444,1412.15514297792265 -0.73836500752360,42.97235938630627,1410.11247828735100 -0.73832483121611,42.97229448920688,1410.17882794807588 -0.73829651112290,42.97227531700648,1409.34917766059743 -0.73825772698784,42.97226367512970,1411.09906670407599 -0.73821673618656,42.97225685667316,1408.76103198921169 -0.73817866383648,42.97224307963939,1409.10908211972878 -0.73821936868213,42.97224355620685,1406.58732413285043 -0.73810106447928,42.97224840793469,1406.07058937598572 -0.73806820367397,42.97225153615025,1407.12071615984632 -0.73803636844895,42.97225691453481,1406.29476041090561 -0.73801599105480,42.97225427778401,1406.91983383867705 -0.73792993165180,42.97223920666012,1409.68749885946249 -0.73780882649977,42.97225363627635,1409.03674601440252 -0.73764085072690,42.97224257615250,1409.25287870061311 -0.73756703605396,42.97222909793611,1410.15257744049791 -0.73759322453527,42.97220999012266,1408.44931754229788 -0.73760512191125,42.97216694809347,1409.93360199312201 -0.73757638293618,42.97211325263230,1411.62944479074827
-0.73843365685628,42.97245954262506,1415.83999999999992 -0.73843365685628,42.97245954262506,1415.83999999999992 -0.73841534684346,42.97239704874661,1413.11999999999989 -0.73838098383688,42.97237439816325,1412.16000000000008 -0.73836497914925,42.97235940423431,1410.10999999999990 -0.73832480785743,42.97229449715745,1410.18000000000006 -0.73829657221816,42.97227529939117,1409.34999999999991 -0.73825775987278,42.97226363650313,1411.09999999999991 -0.73821668298928,42.97225688137770,1408.75999999999999 -0.73817868506328,42.97224307345315,1409.10999999999990 -0.73821938017989,42.97224351780565,1406.58999999999992 -0.73810111417784,42.97224838336260,1406.06999999999994 -0.73806825852588,42.97225151572086,1407.11999999999989 -0.73803642321373,42.97225691939992,1406.28999999999996 -0.73801604219669,42.97225426528202,1406.92000000000007 -0.73792989761794,42.97223923519524,1409.69000000000005 -0.73780882784468,42.97225367996388,1409.03999999999996 -0.73764086985984,42.97224261477832,1409.25000000000000 -0.73756705531995,42.97222908888907,1410.15000000000009 -0.73759326214139,42.97220997704959,1408.45000000000005 -0.73760513907125,42.97216698970708,1409.93000000000006 -0.73757632953774,42.97211329269232,1411.63000000000011
</coordinates></LineString>
<LineString><coordinates>
-0.73756703605396,42.97222909793611,1410.15257744049791 -0.73754545914704,42.97224946284138,1410.01137798678997 -0.73750023032282,42.97222871421947,1417.04455031087969 -0.73746556715605,42.97222034343940,1419.71640011956015 -0.73741881177368,42.97221243965205,1421.56822603547221 -0.73735704502617,42.97222965642437,1425.73084407758438 -0.73732708816682,42.97222495490043,1425.66191230939762 -0.73727620761331,42.97222037126509,1425.40173949611449 -0.73721919035641,42.97224790127355,1425.58932865605561 -0.73717783035564,42.97223999338512,1422.04751521699723 -0.73717037695934,42.97226609170859,1423.08843324708596 -0.73714861788240,42.97227080218681,1423.63625987698424 -0.73712070252280,42.97228203702949,1422.64407497654065 -0.73703890523487,42.97228986570576,1422.55363299184978 -0.73695693275984,42.97231129489566,1422.70604088845585 -0.73690754346781,42.97231055780394,1426.07083882661686 -0.73689534458774,42.97231485273473,1426.91586194041247 -0.73684099168091,42.97232918726831,1424.31826922458913 -0.73677925032024,42.97234655972210,1422.41454142991756 -0.73670914049986,42.97234490183509,1421.85244099014471 -0.73666064306377,42.97234771433472,1422.65988112453442 -0.73660264289304,42.97236039138309,1423.13958436484472 -0.73654039139994,42.97237730595977,1423.37411129379552 -0.73647485236175,42.97241498171913,1422.03948901920285 -0.73638984335622,42.97244971982253,1422.65155766131011 -0.73633302194557,42.97245676610356,1422.36155752926288 -0.73630439604165,42.97246905707792,1422.19989296329550 -0.73628929573274,42.97247010237027,1423.58863998234642 -0.73627219364270,42.97247606427484,1423.87097691140548 -0.73620034849485,42.97247164822562,1424.18642159247975 -0.73614779808162,42.97248531719043,1425.68965170189199 -0.73609885161937,42.97249371772688,1426.25938782258368 -0.73602262057995,42.97250699691084,1424.53484797536930 -0.73595867825258,42.97252354595322,1426.03236595964904 -0.73593357532615,42.97253252667261,1425.41558717380258 -0.73589901591084,42.97253108784570,1424.96226936585367 -0.73588159485311,42.97254578594136,1426.64201253538272 -0.73579450821773,42.97253821130288,1430.77076397392329 -0.73576908085179,42.97255292829873,1429.93596479093003 -0.73574915187308,42.97254737946363,1428.00287758407694 -0.73574265982699,42.97254219238172,1427.41309886138788 -0.73568894344521,42.97254800647070,1424.48463233169241 -0.73563857986067,42.97255170101320,1425.68501476170945 -0.73560634638284,42.97256697544497,1424.23298739391839 -0.73556333502540,42.97258008693352,1422.61329815365571 -0.73548209028547,42.97257833163026,1422.96428078649319 -0.73542895912455,42.97259217424762,1422.64751943894407 -0.73536898936826,42.97257373931186,1423.26961552474381 -0.73527664767690,42.97256476954288,1423.83830099383840 -0.73526306737468,42.97257167843256,1424.02028697872561 -0.73523233702303,42.97257078966354,1425.17053577457182 -0.73519736258456,42.97256671944902,1427.68525921910555 -0.73517157405195,42.97256512743145,1429.78838805439250 -0.73515447265266,42.97255675693859,1430.28980602166621 -0.73504037717515,42.97253479954896,1431.86376392498846 -0.73499447855638,42.97252426593136,1431.49776970111384 -0.73488623009895,42.97249642042736,1429.58727307936306 -0.73478714149143,42.97247965425712,1430.77526492576135 -0.73471946380335,42.97248179297998,1431.90259373440495 -0.73465145126694,42.97245491734105,1433.86746739467731 -0.73457243776052,42.97242600682017,1435.69512945512861 -0.73451690262507,42.97239153724566,1438.42483683225578 -0.73447433458943,42.97239720890923,1438.49198781521159 -0.73442345040808,42.97238973850317,1439.30181790844040 -0.73438179314189,42.97239060576457,1440.09045770621265 -0.73438101684870,42.97238993367963,1442.23822737627984 -0.73432451488690,42.97238796537417,1442.46230254011334 -0.73428192204026,42.97237158912076,1443.13836729601098 -0.73417593059401,42.97236195513776,1443.68804918896262 -0.73411454479708,42.97236547411632,1445.28241522277244 -0.73405839034991,42.97237167635821,1444.69225749364364 -0.73399298618059,42.97236480996410,1444.65462850063773 -0.73393030236765,42.97234842269349,1445.65772659610957 -0.73390202521470,42.97234392703200,1447.68287052578557 -0.73384760254360,42.97233082130110,1451.15289929808546 -0.73379316365628,42.97233482097651,1451.98414382335795 -0.73366473946304,42.97232637714565,1452.47283146312975 -0.73352602852185,42.97233445338485,1453.27854777555604 -0.73348626124986,42.97229667496186,1458.33716360753942 -0.73346408778159,42.97228713481097,1459.52573439927232
-0.73756705531995,42.97222908888907,1410.15000000000009 -0.73754546194582,42.97224946255769,1410.00999999999999 -0.73750023699816,42.97222875801882,1417.03999999999996 -0.73746559809482,42.97222032901556,1419.72000000000003 -0.73741879845833,42.97221246991963,1421.56999999999994 -0.73735710240084,42.97222961919726,1425.73000000000002 -0.73732710710394,42.97222497388680,1425.66000000000008 -0.73727626422725,42.97222036647924,1425.40000000000009 -0.73721921584711,42.97224787287838,1425.58999999999992 -0.73717781110175,42.97224003034005,1422.04999999999995 -0.73717035626396,42.97226608635613,1423.08999999999992 -0.73714860182284,42.97227078871282,1423.64000000000010 -0.73712072141525,42.97228203332192,1422.64000000000010 -0.73703888847991,42.97228986955112,1422.54999999999995 -0.73695692471349,42.97231130012004,1422.71000000000004 -0.73690753283008,42.97231059323956,1426.06999999999994 -0.73689535926459,42.97231485474470,1426.92000000000007 -0.73684100152392,42.97232917737703,1424.31999999999994 -0.73677929529765,42.97234659627919,1422.41000000000008 -0.73670909208104,42.97234493733717,1421.84999999999991 -0.73666067755496,42.97234767144298,1422.66000000000008 -0.73660269977753,42.97236039155862,1423.14000000000010 -0.73654039728470,42.97237734830363,1423.36999999999989 -0.73647488468996,42.97241495214340,1422.03999999999996 -0.73638985537333,42.97244973854533,1422.65000000000009 -0.73633306574719,42.97245680911743,1422.35999999999990 -0.73630441357719,42.97246902876498,1422.20000000000005 -0.73628929209867,42.97247008025723,1423.58999999999992 -0.73627215097692,42.97247604432972,1423.86999999999989 -0.73620033119081,42.97247165170027,1424.19000000000005 -0.73614783762217,42.97248529051859,1425.69000000000005 -0.73609884733176,42.97249368590721,1426.25999999999999 -0.73602257508757,42.97250703421904,1424.52999999999997 -0.73595869583862,42.97252350921195,1426.02999999999997 -0.73593359346650,42.97253255734937,1425.42000000000007 -0.73589906795515,42.97253106367775,1424.96000000000004 -0.73588160644885,42.97254575583818,1426.64000000000010 -0.73579445272755,42.97253817801098,1430.76999999999998 -0.73576914226567,42.97255289490818,1429.94000000000005 -0.73574911202144,42.97254736584800,1428.00000000000000 -0.73574268000654,42.97254219595920,1427.41000000000008 -0.73568900318185,42.97254797712337,1424.48000000000002 -0.73563859155805,42.97255166177801,1425.69000000000005 -0.73560639259804,42.97256696266964,1424.23000000000002 -0.73556336054956,42.97258006811611,1422.60999999999990 -0.73548212225512,42.97257837009479,1422.96000000000004 -0.73542900916185,42.97259217641179,1422.65000000000009 -0.73536898786759,42.97257369944526,1423.26999999999998 -0.73527661137151,42.97256475719249,1423.83999999999992 -0.73526311318779,42.97257169368932,1424.01999999999998 -0.73523236648473,42.97257081489742,1425.17000000000007 -0.73519732409489,42.97256669944031,1427.69000000000005 -0.73517163111475,42.97256511025999,1429.78999999999996 -0.73515452496951,42.97255675750213,1430.28999999999996 -0.73504043198386,42.97253477866955,1431.85999999999990 -0.73499446678928,42.97252423371359,1431.50000000000000 -0.73488622864291,42.97249642758800,1429.58999999999992 -0.73478714862931,42.97247969828602,1430.77999999999997 -0.73471950569318,42.97248178071075,1431.90000000000009 -0.73465145296255,42.97245495013342,1433.86999999999989 -0.73457244144551,42.97242601154307,1435.70000000000005 -0.73451693321758,42.97239150521614,1438.42000000000007 -0.73447429457803,42.97239723424994,1438.49000000000001 -0.73442343503493,42.97238974376326,1439.29999999999995 -0.73438183258695,42.97239063078441,1440.08999999999992 -0.73438100127233,42.97238989395161,1442.24000000000001 -0.73432454197816,42.97238796544132,1442.46000000000004 -0.73428197776426,42.97237163454498,1443.14000000000010 -0.73417589427890,42.97236196971605,1443.69000000000005 -0.73411457705904,42.97236543771182,1445.27999999999997 -0.73405842972231,42.97237170945769,1444.69000000000005 -0.73399295544824,42.97236482978015,1444.65000000000009 -0.73393028225868,42.97234846064409,1445.66000000000008 -0.73390199939571,42.97234393840009,1447.68000000000006 -0.73384754629994,42.97233079361043,1451.15000000000009 -0.73379319710871,42.97233484968729,1451.98000000000002 -0.73366475278681,42.97232636228140,1452.47000000000003 -0.73352601331023,42.97233441937948,1453.27999999999997 -0.73348631925718,42.97229671403962,1458.33999999999992 -0.73346410659949,42.97228717930843,1459.52999999999997
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -485,10 +485,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73732708816682,42.97222495490043,1425.66191230939762 -0.73740344744221,42.97223426651298,1425.40166656407223 -0.73755282589388,42.97221880857619,1428.37212241149132 -0.73760568945387,42.97223408301463,1426.63293258266685 -0.73767991340343,42.97223509960421,1422.94637056389274 -0.73773369212134,42.97225208953971,1422.46713498317263 -0.73788134062634,42.97224248642004,1418.78632729170658 -0.73804217068685,42.97225813607778,1418.15754686987020 -0.73818905086554,42.97228558494573,1418.53315030721274
-0.73732710710394,42.97222497388680,1425.66000000000008 -0.73740340816720,42.97223422688551,1425.40000000000009 -0.73755283984815,42.97221881263535,1428.36999999999989 -0.73760574408427,42.97223408614341,1426.63000000000011 -0.73767989476722,42.97223510222306,1422.95000000000005 -0.73773371664461,42.97225210469697,1422.47000000000003 -0.73788134087475,42.97224250728438,1418.78999999999996 -0.73804214281141,42.97225811303896,1418.16000000000008 -0.73818902051783,42.97228559953357,1418.52999999999997
</coordinates></LineString>
<LineString><coordinates>
-0.73823579836316,42.97218197457013,1422.45457030494254 -0.73822139789277,42.97221251547413,1421.74492587244299 -0.73818905086554,42.97228558494573,1418.53315030721274 -0.73829609767022,42.97231159407442,1418.70495053229888 -0.73834136829023,42.97231496967041,1418.17333126929248 -0.73841170577149,42.97238947347671,1416.62319396401722
-0.73823573817075,42.97218197940687,1422.45000000000005 -0.73822137606785,42.97221249129930,1421.74000000000001 -0.73818902051783,42.97228559953357,1418.52999999999997 -0.73829610053608,42.97231157871456,1418.70000000000005 -0.73834134650955,42.97231499447046,1418.17000000000007 -0.73841169947521,42.97238950280478,1416.61999999999989
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -497,7 +497,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73821936868213,42.97224355620685,1406.58732413285043 -0.73828328274943,42.97227058579617,1406.05985328727843 -0.73829683233258,42.97227849399662,1404.86452392493902 -0.73833611478967,42.97229312720128,1404.02567173920283 -0.73832991962634,42.97231227029545,1403.89197543762157 -0.73836841262793,42.97234744916236,1402.95644846307755 -0.73836948609108,42.97237057816659,1402.40245900369973 -0.73842695246638,42.97241502783798,1401.56762369207286 -0.73845003871239,42.97242722217631,1401.55669099010152 -0.73848067992267,42.97248451294416,1401.96293964909682 -0.73851959897666,42.97249975861992,1400.53892566238255 -0.73854309465410,42.97251373906131,1400.20142445828151 -0.73861943917878,42.97252765220267,1399.79320138761568 -0.73865849705193,42.97250612404532,1400.76145664619276 -0.73870214480409,42.97250838656704,1401.03424177027409 -0.73871770694252,42.97250176962567,1400.08009906195775 -0.73877729322216,42.97250721018000,1399.44042892384118 -0.73880479435752,42.97251263180704,1399.15849783992667 -0.73892446727249,42.97250995870743,1399.38867674235098 -0.73895346297510,42.97252889444763,1398.42147887552142 -0.73902305200698,42.97254870238020,1397.80195167281204 -0.73904293969572,42.97258506304651,1396.83131195958936 -0.73907377369222,42.97260596203580,1394.98352312704537 -0.73913395357171,42.97265254217554,1393.74373595295719 -0.73924893926444,42.97268926917847,1393.86157448732729 -0.73926945396374,42.97268819132006,1393.53148336551590 -0.73931565751645,42.97270576102645,1391.39944031333357 -0.73936370618263,42.97273555361897,1389.41677142690082 -0.73943486415477,42.97273663660812,1388.36893119304295 -0.73943975517299,42.97274653514533,1387.87453959686991 -0.73952866495915,42.97273538379937,1388.03894989845458 -0.73968027048893,42.97274302639706,1387.75979061765133 -0.73972973275765,42.97276145879447,1386.98958316600874 -0.73984910948995,42.97275412405418,1388.13932887680221 -0.73984686619315,42.97274077143764,1387.86285259039914 -0.73992987658227,42.97275889342608,1388.13425440064793 -0.73997832623105,42.97275740040281,1387.47793637359928 -0.74009106503512,42.97279721936603,1387.77726631363680 -0.74015409050887,42.97280456346300,1386.58783630675180 -0.74020626881796,42.97280518999477,1388.16515344072286 -0.74026218883229,42.97282337528559,1386.69959000351173 -0.74032518060689,42.97280704672972,1387.36484836171644 -0.74038817898538,42.97281450346414,1386.17450978102465 -0.74048992683347,42.97280102862490,1386.48378268250804 -0.74051662613188,42.97281474478854,1386.07132287425566 -0.74056792699129,42.97281144009467,1385.57780565632538
-0.73821938017989,42.97224351780565,1406.58999999999992 -0.73828325490491,42.97227062385263,1406.05999999999995 -0.73829682436664,42.97227845599547,1404.85999999999990 -0.73833614054930,42.97229310035748,1404.02999999999997 -0.73832992048630,42.97231224729732,1403.89000000000010 -0.73836836204887,42.97234740490836,1402.96000000000004 -0.73836947484959,42.97237056879870,1402.40000000000009 -0.73842695062921,42.97241501724523,1401.56999999999994 -0.73845004877006,42.97242717985990,1401.55999999999995 -0.73848068784722,42.97248451467091,1401.96000000000004 -0.73851961350639,42.97249978157414,1400.53999999999996 -0.73854313587303,42.97251375348112,1400.20000000000005 -0.73861938852823,42.97252768711844,1399.78999999999996 -0.73865843790776,42.97250612749480,1400.75999999999999 -0.73870213395306,42.97250834187103,1401.02999999999997 -0.73871770167982,42.97250180605705,1400.07999999999993 -0.73877734446161,42.97250721707701,1399.44000000000005 -0.73880473707077,42.97251262098278,1399.16000000000008 -0.73892451737923,42.97250994573783,1399.39000000000010 -0.73895349843784,42.97252888794232,1398.42000000000007 -0.73902303582417,42.97254872169487,1397.79999999999995 -0.73904291883630,42.97258504309771,1396.82999999999993 -0.73907378800356,42.97260600360346,1394.98000000000002 -0.73913400701799,42.97265257697176,1393.74000000000001 -0.73924891226439,42.97268924531521,1393.85999999999990 -0.73926942868308,42.97268820999212,1393.52999999999997 -0.73931562775237,42.97270578146152,1391.40000000000009 -0.73936370991013,42.97273554636831,1389.42000000000007 -0.73943491708787,42.97273659319443,1388.36999999999989 -0.73943970424352,42.97274650282784,1387.86999999999989 -0.73952864745370,42.97273538360945,1388.03999999999996 -0.73968029936463,42.97274306229438,1387.75999999999999 -0.73972978072466,42.97276141881486,1386.99000000000001 -0.73984911696064,42.97275414146890,1388.14000000000010 -0.73984690904751,42.97274077100197,1387.85999999999990 -0.73992987604512,42.97275888849335,1388.13000000000011 -0.73997836719524,42.97275741516469,1387.48000000000002 -0.74009107467056,42.97279719086697,1387.77999999999997 -0.74015407970871,42.97280455855694,1386.58999999999992 -0.74020629373552,42.97280522973315,1388.17000000000007 -0.74026216043105,42.97282335196364,1386.70000000000005 -0.74032517459368,42.97280703756923,1387.35999999999990 -0.74038817637940,42.97281449511227,1386.17000000000007 -0.74048995899373,42.97280101739069,1386.48000000000002 -0.74051667779107,42.97281478188270,1386.06999999999994 -0.74056793400836,42.97281147194118,1385.57999999999993
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -506,7 +506,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73499447855638,42.97252426593136,1431.49776970111384 -0.73496682375178,42.97251761850926,1430.31990077188107 -0.73496667242327,42.97247362791035,1433.80070749823221 -0.73492437611168,42.97244218123284,1435.28601183244496 -0.73485911300145,42.97240207445189,1434.79323630217368 -0.73482616354397,42.97240969150044,1435.14574006588805 -0.73479222639186,42.97240221235602,1434.20431018546310 -0.73477953319281,42.97243474949050,1437.04082811101466 -0.73478028337944,42.97246010530527,1438.83442540041233 -0.73472992783336,42.97247785718220,1437.81251495454421 -0.73472291263824,42.97247026702595,1437.76944605549625
-0.73499446678928,42.97252423371359,1431.50000000000000 -0.73496687242361,42.97251765429973,1430.31999999999994 -0.73496664990135,42.97247361727518,1433.79999999999995 -0.73492439541177,42.97244216497860,1435.28999999999996 -0.73485915978569,42.97240206345325,1434.78999999999996 -0.73482613873054,42.97240969391648,1435.15000000000009 -0.73479220230237,42.97240217847504,1434.20000000000005 -0.73477948127439,42.97243470343895,1437.03999999999996 -0.73478026505401,42.97246011200166,1438.82999999999993 -0.73472995071130,42.97247784539745,1437.80999999999995 -0.73472287278487,42.97247023141339,1437.76999999999998
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -515,16 +515,16 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73346408778159,42.97228713481097,1459.52573439927232 -0.73346408778159,42.97228713481097,1459.52573439927232
-0.73346410659949,42.97228717930843,1459.52999999999997 -0.73346410659949,42.97228717930843,1459.52999999999997
</coordinates></LineString>
<LineString><coordinates>
-0.73346408778159,42.97228713481097,1459.52573439927232 -0.73341770488567,42.97228623916857,1461.07506790817524 -0.73335748011373,42.97226860761723,1463.25294432714054 -0.73327971667666,42.97226120496121,1460.26590954436915
-0.73346410659949,42.97228717930843,1459.52999999999997 -0.73341766561134,42.97228625924204,1461.07999999999993 -0.73335749296840,42.97226858863868,1463.25000000000000 -0.73327977526442,42.97226119584374,1460.26999999999998
</coordinates></LineString>
<LineString><coordinates>
-0.73335748011373,42.97226860761723,1463.25294432714054 -0.73337610231553,42.97222509489443,1462.39044622225106 -0.73339821019149,42.97220178566253,1461.92389058094227 -0.73340064000481,42.97215748316604,1460.95571083839081 -0.73343011478372,42.97213450404162,1458.81252471153539
-0.73335749296840,42.97226858863868,1463.25000000000000 -0.73337613543756,42.97222510546170,1462.39000000000010 -0.73339820685022,42.97220177052952,1461.92000000000007 -0.73340069113492,42.97215751699147,1460.96000000000004 -0.73343010801847,42.97213450767252,1458.80999999999995
</coordinates></LineString>
<LineString><coordinates>
-0.73337610231553,42.97222509489443,1462.39044622225106 -0.73328476027343,42.97222394005668,1462.06114330811442 -0.73325746742539,42.97221759919899,1466.27762573060159 -0.73320453579078,42.97223580970165,1463.83007731495672 -0.73317447893354,42.97223375190734,1460.88373327318754 -0.73311278648749,42.97222506373085,1458.43395729884878 -0.73305549900207,42.97220901099971,1459.42804491142897 -0.73302009586404,42.97219826029275,1458.01491402590864 -0.73294952807270,42.97219364771752,1458.60810386039157 -0.73294366125604,42.97220740627663,1459.45114570100350 -0.73288570789688,42.97220972844611,1459.83043784642314 -0.73286530740771,42.97220616324799,1460.56048347498358 -0.73283789718037,42.97220790768915,1460.71782728100175 -0.73278137875820,42.97221519086517,1460.19771045925859 -0.73271792794487,42.97220978599454,1463.91329994344528 -0.73270303701314,42.97220443695886,1463.17658649688497 -0.73269450118822,42.97220617091171,1461.79398279209818 -0.73257950353915,42.97220941963644,1463.43082856167621 -0.73254484767925,42.97220339590612,1462.01945168882457 -0.73248069508561,42.97219425002861,1463.56227030391869 -0.73240856245071,42.97218472232640,1463.67289692363101 -0.73233850104782,42.97217419245709,1465.41986802533074 -0.73225934393055,42.97216557056367,1466.31993095841267 -0.73212578055596,42.97213804402002,1467.85005319588959 -0.73207272629530,42.97214420253515,1469.75989838564692
-0.73337613543756,42.97222510546170,1462.39000000000010 -0.73328470084491,42.97222392423942,1462.05999999999995 -0.73325746449992,42.97221762164564,1466.27999999999997 -0.73320455686619,42.97223584326601,1463.82999999999993 -0.73317446934875,42.97223371633430,1460.88000000000011 -0.73311274083812,42.97222501939966,1458.43000000000006 -0.73305544968138,42.97220902656490,1459.43000000000006 -0.73302003967558,42.97219823973413,1458.00999999999999 -0.73294957503266,42.97219369182304,1458.60999999999990 -0.73294367425476,42.97220744201677,1459.45000000000005 -0.73288571189731,42.97220971518543,1459.82999999999993 -0.73286536422390,42.97220616034782,1460.55999999999995 -0.73283795616475,42.97220786836768,1460.72000000000003 -0.73278140158026,42.97221521197093,1460.20000000000005 -0.73271795783493,42.97220981254317,1463.91000000000008 -0.73270307117528,42.97220447493086,1463.18000000000006 -0.73269454678828,42.97220619696572,1461.78999999999996 -0.73257952942013,42.97220941030989,1463.43000000000006 -0.73254480196842,42.97220340931086,1462.01999999999998 -0.73248063942122,42.97219421356282,1463.55999999999995 -0.73240851871498,42.97218467995152,1463.67000000000007 -0.73233851751524,42.97217419779712,1465.42000000000007 -0.73225937265745,42.97216560541975,1466.31999999999994 -0.73212574523140,42.97213801378847,1467.84999999999991 -0.73207266793744,42.97214416532383,1469.75999999999999
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -533,16 +533,16 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73630439604165,42.97246905707792,1422.19989296329550 -0.73630439604165,42.97246905707792,1422.19989296329550
-0.73630441357719,42.97246902876498,1422.20000000000005 -0.73630441357719,42.97246902876498,1422.20000000000005
</coordinates></LineString>
<LineString><coordinates>
-0.73630439604165,42.97246905707792,1422.19989296329550 -0.73630439604165,42.97246905707792,1422.19989296329550 -0.73632312474916,42.97249153878799,1420.95890082613346 -0.73632778643493,42.97250277358167,1420.84199383840519 -0.73630886519326,42.97252821059301,1420.84705180049741 -0.73628902434229,42.97254396942999,1421.01210526195473 -0.73619459383647,42.97256463545061,1420.57957671206077 -0.73609356872859,42.97258965260825,1421.78026810950564 -0.73605057258415,42.97258863583419,1421.31575525867856 -0.73603275592000,42.97256879080517,1421.53796243028569 -0.73599922539200,42.97257947916359,1421.06032506717725 -0.73598060396010,42.97256474111517,1422.76549231806280 -0.73595550319335,42.97257639577730,1424.10841496614512 -0.73595763341645,42.97257172192614,1425.79159397234912
-0.73630441357719,42.97246902876498,1422.20000000000005 -0.73630441357719,42.97246902876498,1422.20000000000005 -0.73632308460367,42.97249154957755,1420.96000000000004 -0.73632782171036,42.97250280904375,1420.83999999999992 -0.73630886457476,42.97252818718201,1420.84999999999991 -0.73628903205046,42.97254400309236,1421.00999999999999 -0.73619458880604,42.97256464590706,1420.57999999999993 -0.73609360850382,42.97258966159922,1421.77999999999997 -0.73605060482738,42.97258863052814,1421.31999999999994 -0.73603281510004,42.97256882849925,1421.53999999999996 -0.73599919166438,42.97257950895384,1421.05999999999995 -0.73598060434861,42.97256473372379,1422.76999999999998 -0.73595552873246,42.97257639373695,1424.10999999999990 -0.73595766103337,42.97257175352868,1425.78999999999996
</coordinates></LineString>
<LineString><coordinates>
-0.73619459383647,42.97256463545061,1420.57957671206077 -0.73618845854486,42.97257072965597,1420.32361182957447 -0.73618593612612,42.97257565375311,1417.89289089618774 -0.73619921886596,42.97262014394890,1417.89995598670407 -0.73621186340773,42.97262357759673,1418.26879728194967 -0.73620416499741,42.97264644733706,1415.72460139973032 -0.73617553389866,42.97265242659086,1416.04990105953107 -0.73619543163430,42.97266601109838,1415.80403300546641 -0.73621838297968,42.97266413389455,1414.87621304636582 -0.73630215992668,42.97266209781698,1415.27888131134819 -0.73631823327683,42.97265397808236,1415.03590693520482 -0.73637728056962,42.97264983688759,1415.13811279998481 -0.73643268676911,42.97264804221396,1414.42638045812055 -0.73647716402694,42.97264823275307,1414.32059183376418 -0.73648012553180,42.97264389836048,1414.76754127901086 -0.73653577783123,42.97264732586846,1415.32533126158728
-0.73619458880604,42.97256464590706,1420.57999999999993 -0.73618847922567,42.97257073820592,1420.31999999999994 -0.73618596942694,42.97257564108759,1417.89000000000010 -0.73619917508060,42.97262011510738,1417.90000000000009 -0.73621192254241,42.97262360901108,1418.26999999999998 -0.73620421850599,42.97264641836499,1415.72000000000003 -0.73617554898549,42.97265242444434,1416.04999999999995 -0.73619540466597,42.97266605413905,1415.79999999999995 -0.73621840485565,42.97266416804869,1414.88000000000011 -0.73630211017589,42.97266213241789,1415.27999999999997 -0.73631822776079,42.97265398697891,1415.03999999999996 -0.73637724011151,42.97264984187378,1415.14000000000010 -0.73643273228878,42.97264805833934,1414.43000000000006 -0.73647711693669,42.97264821612663,1414.31999999999994 -0.73648009705276,42.97264386282132,1414.76999999999998 -0.73653576534930,42.97264730540445,1415.32999999999993
</coordinates></LineString>
<LineString><coordinates>
-0.73620416499741,42.97264644733706,1415.72460139973032 -0.73621096583671,42.97263882282124,1415.48729321686824 -0.73612223454942,42.97264200445919,1415.28612620956051 -0.73611683024574,42.97264572531947,1416.56004000941107 -0.73605912499401,42.97266494302886,1416.66019295403498 -0.73605253271892,42.97266246963033,1416.44834750097448 -0.73598451760336,42.97268197788945,1416.25386159774325 -0.73585722723371,42.97272623237519,1415.28504550901926 -0.73582579204153,42.97272451508530,1415.73153655130682 -0.73577919398458,42.97275274743939,1415.60162404565153
-0.73620421850599,42.97264641836499,1415.72000000000003 -0.73621099690799,42.97263880851312,1415.49000000000001 -0.73612222139322,42.97264200439565,1415.28999999999996 -0.73611681033416,42.97264576931023,1416.55999999999995 -0.73605908456493,42.97266497746568,1416.66000000000008 -0.73605255344673,42.97266250702094,1416.45000000000005 -0.73598451805822,42.97268196135558,1416.25000000000000 -0.73585720079057,42.97272626582143,1415.28999999999996 -0.73582575180030,42.97272447282785,1415.73000000000002 -0.73577922066971,42.97275272692313,1415.59999999999991
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -551,7 +551,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73526306737468,42.97257167843256,1424.02028697872561 -0.73526306737468,42.97257167843256,1424.02028697872561 -0.73523853816177,42.97259680521849,1422.11018771597310 -0.73527335231805,42.97260907302642,1418.34395657246409 -0.73530270762799,42.97260756758104,1417.90726017661291 -0.73533006475469,42.97261821982254,1417.55898089294692 -0.73539507251460,42.97261362752823,1417.71431239923345 -0.73543025510888,42.97262440550707,1417.68934398718807 -0.73552409526263,42.97268229830828,1417.51481992281515 -0.73568325264413,42.97274986927536,1417.25303382625589 -0.73577871735433,42.97275358577436,1417.11690505604497
-0.73526311318779,42.97257169368932,1424.01999999999998 -0.73526311318779,42.97257169368932,1424.01999999999998 -0.73523852553339,42.97259678009626,1422.10999999999990 -0.73527338988080,42.97260908622562,1418.33999999999992 -0.73530275205166,42.97260759639674,1417.91000000000008 -0.73533007531580,42.97261822244469,1417.55999999999995 -0.73539511177947,42.97261365681641,1417.71000000000004 -0.73543027739444,42.97262443807507,1417.69000000000005 -0.73552404646589,42.97268230288454,1417.50999999999999 -0.73568331075853,42.97274983821359,1417.25000000000000 -0.73577869749719,42.97275361703154,1417.11999999999989
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -560,7 +560,7 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.73843365742881,42.97245958208899,1415.83724831349059 -0.73835444196660,42.97247921875596,1414.26259093308363 -0.73831872573256,42.97247537084232,1414.83501791921321 -0.73826986012744,42.97247766198096,1415.04436174418493 -0.73807437274669,42.97247177920620,1416.16046532409086 -0.73798173584487,42.97247971401477,1418.63260127909052 -0.73798546264327,42.97247904925635,1420.60797796028078 -0.73775393146077,42.97248395597837,1422.59401876236620 -0.73784325927517,42.97246922991125,1425.46096235872869
-0.73843365685628,42.97245954262506,1415.83999999999992 -0.73835445508044,42.97247922786974,1414.25999999999999 -0.73831866737878,42.97247536877434,1414.83999999999992 -0.73826990167796,42.97247764638811,1415.03999999999996 -0.73807440622186,42.97247180040023,1416.16000000000008 -0.73798178002861,42.97247969404903,1418.63000000000011 -0.73798548251387,42.97247904688358,1420.60999999999990 -0.73775390997392,42.97248392291043,1422.58999999999992 -0.73784323010552,42.97246921060558,1425.46000000000004
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -28,12 +28,42 @@ scanning centreline tree ... done
searching for centerline loops ... done
calculating station coordinates ... done
average loop error: 1.46%
processing survey data ...
####################### cavern log file ########################
1> Survex 1.4.15
2> Copyright ¸ 1990-2024 Olly Betts
3>
4> La topographie contient 978 stations, connectes par 980 vises.
5> Il y a 3 bouclages.
6> Longueur totale de la topographie = 4647.54m (4647.54m ajust)
7> Longueur totale en projection horizontale = 4120.83m
8> Longueur totale verticale = 1194.68m
9> Intervalle vertical = 353.57m (de 2 … 1705.00m jusqu'… 520 … 1351.43m)
10> Intervalle Nord-Sud = 510.80m (de 566 … 4760712.40m jusqu'… 743 … 4760201.60m)
11> Intervalle Est-Ouest = 1039.98m (de 922 … 684942.00m jusqu'… 486 … 683902.02m)
12> 66 1-noeuds.
13> 850 2-noeuds.
14> 54 3-noeuds.
15> 8 4-noeuds.
16>
######################### transcription ########################
4> 978 : 13_06B@AP7_Amonts.AP7_Amonts.AP7_Arres_Planeres
5> 3 : AP1@AP7_Entree.AP7_Entree.AP7_Arres_Planeres
9> 2 : AP0d@AP7_Entree.AP7_Entree.AP7_Arres_Planeres -- 520 : S3_97@AP7_Aval.AP7_Aval.AP7_Arres_Planeres
10> 566 : 10_2@AP7_Aval.AP7_Aval.AP7_Arres_Planeres -- 743 : 8_21@AP7_Amonts.AP7_Amonts.AP7_Arres_Planeres
11> 922 : 8_131@AP7_Amonts.AP7_Amonts.AP7_Arres_Planeres -- 486 : S3_61@AP7_Aval.AP7_Aval.AP7_Arres_Planeres
12> 66 : AP64@AP7_Entree.AP7_Entree.AP7_Arres_Planeres
13> 850 : AA_18@AP7_Amonts.AP7_Amonts.AP7_Arres_Planeres
14> 54 : AP52@AP7_Entree.AP7_Entree.AP7_Arres_Planeres
15> 8 : AP6@AP7_Entree.AP7_Entree.AP7_Arres_Planeres
#################### end of cavern log file ####################
done
calculating basic statistics ... done
processing extended elevation ... done
processing references ... done
selecting export objects ... done
processing projection extended ... done
average distortion: 33.63%
average distortion: 33.64%
############### export maps & scraps selection #################
@@ -88,7 +118,7 @@ S -.-- SC-AP7_Amonts_18@AP7_Amonts.AP7_Arres_Planeres ()
########## end of export maps & scraps selection ###############
writing Outputs/AP7_Arres_Planeres-Coupe.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 29 DEC 2024 00:05
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 17:40
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -101,9 +131,9 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
[11] [12] [13] [14] )
Here is how much of MetaPost's memory you used:
190976 strings using 6010174 characters
7997544 bytes of node memory
1747 symbolic tokens
190566 strings using 6007376 characters
8076680 bytes of node memory
1756 symbolic tokens
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
29 output files written: data-patt.1 .. data-patt.15
@@ -112,7 +142,7 @@ Here is how much of MetaPost's memory you used:
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 29 DEC 2024 00:05
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 30 DEC 2024 17:40
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
@@ -125,7 +155,7 @@ rogram Files/Therion/texmf/fonts/pdftex.map})
Here is how much of TeX's memory you used:
325 strings out of 95671
4315 string characters out of 1192323
772916 words of memory out of 2215959
773115 words of memory out of 2216158
1718 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
@@ -133,7 +163,7 @@ Here is how much of TeX's memory you used:
<c:/Program Files/Therion/texmf/fonts/type1/cmss10.pfb><c:/Program Files/T
herion/texmf/fonts/type1/cmssi10.pfb><c:/Program Files/Therion/texmf/fonts/type
1/csss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 529124 bytes).
Output written on data.pdf (1 page, 529385 bytes).
PDF statistics:
72 PDF objects out of 1000 (max. 8388607)
41 compressed objects within 1 object stream
@@ -144,7 +174,7 @@ PDF statistics:
##################### end of pdftex log file #####################
done
processing projection plan ... done
average distortion: 0.05%
average distortion: 0.06%
############### export maps & scraps selection #################
@@ -155,12 +185,12 @@ S 1402.96 SP-AP7_Entree_02@AP7_Entree.AP7_Arres_Planeres ()
S 1381.39 SP-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres ()
M 1367.38 MP-AP7_Aval-Plan-tot@AP7_Aval.AP7_Arres_Planeres (AP7_Aval)
S 1376.26 SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres ()
S 1372.34 SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres ()
S 1368.92 SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres ()
S 1375.24 SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres ()
S 1372.33 SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres ()
S 1368.91 SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres ()
S 1375.23 SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres ()
S 1368.91 SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres ()
S 1356.60 SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres ()
S 1353.42 SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres ()
S 1353.41 SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres ()
S -.-- SP-AP7_Aval_08@AP7_Aval.AP7_Arres_Planeres ()
S -.-- SP-AP7_Aval_09@AP7_Aval.AP7_Arres_Planeres ()
S -.-- SP-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres ()
@@ -177,8 +207,8 @@ S -.-- SP-AP7_Aval_20@AP7_Aval.AP7_Arres_Planeres ()
S -.-- SP-AP7_Aval_21@AP7_Aval.AP7_Arres_Planeres ()
S -.-- SP-AP7_Aval_22@AP7_Aval.AP7_Arres_Planeres ()
S -.-- SP-AP7_Aval_23@AP7_Aval.AP7_Arres_Planeres ()
M 1411.70 MP-AP7_Amonts-Plan-tot@AP7_Amonts.AP7_Arres_Planeres (AP7_Amonts)
S 1411.70 SP-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres ()
M 1411.69 MP-AP7_Amonts-Plan-tot@AP7_Amonts.AP7_Arres_Planeres (AP7_Amonts)
S 1411.69 SP-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres ()
S -.-- SP-AP7_Amonts_02@AP7_Amonts.AP7_Arres_Planeres ()
S -.-- SP-AP7_Amonts_03@AP7_Amonts.AP7_Arres_Planeres ()
S -.-- SP-AP7_Amonts_04@AP7_Amonts.AP7_Arres_Planeres ()
@@ -199,7 +229,7 @@ S -.-- SP-AP7_Amonts_18@AP7_Amonts.AP7_Arres_Planeres ()
########## end of export maps & scraps selection ###############
writing Outputs/AP7_Arres_Planeres-Plan.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 29 DEC 2024 00:05
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 17:40
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -215,42 +245,43 @@ Arres_Planeres] [14] [15] [16] [17]
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_06@AP7_Aval.AP7_
Arres_Planeres] [18] [19] [20] [21]
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_05@AP7_Aval.AP7_
Arres_Planeres] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33]
[34] [35] [36] [37] [38] [39] [40] [41] [42] [43] (./mptextmp.mp) [44]
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56]
[57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71]
[72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86]
[87] [88] [89] [90] )
Arres_Planeres] [22] [23] [24] [25] [26] [27]
[Warning: text scaled down to fit the path in scrap SP-AP7_Aval_04@AP7_Aval.AP7
_Arres_Planeres] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39]
[40] (./mptextmp.mp) [41] (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [42] [43] [44] [45] [46] [47]
[48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62]
[63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77]
[78] [79] [80] [81] [82] [83] [84] [85] [86] )
Here is how much of MetaPost's memory you used:
97455 strings using 2699826 characters
5501280 bytes of node memory
1766 symbolic tokens
58786 strings using 1442806 characters
5374400 bytes of node memory
1771 symbolic tokens
10i,82n,16p,465b,5f stack positions out of 16i,98n,20p,487b,6f
105 output files written: data-patt.1 .. data.90
101 output files written: data-patt.1 .. data.86
#################### end of metapost log file ####################
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 29 DEC 2024 00:05
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 30 DEC 2024 17:40
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
(c:/Program Files/Therion/texmf/tex/glyphtounicode.tex)) (./th_fontdef.tex{c:/P
rogram Files/Therion/texmf/fonts/pdftex.map})
(./th_formdef.tex) (./th_pagedef.tex [1] (./th_legend.tex)) (./th_pages.tex)
188 numeric registers used out of 32768
184 numeric registers used out of 32768
[2] )
(\end occurred when \ifx on line 12 was incomplete)
Here is how much of TeX's memory you used:
453 strings out of 95671
5682 string characters out of 1192323
279630 words of memory out of 1745673
1846 multiletter control sequences out of 15000+50000
449 strings out of 95671
5643 string characters out of 1192323
111543 words of memory out of 1593586
1842 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
12i,5n,8p,1688b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
@@ -258,12 +289,12 @@ Here is how much of TeX's memory you used:
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
erion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (2 pages, 525838 bytes).
Output written on data.pdf (2 pages, 476941 bytes).
PDF statistics:
345 PDF objects out of 1000 (max. 8388607)
177 compressed objects within 2 object streams
335 PDF objects out of 1000 (max. 8388607)
172 compressed objects within 2 object streams
0 named destinations out of 1000 (max. 500000)
947 words of extra memory for PDF output out of 10000 (max. 10000000)
917 words of extra memory for PDF output out of 10000 (max. 10000000)
##################### end of pdftex log file #####################
@@ -294,17 +325,17 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
###################### scrap distortions #######################
PROJECTION: plan
AVERAGE MAXIMAL SCRAP
0.05% 73.37% SP-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres
0.11% 56.87% SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres
0.03% 17.19% SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres
0.04% 12.14% SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres
0.05% 10.43% SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres
0.03% 5.35% SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres
0.01% 1.43% SP-AP7_Entree_01@AP7_Entree.AP7_Arres_Planeres
0.01% 0.16% SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres
0.01% 0.08% SP-AP7_Entree_02@AP7_Entree.AP7_Arres_Planeres
0.00% 0.04% SP-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres
0.00% 0.03% SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres
0.06% 71.58% SP-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres
0.12% 56.64% SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres
0.05% 15.91% SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres
0.06% 11.75% SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres
0.05% 9.79% SP-AP7_Entree_01@AP7_Entree.AP7_Arres_Planeres
0.05% 7.03% SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres
0.05% 4.53% SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres
0.04% 0.86% SP-AP7_Entree_02@AP7_Entree.AP7_Arres_Planeres
0.01% 0.45% SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres
0.02% 0.35% SP-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres
0.01% 0.21% SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres
0.00% 0.00% SP-AP7_Amonts_18@AP7_Amonts.AP7_Arres_Planeres
0.00% 0.00% SP-AP7_Amonts_03@AP7_Amonts.AP7_Arres_Planeres
0.00% 0.00% SP-AP7_Amonts_04@AP7_Amonts.AP7_Arres_Planeres
@@ -346,7 +377,7 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
AVERAGE MAXIMAL SCRAP
49.45% 100.00% SC-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres
20.34% 99.63% SC-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres
0.00% 0.11% SC-AP7_Entree_01@AP7_Entree.AP7_Arres_Planeres
0.00% 0.31% SC-AP7_Entree_01@AP7_Entree.AP7_Arres_Planeres
0.00% 0.00% SC-AP7_Amonts_09@AP7_Amonts.AP7_Arres_Planeres
0.00% 0.00% SC-AP7_Aval_22@AP7_Aval.AP7_Arres_Planeres
0.00% 0.00% SC-AP7_Aval_23@AP7_Aval.AP7_Arres_Planeres
@@ -35,7 +35,7 @@ source B3_Bourrugues-tot.th
input Legendes/entrances_coordinates.th
# Add config file
input config.thc
input ../../../../config.thc
# 2-LAYOUT
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
@@ -59,6 +59,7 @@ layout my_layout
# Rajout des coordonnées de l'entrée
# copy Coords_Header_CDa
# Call the config settings (Layout config inside the config.thc file)
copy fonts_1000
copy drawingconfig
copy headerl
copy langue-fr
@@ -73,7 +74,7 @@ layout my_layout
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
# des caractères et des traits.
base-scale 1 1000
base-scale 1 400
# Maintenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
@@ -128,7 +129,7 @@ layout my_layout
# "legend off" = pas de légende
legend on
# Par défaut, la légende est de 14 cm de largeur
legend-width 15 cm
legend-width 50 cm
legend-columns 3
# Un commentaire à ajouter au titre, on pourrait indiquer ici la mairie où est placée la cavité
# dont le nom est probablement le titre de la topo.
@@ -143,6 +144,7 @@ layout my_layout
# Dessin ou pas du cheminement topo
symbol-hide point station
symbol-hide line survey
symbol-hide point station-name
symbol-hide point u:symbol_plan
symbol-hide point u:symbol_extend
#debug scrap-names
@@ -158,6 +160,11 @@ layout my_layout
overlap 3 cm
code tex-map
\legendwidth=40cm
\legendtextsize={\size[20]}
\legendtextheadersize={\size[42]} %%% Taille du titre
\legendtextsectionsize={\size[18]} %%% Taille du titre
%\legendtextcolor={\color[0 0 110]} %# RGB values 0--100
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
% It will be empty if there are multiple maps selected for any one projection
% AND there are multiple source surveys identified in the thconfig file
@@ -174,7 +181,7 @@ layout my_layout
\newtoks\club \club={ARSIP}
%\newtoks\thanksto \thanksto={Alpes Minages pour son soutien actif et Loire Travaux Spéciaux l'aide logistique}
\newtoks\wpage \wpage={https://www.arsip.fr/}
%\newtoks\datat \datat={https://github.com/Alex38Lyon/Synthese-PSM_LARRA}
\newtoks\datat \datat={https://github.com/Alex38Lyon/Synthese-PSM\_LARRA}
\newtoks\synth \synth={Alexandre Pont}
\framethickness=0.5mm
endcode
@@ -73,14 +73,14 @@ layout my_layout
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
# des caractères et des traits.
base-scale 1 1000
base-scale 1 180
# Maintenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
# pour faire l'ampliation-réduction entre dessin et le résultat de l'imprimante
# C'est tres important s'assurer que la configuration de l'imprimante ne spécifie pas l'option "Fit in page"
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
scale 1 500
scale 1 200
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
scale-bar 20 m
@@ -110,7 +110,7 @@ layout my_layout
# Auteur
doc-author "Alexandre Pont"
# Titre
doc-title "B3 Amonts (plan - 1:1000)"
doc-title "B3 Amonts (plan - 1:200)"
# Maintenant on spécifie la position de la manchette, dont l'intérieur est occupé par le titre, auteurs, etc.
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
@@ -146,7 +146,7 @@ layout my_layout
# symbol-hide point u:symbol_plan
# symbol-hide point u:symbol_extend
#debug scrap-names
#debug station-names
debug station-names
# color map-fg [100 100 80]
@@ -170,11 +170,11 @@ layout my_layout
reassign cavename to describe selected maps as a group
\else % if not empty keep the value set by therion, or assign an override cavename here
\fi
\cavename={B3 Amonts, plan 1:1000}
\cavename={B3 Amonts, plan 1:200}
\newtoks\club \club={ARSIP}
%\newtoks\thanksto \thanksto={Alpes Minages pour son soutien actif et Loire Travaux Spéciaux l'aide logistique}
\newtoks\wpage \wpage={https://www.arsip.fr/}
%\newtoks\datat \datat={https://github.com/Alex38Lyon/Synthese-PSM_LARRA}
\newtoks\datat \datat={https://github.com/Alex38Lyon/Synthese-PSM\_LARRA}
\newtoks\synth \synth={Alexandre Pont}
\framethickness=0.5mm
endcode
@@ -1,455 +1,455 @@
set XVIgrids {2.0 m}
set XVIstations {
{ -7072.15 3407.10 A-42@B3_Amonts_01.B3_Amonts}
{ -7069.29 3439.07 J02@B3_Amonts_01.B3_Amonts}
{ -6842.35 3347.38 J03@B3_Amonts_01.B3_Amonts}
{ -6722.97 3140.60 J04@B3_Amonts_01.B3_Amonts}
{ -6510.00 3189.77 J05@B3_Amonts_01.B3_Amonts}
{ -6245.01 2796.91 J06@B3_Amonts_01.B3_Amonts}
{ -5995.09 2621.91 J07@B3_Amonts_01.B3_Amonts}
{ -5807.95 2354.65 J08@B3_Amonts_01.B3_Amonts}
{ -5582.06 2294.13 J09@B3_Amonts_01.B3_Amonts}
{ -5514.98 2271.03 J10@B3_Amonts_01.B3_Amonts}
{ -5157.21 2207.94 J11@B3_Amonts_01.B3_Amonts}
{ -5112.50 2014.29 J12@B3_Amonts_01.B3_Amonts}
{ -4949.57 1820.11 J13@B3_Amonts_01.B3_Amonts}
{ -4855.35 1836.73 J14@B3_Amonts_01.B3_Amonts}
{ -4855.35 1836.73 J15@B3_Amonts_01.B3_Amonts}
{ -4759.13 1755.99 J16@B3_Amonts_01.B3_Amonts}
{ -4665.93 1677.78 J17@B3_Amonts_01.B3_Amonts}
{ -4665.93 1677.78 J18@B3_Amonts_01.B3_Amonts}
{ -4520.87 1576.21 J19@B3_Amonts_01.B3_Amonts}
{ -4520.87 1576.21 J20@B3_Amonts_01.B3_Amonts}
{ -4377.69 1328.21 J21@B3_Amonts_01.B3_Amonts}
{ -4409.82 1289.92 J22@B3_Amonts_01.B3_Amonts}
{ -4239.41 1086.84 J23@B3_Amonts_01.B3_Amonts}
{ -4277.30 1009.16 J24@B3_Amonts_01.B3_Amonts}
{ -4382.81 920.63 J25@B3_Amonts_01.B3_Amonts}
{ -4399.10 859.83 J26@B3_Amonts_01.B3_Amonts}
{ -4218.30 775.53 J27@B3_Amonts_01.B3_Amonts}
{ -4143.19 700.42 J28@B3_Amonts_01.B3_Amonts}
{ -4029.21 658.93 J29@B3_Amonts_01.B3_Amonts}
{ -3899.20 514.54 J30@B3_Amonts_01.B3_Amonts}
{ -3789.24 558.97 J31@B3_Amonts_01.B3_Amonts}
{ -3815.89 369.33 J32@B3_Amonts_01.B3_Amonts}
{ -3804.33 259.31 J33@B3_Amonts_01.B3_Amonts}
{ -3883.84 271.90 J34@B3_Amonts_01.B3_Amonts}
{ -12478.33 -4361.47 V00@B3_Amonts_02.B3_Amonts}
{ -12478.33 -4361.47 V00b@B3_Amonts_02.B3_Amonts}
{ -12466.17 -4477.20 VA0@B3_Amonts_02.B3_Amonts}
{ -12572.18 -4492.10 VA1@B3_Amonts_02.B3_Amonts}
{ -12762.20 -4597.43 VA2@B3_Amonts_02.B3_Amonts}
{ -12833.60 -4688.81 VA3@B3_Amonts_02.B3_Amonts}
{ -12282.35 -4351.19 V01@B3_Amonts_02.B3_Amonts}
{ -12073.12 -4321.79 V02@B3_Amonts_02.B3_Amonts}
{ -11653.48 -4209.35 V03@B3_Amonts_02.B3_Amonts}
{ -11481.80 -4224.37 V04@B3_Amonts_02.B3_Amonts}
{ -11416.10 -4133.94 V05@B3_Amonts_02.B3_Amonts}
{ -11235.87 -4168.97 V06@B3_Amonts_02.B3_Amonts}
{ -11010.86 -4104.45 V07@B3_Amonts_02.B3_Amonts}
{ -10661.16 -3970.21 V08@B3_Amonts_02.B3_Amonts}
{ -10372.37 -3939.86 V09@B3_Amonts_02.B3_Amonts}
{ -10198.32 -3986.50 V10@B3_Amonts_02.B3_Amonts}
{ -10042.49 -3877.38 V11@B3_Amonts_02.B3_Amonts}
{ -9902.24 -3751.10 V12@B3_Amonts_02.B3_Amonts}
{ -9685.99 -3582.15 V13@B3_Amonts_02.B3_Amonts}
{ -9528.81 -3463.70 V14@B3_Amonts_02.B3_Amonts}
{ -9393.29 -3406.18 V15@B3_Amonts_02.B3_Amonts}
{ -9263.92 -3320.55 V16@B3_Amonts_02.B3_Amonts}
{ -9154.45 -3269.50 V17@B3_Amonts_02.B3_Amonts}
{ -8922.82 -3101.22 V18@B3_Amonts_02.B3_Amonts}
{ -8763.68 -3005.60 V19@B3_Amonts_02.B3_Amonts}
{ -8763.68 -3005.60 V20@B3_Amonts_02.B3_Amonts}
{ -8703.56 -2931.35 V21@B3_Amonts_02.B3_Amonts}
{ -8703.56 -2931.35 V22@B3_Amonts_02.B3_Amonts}
{ -8594.67 -2873.46 V23@B3_Amonts_02.B3_Amonts}
{ -8586.61 -2816.07 V24@B3_Amonts_02.B3_Amonts}
{ -8645.67 -2689.42 V25@B3_Amonts_02.B3_Amonts}
{ -8704.11 -2569.59 V26@B3_Amonts_02.B3_Amonts}
{ -8832.59 -2608.88 V27@B3_Amonts_02.B3_Amonts}
{ -9064.31 -2608.88 V28@B3_Amonts_02.B3_Amonts}
{ -9064.31 -2608.88 V29@B3_Amonts_02.B3_Amonts}
{ -9270.97 -2637.92 V30@B3_Amonts_02.B3_Amonts}
{ -9308.93 -2597.22 V31@B3_Amonts_02.B3_Amonts}
{ -9532.85 -2628.69 V32@B3_Amonts_02.B3_Amonts}
{ -9506.78 -2586.96 V33@B3_Amonts_02.B3_Amonts}
{ -9517.16 -2521.40 V34@B3_Amonts_02.B3_Amonts}
{ -9197.58 -2453.48 V35@B3_Amonts_02.B3_Amonts}
{ -9071.83 -2468.92 V36@B3_Amonts_02.B3_Amonts}
{ -8843.79 -2394.82 V37@B3_Amonts_02.B3_Amonts}
{ -8635.68 -2339.06 V38@B3_Amonts_02.B3_Amonts}
{ -10589.95 -4011.33 V08A@B3_Amonts_02.B3_Amonts}
{ -10589.95 -4011.33 V08B@B3_Amonts_02.B3_Amonts}
{ -10546.27 -4028.97 V08C@B3_Amonts_02.B3_Amonts}
{ -10541.62 -4073.17 V08D@B3_Amonts_02.B3_Amonts}
{ -8478.92 -2225.17 V39@B3_Amonts_02.B3_Amonts}
{ -8530.33 -2198.97 V40@B3_Amonts_02.B3_Amonts}
{ -8400.27 -2081.86 V41@B3_Amonts_02.B3_Amonts}
{ -8353.99 -2103.44 V42@B3_Amonts_02.B3_Amonts}
{ -8253.50 -1991.83 V43@B3_Amonts_02.B3_Amonts}
{ -8056.02 -1908.00 V44@B3_Amonts_02.B3_Amonts}
{ -7860.84 -1749.95 V45@B3_Amonts_02.B3_Amonts}
{ -7727.68 -1656.71 V46@B3_Amonts_02.B3_Amonts}
{ -7547.65 -1516.06 V47@B3_Amonts_02.B3_Amonts}
{ -7431.88 -1476.19 V48@B3_Amonts_02.B3_Amonts}
{ -7350.61 -1436.55 V49@B3_Amonts_02.B3_Amonts}
{ -7378.99 -1234.60 V50@B3_Amonts_02.B3_Amonts}
{ -7103.45 -1253.87 V51@B3_Amonts_02.B3_Amonts}
{ -6843.22 -1153.97 V52@B3_Amonts_02.B3_Amonts}
{ -6598.49 -1074.45 V53@B3_Amonts_02.B3_Amonts}
{ -6369.76 -977.36 V54@B3_Amonts_02.B3_Amonts}
{ -6286.62 -981.72 V55@B3_Amonts_02.B3_Amonts}
{ -6201.55 -934.57 V56@B3_Amonts_02.B3_Amonts}
{ -6144.51 -909.17 V57@B3_Amonts_02.B3_Amonts}
{ -5918.11 -767.70 V58@B3_Amonts_02.B3_Amonts}
{ -5789.46 -639.05 V59@B3_Amonts_02.B3_Amonts}
{ -5789.46 -639.05 V60@B3_Amonts_02.B3_Amonts}
{ -5663.36 -544.03 V61@B3_Amonts_02.B3_Amonts}
{ -5449.39 -439.67 V62@B3_Amonts_02.B3_Amonts}
{ -5335.96 -470.06 V63@B3_Amonts_02.B3_Amonts}
{ -5236.40 -441.51 V64@B3_Amonts_02.B3_Amonts}
{ -5173.60 -405.26 V65@B3_Amonts_02.B3_Amonts}
{ -5074.08 -403.52 V66@B3_Amonts_02.B3_Amonts}
{ -4805.56 -266.70 V67@B3_Amonts_02.B3_Amonts}
{ -4716.42 -186.44 V68@B3_Amonts_02.B3_Amonts}
{ -4576.02 -84.43 V69@B3_Amonts_02.B3_Amonts}
{ -4382.14 84.11 V70@B3_Amonts_02.B3_Amonts}
{ -4201.32 184.34 V71@B3_Amonts_02.B3_Amonts}
{ -3794.28 256.11 V72@B3_Amonts_02.B3_Amonts}
{ -3883.84 271.90 J34@B3_Amonts_02.B3_Amonts}
{ -3881.10 291.40 J34A@B3_Amonts_02.B3_Amonts}
{ -3621.49 337.17 J34B@B3_Amonts_02.B3_Amonts}
{ -3348.51 501.20 J34C@B3_Amonts_02.B3_Amonts}
{ -3247.44 456.20 J34D@B3_Amonts_02.B3_Amonts}
{ -5582.06 2294.13 J09@B3_Amonts_03.B3_Amonts}
{ -5582.06 2294.13 0@B3_Amonts_03.B3_Amonts}
{ -5525.21 2506.28 1@B3_Amonts_03.B3_Amonts}
{ -5315.49 2543.26 2@B3_Amonts_03.B3_Amonts}
{ -5051.38 2655.36 3@B3_Amonts_03.B3_Amonts}
{ -4838.78 2655.36 4@B3_Amonts_03.B3_Amonts}
{ -4508.23 2614.77 5@B3_Amonts_03.B3_Amonts}
{ -4294.80 2637.21 6@B3_Amonts_03.B3_Amonts}
{ -3869.75 2629.79 7@B3_Amonts_03.B3_Amonts}
{ -3356.68 2767.26 8@B3_Amonts_03.B3_Amonts}
{ -3598.27 3112.29 9@B3_Amonts_03.B3_Amonts}
{ -2947.31 3169.24 10@B3_Amonts_03.B3_Amonts}
{ -2740.17 3093.84 11@B3_Amonts_03.B3_Amonts}
{ -2567.60 3078.75 12@B3_Amonts_03.B3_Amonts}
{ -2365.26 3028.30 13@B3_Amonts_03.B3_Amonts}
{ -2267.56 3040.29 14@B3_Amonts_03.B3_Amonts}
{ -2193.98 3013.51 15@B3_Amonts_03.B3_Amonts}
{ -1864.42 3071.62 16@B3_Amonts_03.B3_Amonts}
{ -1606.21 2992.68 17@B3_Amonts_03.B3_Amonts}
{ -1033.33 2806.54 18@B3_Amonts_03.B3_Amonts}
{ -723.92 2642.02 19@B3_Amonts_03.B3_Amonts}
{ -398.22 2596.25 20@B3_Amonts_03.B3_Amonts}
{ -319.14 2697.47 21@B3_Amonts_03.B3_Amonts}
{ 135.90 2633.52 22@B3_Amonts_03.B3_Amonts}
{ 320.26 2388.87 23@B3_Amonts_03.B3_Amonts}
{ 293.24 2261.78 24@B3_Amonts_03.B3_Amonts}
{ 213.97 2134.91 25@B3_Amonts_03.B3_Amonts}
{ 592.95 2181.44 26@B3_Amonts_03.B3_Amonts}
{ 947.73 2181.44 27@B3_Amonts_03.B3_Amonts}
{ 1062.35 2244.98 28@B3_Amonts_03.B3_Amonts}
{ 1269.39 2308.28 29@B3_Amonts_03.B3_Amonts}
{ 1456.85 2285.26 30@B3_Amonts_03.B3_Amonts}
{ 1857.81 2306.28 31@B3_Amonts_03.B3_Amonts}
{ 2058.57 2306.28 32@B3_Amonts_03.B3_Amonts}
{ 2226.65 2264.37 33@B3_Amonts_03.B3_Amonts}
{ 2561.69 2335.58 34@B3_Amonts_03.B3_Amonts}
{ 2567.83 2452.88 35@B3_Amonts_03.B3_Amonts}
{ 2747.77 2609.30 36@B3_Amonts_03.B3_Amonts}
{ 2935.05 2656.00 37@B3_Amonts_03.B3_Amonts}
{ 3073.06 2756.27 38@B3_Amonts_03.B3_Amonts}
{ 3223.64 2912.20 39@B3_Amonts_03.B3_Amonts}
{ 3256.00 2984.87 39A@B3_Amonts_03.B3_Amonts}
{ 3307.52 3048.50 39B@B3_Amonts_03.B3_Amonts}
{ 3428.83 3035.75 39C@B3_Amonts_03.B3_Amonts}
{ 3300.99 3168.12 39D@B3_Amonts_03.B3_Amonts}
{ 3120.01 3149.10 39E@B3_Amonts_03.B3_Amonts}
{ 2830.27 3149.10 39F@B3_Amonts_03.B3_Amonts}
{ 2570.20 2938.50 39G@B3_Amonts_03.B3_Amonts}
{ 2407.64 2879.34 39H@B3_Amonts_03.B3_Amonts}
{ 2379.76 2813.65 39I@B3_Amonts_03.B3_Amonts}
{ 2391.75 2927.76 39J@B3_Amonts_03.B3_Amonts}
{ 2135.42 2891.74 39K@B3_Amonts_03.B3_Amonts}
{ 1951.19 3016.01 39L@B3_Amonts_03.B3_Amonts}
{ 1884.96 2991.90 39M@B3_Amonts_03.B3_Amonts}
{ 1636.78 3165.67 39N@B3_Amonts_03.B3_Amonts}
{ 1497.97 3180.26 39O@B3_Amonts_03.B3_Amonts}
{ 1230.71 3381.66 39P@B3_Amonts_03.B3_Amonts}
{ 818.16 3670.53 39Q@B3_Amonts_03.B3_Amonts}
{ 479.36 3850.67 39R@B3_Amonts_03.B3_Amonts}
{ 352.78 3826.07 39S@B3_Amonts_03.B3_Amonts}
{ 224.43 3844.10 39T@B3_Amonts_03.B3_Amonts}
{ 177.19 3925.93 39U@B3_Amonts_03.B3_Amonts}
{ 2206.54 2876.69 39V@B3_Amonts_03.B3_Amonts}
{ 3273.07 3009.21 40@B3_Amonts_03.B3_Amonts}
{ 3563.12 3163.43 41@B3_Amonts_03.B3_Amonts}
{ 3653.69 3244.98 42@B3_Amonts_03.B3_Amonts}
{ 3793.43 3307.20 43@B3_Amonts_03.B3_Amonts}
{ 3667.69 3300.61 44@B3_Amonts_03.B3_Amonts}
{ 3851.89 3420.23 45@B3_Amonts_03.B3_Amonts}
{ 4013.38 3541.92 46@B3_Amonts_03.B3_Amonts}
{ 4088.19 3511.69 47@B3_Amonts_03.B3_Amonts}
{ 4207.78 3689.00 48@B3_Amonts_03.B3_Amonts}
{ 4417.45 3795.83 49@B3_Amonts_03.B3_Amonts}
{ 4712.28 3811.28 50@B3_Amonts_03.B3_Amonts}
{ 4922.21 3658.76 51@B3_Amonts_03.B3_Amonts}
{ 5108.72 3496.63 52@B3_Amonts_03.B3_Amonts}
{ 5302.19 3500.01 53@B3_Amonts_03.B3_Amonts}
{ 5550.17 3526.07 54@B3_Amonts_03.B3_Amonts}
{ 6158.93 3494.17 55@B3_Amonts_03.B3_Amonts}
{ 6709.02 3513.38 56@B3_Amonts_03.B3_Amonts}
{ 6849.26 3558.95 57@B3_Amonts_03.B3_Amonts}
{ 6978.26 3593.51 58@B3_Amonts_03.B3_Amonts}
{ 7205.76 3633.63 59@B3_Amonts_03.B3_Amonts}
{ 7407.08 3714.96 60@B3_Amonts_03.B3_Amonts}
{ 7827.45 3929.15 61@B3_Amonts_03.B3_Amonts}
{ 8124.27 4049.08 62@B3_Amonts_03.B3_Amonts}
{ 8252.37 4108.81 63@B3_Amonts_03.B3_Amonts}
{ 8498.74 4009.27 64@B3_Amonts_03.B3_Amonts}
{ 8612.56 3972.29 65@B3_Amonts_03.B3_Amonts}
{ 9112.06 3998.46 66@B3_Amonts_03.B3_Amonts}
{ 9403.30 4044.59 67@B3_Amonts_03.B3_Amonts}
{ 9637.19 4060.95 68@B3_Amonts_03.B3_Amonts}
{ 9784.72 4114.64 69@B3_Amonts_03.B3_Amonts}
{ 9991.04 4229.01 70@B3_Amonts_03.B3_Amonts}
{ 10263.11 4276.98 71@B3_Amonts_03.B3_Amonts}
{ 10420.17 4371.36 72@B3_Amonts_03.B3_Amonts}
{ 10493.06 4388.18 73@B3_Amonts_03.B3_Amonts}
{ 10649.69 4515.03 74@B3_Amonts_03.B3_Amonts}
{ 11189.43 4477.28 75@B3_Amonts_03.B3_Amonts}
{ 11454.84 4543.46 76@B3_Amonts_03.B3_Amonts}
{ 11758.20 4564.67 77@B3_Amonts_03.B3_Amonts}
{ 12221.51 4688.81 78@B3_Amonts_03.B3_Amonts}
{ 12426.67 4614.14 79@B3_Amonts_03.B3_Amonts}
{ 12532.50 4604.88 80@B3_Amonts_03.B3_Amonts}
{ 12833.60 4674.40 81@B3_Amonts_03.B3_Amonts}
{ -7072.05 3406.89 A-42@B3_Amonts_01.B3_Amonts}
{ -7069.29 3439.17 J02@B3_Amonts_01.B3_Amonts}
{ -6842.52 3347.44 J03@B3_Amonts_01.B3_Amonts}
{ -6722.83 3140.35 J04@B3_Amonts_01.B3_Amonts}
{ -6509.84 3189.57 J05@B3_Amonts_01.B3_Amonts}
{ -6244.88 2797.05 J06@B3_Amonts_01.B3_Amonts}
{ -5995.28 2621.85 J07@B3_Amonts_01.B3_Amonts}
{ -5807.87 2354.53 J08@B3_Amonts_01.B3_Amonts}
{ -5581.89 2293.90 J09@B3_Amonts_01.B3_Amonts}
{ -5514.96 2271.06 J10@B3_Amonts_01.B3_Amonts}
{ -5157.09 2208.07 J11@B3_Amonts_01.B3_Amonts}
{ -5112.60 2014.37 J12@B3_Amonts_01.B3_Amonts}
{ -4949.61 1819.88 J13@B3_Amonts_01.B3_Amonts}
{ -4855.51 1836.81 J14@B3_Amonts_01.B3_Amonts}
{ -4855.51 1836.81 J15@B3_Amonts_01.B3_Amonts}
{ -4759.06 1756.10 J16@B3_Amonts_01.B3_Amonts}
{ -4666.14 1677.76 J17@B3_Amonts_01.B3_Amonts}
{ -4666.14 1677.76 J18@B3_Amonts_01.B3_Amonts}
{ -4520.87 1576.18 J19@B3_Amonts_01.B3_Amonts}
{ -4520.87 1576.18 J20@B3_Amonts_01.B3_Amonts}
{ -4377.56 1328.15 J21@B3_Amonts_01.B3_Amonts}
{ -4409.84 1289.96 J22@B3_Amonts_01.B3_Amonts}
{ -4239.37 1086.81 J23@B3_Amonts_01.B3_Amonts}
{ -4277.17 1009.25 J24@B3_Amonts_01.B3_Amonts}
{ -4382.68 920.67 J25@B3_Amonts_01.B3_Amonts}
{ -4399.21 859.65 J26@B3_Amonts_01.B3_Amonts}
{ -4218.50 775.39 J27@B3_Amonts_01.B3_Amonts}
{ -4143.31 700.20 J28@B3_Amonts_01.B3_Amonts}
{ -4029.13 658.86 J29@B3_Amonts_01.B3_Amonts}
{ -3899.21 514.37 J30@B3_Amonts_01.B3_Amonts}
{ -3789.37 558.86 J31@B3_Amonts_01.B3_Amonts}
{ -3815.75 369.09 J32@B3_Amonts_01.B3_Amonts}
{ -3804.33 259.25 J33@B3_Amonts_01.B3_Amonts}
{ -3883.86 271.85 J34@B3_Amonts_01.B3_Amonts}
{ -12478.35 -4361.61 V00@B3_Amonts_02.B3_Amonts}
{ -12478.35 -4361.61 V00b@B3_Amonts_02.B3_Amonts}
{ -12466.14 -4477.36 VA0@B3_Amonts_02.B3_Amonts}
{ -12572.05 -4492.32 VA1@B3_Amonts_02.B3_Amonts}
{ -12762.20 -4597.44 VA2@B3_Amonts_02.B3_Amonts}
{ -12833.46 -4688.78 VA3@B3_Amonts_02.B3_Amonts}
{ -12282.28 -4351.38 V01@B3_Amonts_02.B3_Amonts}
{ -12073.23 -4321.85 V02@B3_Amonts_02.B3_Amonts}
{ -11653.54 -4209.25 V03@B3_Amonts_02.B3_Amonts}
{ -11481.89 -4224.61 V04@B3_Amonts_02.B3_Amonts}
{ -11416.14 -4134.06 V05@B3_Amonts_02.B3_Amonts}
{ -11235.83 -4169.09 V06@B3_Amonts_02.B3_Amonts}
{ -11011.02 -4104.53 V07@B3_Amonts_02.B3_Amonts}
{ -10661.02 -3970.28 V08@B3_Amonts_02.B3_Amonts}
{ -10372.44 -3939.96 V09@B3_Amonts_02.B3_Amonts}
{ -10198.43 -3986.42 V10@B3_Amonts_02.B3_Amonts}
{ -10042.52 -3877.36 V11@B3_Amonts_02.B3_Amonts}
{ -9902.36 -3750.98 V12@B3_Amonts_02.B3_Amonts}
{ -9685.83 -3582.09 V13@B3_Amonts_02.B3_Amonts}
{ -9528.74 -3463.58 V14@B3_Amonts_02.B3_Amonts}
{ -9393.31 -3406.10 V15@B3_Amonts_02.B3_Amonts}
{ -9263.78 -3320.67 V16@B3_Amonts_02.B3_Amonts}
{ -9154.33 -3269.49 V17@B3_Amonts_02.B3_Amonts}
{ -8922.83 -3101.38 V18@B3_Amonts_02.B3_Amonts}
{ -8763.78 -3005.71 V19@B3_Amonts_02.B3_Amonts}
{ -8763.78 -3005.71 V20@B3_Amonts_02.B3_Amonts}
{ -8703.54 -2931.30 V21@B3_Amonts_02.B3_Amonts}
{ -8703.54 -2931.30 V22@B3_Amonts_02.B3_Amonts}
{ -8594.88 -2873.43 V23@B3_Amonts_02.B3_Amonts}
{ -8586.61 -2815.94 V24@B3_Amonts_02.B3_Amonts}
{ -8645.67 -2689.57 V25@B3_Amonts_02.B3_Amonts}
{ -8703.94 -2569.49 V26@B3_Amonts_02.B3_Amonts}
{ -8832.68 -2608.86 V27@B3_Amonts_02.B3_Amonts}
{ -9064.17 -2608.86 V28@B3_Amonts_02.B3_Amonts}
{ -9064.17 -2608.86 V29@B3_Amonts_02.B3_Amonts}
{ -9270.87 -2637.99 V30@B3_Amonts_02.B3_Amonts}
{ -9309.06 -2597.44 V31@B3_Amonts_02.B3_Amonts}
{ -9532.68 -2628.94 V32@B3_Amonts_02.B3_Amonts}
{ -9506.69 -2587.20 V33@B3_Amonts_02.B3_Amonts}
{ -9517.32 -2521.46 V34@B3_Amonts_02.B3_Amonts}
{ -9197.64 -2453.35 V35@B3_Amonts_02.B3_Amonts}
{ -9071.65 -2469.09 V36@B3_Amonts_02.B3_Amonts}
{ -8843.70 -2394.69 V37@B3_Amonts_02.B3_Amonts}
{ -8635.83 -2339.17 V38@B3_Amonts_02.B3_Amonts}
{ -10590.16 -4011.22 V08A@B3_Amonts_02.B3_Amonts}
{ -10590.16 -4011.22 V08B@B3_Amonts_02.B3_Amonts}
{ -10546.46 -4028.94 V08C@B3_Amonts_02.B3_Amonts}
{ -10541.73 -4073.03 V08D@B3_Amonts_02.B3_Amonts}
{ -8479.13 -2225.39 V39@B3_Amonts_02.B3_Amonts}
{ -8530.31 -2199.02 V40@B3_Amonts_02.B3_Amonts}
{ -8400.39 -2082.09 V41@B3_Amonts_02.B3_Amonts}
{ -8353.94 -2103.35 V42@B3_Amonts_02.B3_Amonts}
{ -8253.54 -1991.93 V43@B3_Amonts_02.B3_Amonts}
{ -8055.91 -1908.07 V44@B3_Amonts_02.B3_Amonts}
{ -7861.02 -1750.20 V45@B3_Amonts_02.B3_Amonts}
{ -7727.56 -1656.89 V46@B3_Amonts_02.B3_Amonts}
{ -7547.64 -1515.94 V47@B3_Amonts_02.B3_Amonts}
{ -7431.89 -1476.18 V48@B3_Amonts_02.B3_Amonts}
{ -7350.79 -1436.42 V49@B3_Amonts_02.B3_Amonts}
{ -7379.13 -1234.84 V50@B3_Amonts_02.B3_Amonts}
{ -7103.54 -1253.74 V51@B3_Amonts_02.B3_Amonts}
{ -6843.31 -1154.13 V52@B3_Amonts_02.B3_Amonts}
{ -6598.43 -1074.61 V53@B3_Amonts_02.B3_Amonts}
{ -6369.69 -977.36 V54@B3_Amonts_02.B3_Amonts}
{ -6286.61 -981.69 V55@B3_Amonts_02.B3_Amonts}
{ -6201.57 -934.45 V56@B3_Amonts_02.B3_Amonts}
{ -6144.49 -909.25 V57@B3_Amonts_02.B3_Amonts}
{ -5918.11 -767.91 V58@B3_Amonts_02.B3_Amonts}
{ -5789.37 -639.17 V59@B3_Amonts_02.B3_Amonts}
{ -5789.37 -639.17 V60@B3_Amonts_02.B3_Amonts}
{ -5663.39 -543.90 V61@B3_Amonts_02.B3_Amonts}
{ -5449.21 -439.57 V62@B3_Amonts_02.B3_Amonts}
{ -5335.83 -470.28 V63@B3_Amonts_02.B3_Amonts}
{ -5236.22 -441.54 V64@B3_Amonts_02.B3_Amonts}
{ -5173.62 -405.31 V65@B3_Amonts_02.B3_Amonts}
{ -5074.02 -403.74 V66@B3_Amonts_02.B3_Amonts}
{ -4805.51 -266.73 V67@B3_Amonts_02.B3_Amonts}
{ -4716.54 -186.42 V68@B3_Amonts_02.B3_Amonts}
{ -4575.98 -84.45 V69@B3_Amonts_02.B3_Amonts}
{ -4382.28 84.06 V70@B3_Amonts_02.B3_Amonts}
{ -4201.18 184.45 V71@B3_Amonts_02.B3_Amonts}
{ -3794.49 256.10 V72@B3_Amonts_02.B3_Amonts}
{ -3883.86 271.85 J34@B3_Amonts_02.B3_Amonts}
{ -3881.10 291.54 J34A@B3_Amonts_02.B3_Amonts}
{ -3621.65 337.20 J34B@B3_Amonts_02.B3_Amonts}
{ -3348.43 500.98 J34C@B3_Amonts_02.B3_Amonts}
{ -3247.64 456.10 J34D@B3_Amonts_02.B3_Amonts}
{ -5581.89 2293.90 J09@B3_Amonts_03.B3_Amonts}
{ -5581.89 2293.90 0@B3_Amonts_03.B3_Amonts}
{ -5525.20 2506.10 1@B3_Amonts_03.B3_Amonts}
{ -5315.35 2543.11 2@B3_Amonts_03.B3_Amonts}
{ -5051.57 2655.31 3@B3_Amonts_03.B3_Amonts}
{ -4838.98 2655.31 4@B3_Amonts_03.B3_Amonts}
{ -4508.27 2614.76 5@B3_Amonts_03.B3_Amonts}
{ -4294.88 2637.20 6@B3_Amonts_03.B3_Amonts}
{ -3869.69 2629.72 7@B3_Amonts_03.B3_Amonts}
{ -3356.69 2767.13 8@B3_Amonts_03.B3_Amonts}
{ -3598.43 3112.40 9@B3_Amonts_03.B3_Amonts}
{ -2947.24 3169.09 10@B3_Amonts_03.B3_Amonts}
{ -2740.16 3093.90 11@B3_Amonts_03.B3_Amonts}
{ -2567.72 3078.54 12@B3_Amonts_03.B3_Amonts}
{ -2365.35 3028.15 13@B3_Amonts_03.B3_Amonts}
{ -2267.72 3040.35 14@B3_Amonts_03.B3_Amonts}
{ -2194.09 3013.58 15@B3_Amonts_03.B3_Amonts}
{ -1864.57 3071.46 16@B3_Amonts_03.B3_Amonts}
{ -1606.30 2992.72 17@B3_Amonts_03.B3_Amonts}
{ -1033.46 2806.50 18@B3_Amonts_03.B3_Amonts}
{ -724.02 2641.93 19@B3_Amonts_03.B3_Amonts}
{ -398.43 2596.26 20@B3_Amonts_03.B3_Amonts}
{ -319.29 2697.44 21@B3_Amonts_03.B3_Amonts}
{ 135.83 2633.66 22@B3_Amonts_03.B3_Amonts}
{ 320.08 2388.78 23@B3_Amonts_03.B3_Amonts}
{ 293.31 2261.61 24@B3_Amonts_03.B3_Amonts}
{ 213.78 2134.84 25@B3_Amonts_03.B3_Amonts}
{ 592.91 2181.30 26@B3_Amonts_03.B3_Amonts}
{ 947.64 2181.30 27@B3_Amonts_03.B3_Amonts}
{ 1062.20 2245.08 28@B3_Amonts_03.B3_Amonts}
{ 1269.29 2308.07 29@B3_Amonts_03.B3_Amonts}
{ 1456.69 2285.24 30@B3_Amonts_03.B3_Amonts}
{ 1857.87 2306.10 31@B3_Amonts_03.B3_Amonts}
{ 2058.66 2306.10 32@B3_Amonts_03.B3_Amonts}
{ 2226.77 2264.37 33@B3_Amonts_03.B3_Amonts}
{ 2561.81 2335.63 34@B3_Amonts_03.B3_Amonts}
{ 2567.72 2452.95 35@B3_Amonts_03.B3_Amonts}
{ 2747.64 2609.25 36@B3_Amonts_03.B3_Amonts}
{ 2935.04 2656.10 37@B3_Amonts_03.B3_Amonts}
{ 3073.23 2756.10 38@B3_Amonts_03.B3_Amonts}
{ 3223.62 2912.01 39@B3_Amonts_03.B3_Amonts}
{ 3255.91 2984.84 39A@B3_Amonts_03.B3_Amonts}
{ 3307.48 3048.62 39B@B3_Amonts_03.B3_Amonts}
{ 3428.74 3035.63 39C@B3_Amonts_03.B3_Amonts}
{ 3300.79 3167.91 39D@B3_Amonts_03.B3_Amonts}
{ 3120.08 3149.02 39E@B3_Amonts_03.B3_Amonts}
{ 2830.31 3149.02 39F@B3_Amonts_03.B3_Amonts}
{ 2570.08 2938.39 39G@B3_Amonts_03.B3_Amonts}
{ 2407.48 2879.33 39H@B3_Amonts_03.B3_Amonts}
{ 2379.92 2813.58 39I@B3_Amonts_03.B3_Amonts}
{ 2391.73 2927.76 39J@B3_Amonts_03.B3_Amonts}
{ 2135.43 2891.54 39K@B3_Amonts_03.B3_Amonts}
{ 1951.18 3015.94 39L@B3_Amonts_03.B3_Amonts}
{ 1885.04 2991.93 39M@B3_Amonts_03.B3_Amonts}
{ 1636.61 3165.55 39N@B3_Amonts_03.B3_Amonts}
{ 1498.03 3180.12 39O@B3_Amonts_03.B3_Amonts}
{ 1230.71 3381.69 39P@B3_Amonts_03.B3_Amonts}
{ 818.11 3670.67 39Q@B3_Amonts_03.B3_Amonts}
{ 479.53 3850.59 39R@B3_Amonts_03.B3_Amonts}
{ 352.76 3826.18 39S@B3_Amonts_03.B3_Amonts}
{ 224.41 3843.90 39T@B3_Amonts_03.B3_Amonts}
{ 177.17 3925.79 39U@B3_Amonts_03.B3_Amonts}
{ 2206.69 2876.57 39V@B3_Amonts_03.B3_Amonts}
{ 3273.23 3009.25 40@B3_Amonts_03.B3_Amonts}
{ 3562.99 3163.19 41@B3_Amonts_03.B3_Amonts}
{ 3653.54 3245.08 42@B3_Amonts_03.B3_Amonts}
{ 3793.31 3307.28 43@B3_Amonts_03.B3_Amonts}
{ 3667.72 3300.59 44@B3_Amonts_03.B3_Amonts}
{ 3851.97 3420.28 45@B3_Amonts_03.B3_Amonts}
{ 4013.39 3541.93 46@B3_Amonts_03.B3_Amonts}
{ 4088.19 3511.61 47@B3_Amonts_03.B3_Amonts}
{ 4207.87 3688.78 48@B3_Amonts_03.B3_Amonts}
{ 4417.32 3795.87 49@B3_Amonts_03.B3_Amonts}
{ 4712.20 3811.22 50@B3_Amonts_03.B3_Amonts}
{ 4922.05 3658.86 51@B3_Amonts_03.B3_Amonts}
{ 5108.66 3496.65 52@B3_Amonts_03.B3_Amonts}
{ 5302.36 3499.80 53@B3_Amonts_03.B3_Amonts}
{ 5550.00 3526.18 54@B3_Amonts_03.B3_Amonts}
{ 6159.06 3494.29 55@B3_Amonts_03.B3_Amonts}
{ 6709.06 3513.19 56@B3_Amonts_03.B3_Amonts}
{ 6849.21 3558.86 57@B3_Amonts_03.B3_Amonts}
{ 6978.35 3593.50 58@B3_Amonts_03.B3_Amonts}
{ 7205.91 3633.66 59@B3_Amonts_03.B3_Amonts}
{ 7407.09 3714.76 60@B3_Amonts_03.B3_Amonts}
{ 7827.56 3928.94 61@B3_Amonts_03.B3_Amonts}
{ 8124.41 4049.02 62@B3_Amonts_03.B3_Amonts}
{ 8252.36 4108.86 63@B3_Amonts_03.B3_Amonts}
{ 8498.82 4009.25 64@B3_Amonts_03.B3_Amonts}
{ 8612.60 3972.24 65@B3_Amonts_03.B3_Amonts}
{ 9112.20 3998.23 66@B3_Amonts_03.B3_Amonts}
{ 9403.15 4044.69 67@B3_Amonts_03.B3_Amonts}
{ 9637.01 4060.83 68@B3_Amonts_03.B3_Amonts}
{ 9784.65 4114.76 69@B3_Amonts_03.B3_Amonts}
{ 9990.94 4228.94 70@B3_Amonts_03.B3_Amonts}
{ 10262.99 4276.97 71@B3_Amonts_03.B3_Amonts}
{ 10420.08 4371.46 72@B3_Amonts_03.B3_Amonts}
{ 10492.91 4387.99 73@B3_Amonts_03.B3_Amonts}
{ 10649.61 4515.16 74@B3_Amonts_03.B3_Amonts}
{ 11189.37 4477.36 75@B3_Amonts_03.B3_Amonts}
{ 11454.72 4543.50 76@B3_Amonts_03.B3_Amonts}
{ 11758.27 4564.76 77@B3_Amonts_03.B3_Amonts}
{ 12221.65 4688.78 78@B3_Amonts_03.B3_Amonts}
{ 12426.77 4613.98 79@B3_Amonts_03.B3_Amonts}
{ 12532.68 4604.92 80@B3_Amonts_03.B3_Amonts}
{ 12833.46 4674.21 81@B3_Amonts_03.B3_Amonts}
}
set XVIshots {
{ -7072.15 3407.10 -7069.29 3439.07 -7072.15 3407.10 -7069.29 3439.07 -7069.29 3439.07 -7072.15 3407.10}
{ -7069.29 3439.07 -6842.35 3347.38 -7069.29 3439.07 -6838.37 3357.24 -6858.43 3307.59 -7069.29 3439.07}
{ -6842.35 3347.38 -6722.97 3140.60 -6833.15 3352.70 -6604.32 3209.11 -6773.77 3111.27 -6879.52 3325.92}
{ -6722.97 3140.60 -6510.00 3189.77 -6753.79 3274.10 -6512.66 3201.28 -6470.15 3017.15 -6709.77 3083.44}
{ -6510.00 3189.77 -6245.01 2796.91 -6500.21 3196.38 -6203.23 2825.09 -6245.01 2796.91 -6656.88 3090.70}
{ -6245.01 2796.91 -5995.09 2621.91 -6216.11 2838.19 -5990.57 2628.36 -6026.02 2577.73 -6245.01 2796.91}
{ -5995.09 2621.91 -5807.95 2354.65 -5988.64 2626.43 -5767.32 2383.11 -5807.95 2354.65 -6039.27 2590.98}
{ -5807.95 2354.65 -5582.06 2294.13 -5795.11 2402.57 -5568.50 2344.70 -5585.83 2280.06 -5807.95 2354.65}
{ -5582.06 2294.13 -5514.98 2271.03 -5565.01 2343.64 -5508.57 2289.64 -5521.39 2252.42 -5586.80 2280.35}
{ -5514.98 2271.03 -5157.21 2207.94 -5511.56 2290.41 -5157.21 2207.94 -5162.68 2176.93 -5518.39 2251.64}
{ -5157.21 2207.94 -5112.50 2014.29 -5157.21 2207.94 -5077.21 2022.43 -5122.86 2011.89 -5187.90 2200.86}
{ -5112.50 2014.29 -4949.57 1820.11 -5084.75 2037.57 -4910.06 1853.26 -4973.70 1799.87 -5120.64 2007.45}
{ -4949.57 1820.11 -4855.35 1836.73 -4958.53 1870.90 -4857.81 1850.68 -4849.47 1803.38 -4944.10 1789.10}
{ -4855.35 1836.73 -4855.35 1836.73 -4841.18 1836.73 -4821.10 1836.73 -4855.35 1836.73 -4889.21 1836.73}
{ -4855.35 1836.73 -4759.13 1755.99 -4833.34 1862.96 -4756.10 1759.61 -4781.66 1729.15 -4855.35 1836.73}
{ -4759.13 1755.99 -4665.93 1677.78 -4756.10 1759.61 -4652.77 1693.46 -4668.96 1674.16 -4781.66 1729.15}
{ -4665.93 1677.78 -4665.93 1677.78 -4645.45 1677.78 -4665.93 1677.78 -4675.77 1677.78 -4670.65 1677.78}
{ -4665.93 1677.78 -4520.87 1576.21 -4665.93 1677.78 -4520.87 1576.21 -4546.39 1539.77 -4671.57 1669.72}
{ -4520.87 1576.21 -4520.87 1576.21 -4520.87 1554.16 -4476.39 1554.16 -4476.39 1674.64 -4520.87 1674.64}
{ -4520.87 1576.21 -4377.69 1328.21 -4520.87 1576.21 -4377.69 1328.21 -4417.92 1304.99 -4520.87 1576.21}
{ -4377.69 1328.21 -4409.82 1289.92 -4377.69 1328.21 -4379.66 1264.62 -4409.82 1289.92 -4413.28 1358.08}
{ -4409.82 1289.92 -4239.41 1086.84 -4379.66 1315.23 -4232.18 1092.91 -4255.70 1073.17 -4409.82 1289.92}
{ -4239.41 1086.84 -4277.30 1009.16 -4230.92 1082.70 -4277.30 1009.16 -4304.90 1022.62 -4258.52 1096.16}
{ -4277.30 1009.16 -4382.81 920.63 -4277.30 1009.16 -4368.89 904.04 -4385.85 924.25 -4297.04 1032.68}
{ -4382.81 920.63 -4399.10 859.83 -4361.89 915.02 -4399.10 859.83 -4425.72 866.97 -4387.37 921.85}
{ -4399.10 859.83 -4218.30 775.53 -4399.10 859.83 -4218.30 775.53 -4223.29 764.82 -4410.75 834.86}
{ -4218.30 775.53 -4143.19 700.42 -4218.30 775.53 -4132.05 711.55 -4158.50 685.10 -4226.65 767.18}
{ -4143.19 700.42 -4029.21 658.93 -4137.80 715.21 -4018.44 688.53 -4031.23 653.38 -4150.60 680.07}
{ -4029.21 658.93 -3899.20 514.54 -4005.80 680.00 -3887.50 525.08 -3899.20 514.54 -4033.60 654.98}
{ -3899.20 514.54 -3789.24 558.97 -3905.10 529.14 -3811.36 613.73 -3777.44 529.77 -3899.20 514.54}
{ -3789.24 558.97 -3815.89 369.33 -3730.76 550.75 -3793.28 366.15 -3889.19 379.63 -3820.43 563.35}
{ -3815.89 369.33 -3804.33 259.31 -3793.18 371.71 -3788.67 260.96 -3835.65 256.02 -3889.50 361.59}
{ -3804.33 259.31 -3883.84 271.90 -3806.79 243.76 -3895.73 196.86 -3878.30 306.90 -3799.40 290.42}
{ -12478.33 -4361.47 -12478.33 -4361.47 -12555.89 -4391.39 -12478.33 -4391.39 -12478.33 -4286.27 -12555.89 -4286.27}
{ -12478.33 -4361.47 -12466.17 -4477.20 -12401.20 -4353.36 -12466.17 -4477.20 -12528.81 -4483.79 -12478.33 -4361.47}
{ -12466.17 -4477.20 -12572.18 -4492.10 -12466.17 -4477.20 -12569.99 -4507.70 -12573.00 -4486.26 -12474.93 -4414.82}
{ -12572.18 -4492.10 -12762.20 -4597.43 -12564.55 -4505.88 -12752.66 -4614.65 -12762.20 -4597.43 -12575.04 -4486.94}
{ -12762.20 -4597.43 -12833.60 -4688.81 -12746.69 -4609.55 -12824.29 -4696.09 -12842.90 -4681.54 -12762.20 -4597.43}
{ -12478.33 -4361.47 -12282.35 -4351.19 -12478.95 -4349.67 -12282.97 -4339.40 -12282.35 -4351.19 -12478.33 -4361.47}
{ -12282.35 -4351.19 -12073.12 -4321.79 -12284.00 -4339.50 -12074.49 -4312.04 -12073.12 -4321.79 -12282.35 -4351.19}
{ -12073.12 -4321.79 -11653.48 -4209.35 -12075.67 -4312.28 -11653.48 -4209.35 -11645.84 -4237.87 -12073.12 -4321.79}
{ -11653.48 -4209.35 -11481.80 -4224.37 -11653.48 -4209.35 -11471.16 -4102.78 -11481.80 -4224.37 -11656.05 -4238.76}
{ -11481.80 -4224.37 -11416.10 -4133.94 -11580.54 -4152.63 -11416.10 -4133.94 -11376.28 -4162.86 -11481.80 -4224.37}
{ -11416.10 -4133.94 -11235.87 -4168.97 -11416.10 -4133.94 -11230.38 -4140.76 -11235.87 -4168.97 -11425.49 -4182.25}
{ -11235.87 -4168.97 -11010.86 -4104.45 -11243.79 -4141.34 -11020.19 -4071.90 -11005.98 -4121.48 -11235.87 -4168.97}
{ -11010.86 -4104.45 -10661.16 -3970.21 -11022.99 -4072.84 -10661.16 -3970.21 -10653.26 -3990.80 -11004.51 -4120.99}
{ -10661.16 -3970.21 -10372.37 -3939.86 -10661.16 -3970.21 -10372.37 -3939.86 -10368.01 -3981.36 -10658.85 -3992.14}
{ -10372.37 -3939.86 -10198.32 -3986.50 -10372.37 -3939.86 -10186.10 -3940.86 -10198.32 -3986.50 -10383.18 -3980.17}
{ -10198.32 -3986.50 -10042.49 -3877.38 -10225.42 -3947.80 -10052.88 -3862.55 -10042.49 -3877.38 -10198.32 -3986.50}
{ -10042.49 -3877.38 -9902.24 -3751.10 -10054.61 -3863.92 -9907.51 -3745.25 -9886.44 -3768.66 -10042.49 -3877.38}
{ -9902.24 -3751.10 -9685.99 -3582.15 -9907.09 -3744.90 -9700.29 -3563.85 -9685.99 -3582.15 -9887.70 -3769.72}
{ -9685.99 -3582.15 -9528.81 -3463.70 -9699.97 -3563.60 -9528.81 -3463.70 -9513.17 -3484.45 -9685.99 -3582.15}
{ -9528.81 -3463.70 -9393.29 -3406.18 -9528.81 -3463.70 -9406.21 -3375.74 -9393.29 -3406.18 -9518.65 -3487.62}
{ -9393.29 -3406.18 -9263.92 -3320.55 -9411.54 -3378.60 -9263.92 -3320.55 -9253.71 -3335.98 -9393.29 -3406.18}
{ -9263.92 -3320.55 -9154.45 -3269.50 -9263.92 -3320.55 -9162.44 -3252.38 -9154.45 -3269.50 -9256.10 -3337.32}
{ -9154.45 -3269.50 -8922.82 -3101.22 -9165.56 -3254.22 -8933.70 -3086.25 -8915.88 -3110.77 -9154.45 -3269.50}
{ -8922.82 -3101.22 -8763.68 -3005.60 -8932.35 -3085.36 -8775.04 -2986.70 -8758.21 -3014.71 -8916.74 -3111.34}
{ -8763.68 -3005.60 -8763.68 -3005.60 -8785.73 -3005.60 -8753.05 -3005.60 -8753.05 -2946.54 -8785.73 -2946.54}
{ -8763.68 -3005.60 -8703.56 -2931.35 -8763.68 -3005.60 -8703.56 -2931.35 -8659.81 -2966.78 -8763.68 -3005.60}
{ -8703.56 -2931.35 -8703.56 -2931.35 -8703.56 -3001.82 -8647.26 -3001.82 -8647.26 -2768.75 -8703.56 -2768.75}
{ -8703.56 -2931.35 -8594.67 -2873.46 -8703.56 -2931.35 -8624.80 -2816.79 -8594.67 -2873.46 -8703.56 -2931.35}
{ -8594.67 -2873.46 -8586.61 -2816.07 -8658.22 -2864.52 -8618.19 -2811.63 -8586.61 -2816.07 -8594.67 -2873.46}
{ -8586.61 -2816.07 -8645.67 -2689.42 -8615.51 -2829.55 -8645.67 -2689.42 -8593.93 -2665.30 -8586.61 -2816.07}
{ -8645.67 -2689.42 -8704.11 -2569.59 -8645.67 -2689.42 -8737.37 -2585.82 -8704.11 -2569.59 -8594.36 -2664.40}
{ -8704.11 -2569.59 -8832.59 -2608.88 -8693.29 -2604.99 -8832.59 -2608.88 -8841.57 -2579.51 -8704.11 -2569.59}
{ -8832.59 -2608.88 -9064.31 -2608.88 -8832.59 -2608.88 -9064.31 -2608.88 -9064.31 -2580.14 -8832.59 -2578.17}
{ -9064.31 -2608.88 -9064.31 -2608.88 -9064.31 -2750.61 -9035.57 -2750.61 -9035.57 -2518.72 -9064.31 -2518.72}
{ -9064.31 -2608.88 -9270.97 -2637.92 -9064.31 -2608.88 -9270.97 -2637.92 -9275.96 -2602.44 -9064.31 -2608.88}
{ -9270.97 -2637.92 -9308.93 -2597.22 -9270.97 -2637.92 -9317.28 -2605.01 -9299.42 -2588.36 -9244.77 -2613.49}
{ -9308.93 -2597.22 -9532.85 -2628.69 -9307.34 -2608.53 -9532.03 -2634.54 -9533.67 -2622.84 -9310.73 -2584.35}
{ -9532.85 -2628.69 -9506.78 -2586.96 -9537.86 -2625.56 -9506.78 -2586.96 -9469.05 -2610.54 -9527.84 -2631.82}
{ -9506.78 -2586.96 -9517.16 -2521.40 -9506.78 -2586.96 -9535.05 -2524.24 -9517.16 -2521.40 -9462.84 -2580.00}
{ -9517.16 -2521.40 -9197.58 -2453.48 -9520.92 -2503.69 -9197.58 -2453.48 -9191.85 -2480.43 -9517.16 -2521.40}
{ -9197.58 -2453.48 -9071.83 -2468.92 -9197.58 -2453.48 -9068.47 -2441.56 -9071.83 -2468.92 -9200.93 -2480.83}
{ -9071.83 -2468.92 -8843.79 -2394.82 -9080.34 -2442.71 -8843.79 -2394.82 -8835.64 -2419.91 -9071.83 -2468.92}
{ -8843.79 -2394.82 -8635.68 -2339.06 -8843.79 -2394.82 -8646.18 -2299.89 -8633.54 -2347.05 -8836.96 -2420.30}
{ -10661.16 -3970.21 -10589.95 -4011.33 -10661.16 -3970.21 -10589.95 -4011.33 -10589.95 -4011.33 -10672.18 -3989.31}
{ -10589.95 -4011.33 -10589.95 -4011.33 -10605.70 -4011.33 -10578.14 -4011.33 -10578.14 -4011.33 -10605.70 -4011.33}
{ -10589.95 -4011.33 -10546.27 -4028.97 -10584.05 -3996.72 -10517.51 -3957.79 -10611.16 -4189.59 -10594.37 -4022.28}
{ -10546.27 -4028.97 -10541.62 -4073.17 -10469.92 -4020.95 -10533.79 -4072.35 -10557.28 -4074.81 -10718.55 -4047.08}
{ -8635.68 -2339.06 -8478.92 -2225.17 -8659.52 -2306.25 -8493.96 -2204.46 -8464.57 -2244.92 -8630.82 -2345.75}
{ -8478.92 -2225.17 -8530.33 -2198.97 -8490.54 -2247.97 -8578.41 -2293.34 -8453.65 -2048.48 -8467.84 -2203.42}
{ -8530.33 -2198.97 -8400.27 -2081.86 -8601.20 -2120.27 -8402.90 -2078.94 -8374.98 -2109.95 -8417.32 -2324.49}
{ -8400.27 -2081.86 -8353.99 -2103.44 -8398.60 -2078.29 -8330.37 -2052.77 -8353.99 -2103.44 -8416.24 -2116.12}
{ -8353.99 -2103.44 -8253.50 -1991.83 -8395.54 -2066.03 -8253.50 -1991.83 -8226.87 -2015.80 -8353.99 -2103.44}
{ -8253.50 -1991.83 -8056.02 -1908.00 -8253.50 -1991.83 -8063.40 -1890.61 -8056.02 -1908.00 -8239.50 -2024.81}
{ -8056.02 -1908.00 -7860.84 -1749.95 -8067.91 -1893.32 -7860.84 -1749.95 -7850.19 -1763.11 -8056.02 -1908.00}
{ -7860.84 -1749.95 -7727.68 -1656.71 -7860.84 -1749.95 -7727.68 -1656.71 -7718.65 -1669.61 -7851.13 -1763.82}
{ -7727.68 -1656.71 -7547.65 -1516.06 -7727.68 -1656.71 -7547.65 -1516.06 -7502.33 -1574.07 -7717.99 -1669.12}
{ -7547.65 -1516.06 -7431.88 -1476.19 -7547.65 -1516.06 -7431.88 -1476.19 -7420.60 -1508.95 -7523.68 -1585.67}
{ -7431.88 -1476.19 -7350.61 -1436.55 -7431.88 -1476.19 -7372.18 -1392.32 -7350.61 -1436.55 -7416.70 -1507.33}
{ -7350.61 -1436.55 -7378.99 -1234.60 -7399.34 -1443.40 -7378.99 -1234.60 -7156.77 -1203.37 -7350.61 -1436.55}
{ -7378.99 -1234.60 -7103.45 -1253.87 -7378.99 -1234.60 -7101.92 -1231.87 -7103.45 -1253.87 -7394.65 -1458.46}
{ -7103.45 -1253.87 -6843.22 -1153.97 -7111.36 -1233.28 -6849.71 -1137.06 -6843.22 -1153.97 -7103.45 -1253.87}
{ -6843.22 -1153.97 -6598.49 -1074.45 -6848.81 -1136.75 -6605.18 -1053.86 -6596.06 -1081.94 -6843.22 -1153.97}
{ -6598.49 -1074.45 -6369.76 -977.36 -6606.95 -1054.52 -6369.76 -977.36 -6360.53 -999.11 -6595.41 -1081.70}
{ -6369.76 -977.36 -6286.62 -981.72 -6369.76 -977.36 -6285.96 -969.14 -6286.62 -981.72 -6371.00 -1000.95}
{ -6286.62 -981.72 -6201.55 -934.57 -6292.72 -970.70 -6201.55 -934.57 -6187.23 -960.39 -6286.62 -981.72}
{ -6201.55 -934.57 -6144.51 -909.17 -6201.55 -934.57 -6164.37 -864.58 -6144.51 -909.17 -6189.54 -961.54}
{ -6144.51 -909.17 -5918.11 -767.70 -6170.38 -867.77 -5918.11 -767.70 -5903.09 -791.74 -6144.51 -909.17}
{ -5918.11 -767.70 -5789.46 -639.05 -5918.11 -767.70 -5789.46 -639.05 -5772.48 -656.03 -5898.07 -787.75}
{ -5789.46 -639.05 -5789.46 -639.05 -5803.24 -800.86 -5765.45 -800.86 -5765.45 -535.51 -5803.24 -535.51}
{ -5789.46 -639.05 -5663.36 -544.03 -5797.75 -628.05 -5675.68 -527.68 -5657.44 -551.89 -5783.54 -646.91}
{ -5663.36 -544.03 -5449.39 -439.67 -5672.33 -525.63 -5452.84 -432.59 -5440.41 -458.07 -5659.04 -552.87}
{ -5449.39 -439.67 -5335.96 -470.06 -5447.35 -432.06 -5326.38 -434.31 -5335.96 -470.06 -5454.69 -459.44}
{ -5335.96 -470.06 -5236.40 -441.51 -5346.16 -434.49 -5245.73 -408.96 -5228.15 -470.27 -5335.96 -470.06}
{ -5236.40 -441.51 -5173.60 -405.26 -5253.33 -412.19 -5175.57 -401.85 -5140.73 -462.20 -5221.44 -467.42}
{ -5173.60 -405.26 -5074.08 -403.52 -5173.67 -401.32 -5074.15 -399.58 -5073.53 -435.01 -5172.45 -470.99}
{ -5074.08 -403.52 -4805.56 -266.70 -5075.87 -400.01 -4820.40 -237.58 -4805.56 -266.70 -5059.78 -431.58}
{ -4805.56 -266.70 -4716.42 -186.44 -4827.43 -242.42 -4716.42 -186.44 -4687.97 -218.04 -4805.56 -266.70}
{ -4716.42 -186.44 -4576.02 -84.43 -4716.42 -186.44 -4576.02 -84.43 -4565.14 -99.40 -4691.43 -220.84}
{ -4576.02 -84.43 -4382.14 84.11 -4576.02 -84.43 -4390.40 93.62 -4365.35 64.80 -4563.88 -98.39}
{ -4382.14 84.11 -4201.32 184.34 -4388.24 95.13 -4221.93 221.53 -4167.15 122.70 -4369.73 61.73}
{ -4201.32 184.34 -3794.28 256.11 -4208.70 226.21 -3795.64 263.87 -3790.04 232.07 -4189.08 114.94}
{ -3794.28 256.11 -3883.84 271.90 -3795.64 248.36 -3883.84 271.90 -3883.84 271.90 -3790.04 280.15}
{ -3883.84 271.90 -3881.10 291.40 -3883.84 271.90 -3903.71 294.58 -3753.61 273.48 -3883.84 271.90}
{ -3881.10 291.40 -3621.49 337.17 -3885.07 313.89 -3626.34 364.70 -3621.49 337.17 -3858.75 164.61}
{ -3621.49 337.17 -3348.51 501.20 -3635.88 361.13 -3352.56 507.95 -3332.49 474.54 -3621.49 337.17}
{ -3348.51 501.20 -3247.44 456.20 -3345.30 508.39 -3222.62 511.95 -3249.04 452.60 -3361.16 472.78}
{ -5582.06 2294.13 -5582.06 2294.13 -5613.55 2219.32 -5530.87 2219.32 -5530.87 2408.30 -5613.55 2408.30}
{ -5582.06 2294.13 -5525.21 2506.28 -5612.48 2302.28 -5559.44 2515.45 -5498.59 2499.14 -5532.62 2280.88}
{ -5525.21 2506.28 -5315.49 2543.26 -5531.36 2541.17 -5325.06 2597.54 -5306.60 2492.85 -5520.43 2479.13}
{ -5315.49 2543.26 -5051.38 2655.36 -5337.02 2593.99 -5065.23 2687.98 -5045.23 2640.86 -5295.49 2496.14}
{ -5051.38 2655.36 -4838.78 2655.36 -5051.38 2690.79 -4838.78 2675.05 -4838.78 2635.68 -5051.38 2639.61}
{ -4838.78 2655.36 -4508.23 2614.77 -4836.38 2674.90 -4503.91 2649.94 -4510.63 2595.24 -4841.18 2635.82}
{ -4508.23 2614.77 -4294.80 2637.21 -4511.93 2650.01 -4296.86 2656.78 -4293.16 2621.54 -4506.17 2595.20}
{ -4294.80 2637.21 -3869.75 2629.79 -4294.46 2656.89 -3868.79 2684.90 -3871.06 2555.00 -4295.08 2621.46}
{ -3869.75 2629.79 -3356.68 2767.26 -3884.02 2683.03 -3360.76 2782.48 -3351.58 2748.25 -3850.39 2557.53}
{ -3356.68 2767.26 -3598.27 3112.29 -3369.58 2758.23 -3604.72 3107.77 -3559.57 3139.39 -3340.55 2778.56}
{ -3598.27 3112.29 -2947.31 3169.24 -3598.95 3120.13 -2948.68 3184.93 -2945.59 3149.63 -3594.15 3065.22}
{ -2947.31 3169.24 -2740.17 3093.84 -2941.92 3184.04 -2740.17 3093.84 -2749.59 3067.95 -2954.04 3150.74}
{ -2740.17 3093.84 -2567.60 3078.75 -2740.17 3093.84 -2566.57 3090.51 -2568.97 3063.06 -2742.57 3066.39}
{ -2567.60 3078.75 -2365.26 3028.30 -2564.74 3090.21 -2361.45 3043.58 -2369.07 3013.02 -2571.41 3063.47}
{ -2365.26 3028.30 -2267.56 3040.29 -2367.18 3043.93 -2268.52 3048.11 -2266.13 3028.57 -2363.34 3012.67}
{ -2267.56 3040.29 -2193.98 3013.51 -2264.87 3047.69 -2184.55 3039.41 -2199.36 2998.71 -2271.60 3029.19}
{ -2193.98 3013.51 -1864.42 3071.62 -2198.76 3040.65 -1866.13 3081.31 -1862.71 3061.93 -2191.24 2998.00}
{ -1864.42 3071.62 -1606.21 2992.68 -1861.54 3081.03 -1599.31 3015.27 -1613.12 2970.09 -1867.29 3062.21}
{ -1606.21 2992.68 -1033.33 2806.54 -1598.91 3015.15 -1029.68 2817.77 -1040.63 2784.07 -1613.51 2970.21}
{ -1033.33 2806.54 -723.92 2642.02 -1027.79 2816.97 -718.37 2652.45 -731.31 2628.12 -1044.42 2785.68}
{ -723.92 2642.02 -398.22 2596.25 -722.27 2653.72 -392.20 2639.13 -409.73 2514.38 -726.11 2626.43}
{ -398.22 2596.25 -319.14 2697.47 -432.35 2622.91 -334.65 2709.59 -312.93 2692.62 -333.07 2545.35}
{ -319.14 2697.47 135.90 2633.52 -316.40 2716.96 138.64 2653.01 132.06 2606.23 -320.23 2689.67}
{ 135.90 2633.52 320.26 2388.87 151.62 2645.37 364.28 2422.04 313.97 2384.13 113.89 2616.93}
{ 320.26 2388.87 293.24 2261.78 374.17 2377.41 302.87 2259.74 283.62 2263.83 312.55 2390.50}
{ 293.24 2261.78 213.97 2134.91 301.59 2256.57 270.72 2099.44 197.27 2145.34 284.90 2267.00}
{ 213.97 2134.91 592.95 2181.44 205.81 2201.34 590.55 2200.98 595.83 2158.00 216.36 2115.37}
{ 592.95 2181.44 947.73 2181.44 592.95 2201.13 947.73 2197.19 947.73 2157.82 592.95 2157.82}
{ 947.73 2181.44 1062.35 2244.98 940.10 2195.22 1054.72 2258.75 1071.89 2227.76 959.18 2160.78}
{ 1062.35 2244.98 1269.39 2308.28 1057.75 2260.04 1265.94 2319.57 1272.85 2296.98 1068.11 2226.15}
{ 1269.39 2308.28 1456.85 2285.26 1270.83 2320.00 1458.29 2296.98 1455.41 2273.54 1267.95 2296.56}
{ 1456.85 2285.26 1857.81 2306.28 1456.23 2297.06 1857.19 2318.07 1858.43 2294.48 1457.47 2273.47}
{ 1857.81 2306.28 2058.57 2306.28 1857.81 2318.09 2058.57 2318.09 2058.57 2294.46 1857.81 2294.46}
{ 2058.57 2306.28 2226.65 2264.37 2061.42 2317.74 2230.46 2279.65 2220.94 2241.45 2055.71 2294.82}
{ 2226.65 2264.37 2561.69 2335.58 2223.38 2279.77 2557.59 2354.84 2564.96 2320.18 2231.56 2241.26}
{ 2561.69 2335.58 2567.83 2452.88 2542.03 2336.61 2567.83 2452.88 2607.15 2450.82 2577.41 2334.76}
{ 2567.83 2452.88 2747.77 2609.30 2567.83 2452.88 2740.02 2618.22 2799.43 2549.88 2593.66 2423.17}
{ 2747.77 2609.30 2935.05 2656.00 2744.92 2620.76 2933.14 2663.64 2938.86 2640.72 2766.82 2532.90}
{ 2935.05 2656.00 3073.06 2756.27 2930.42 2662.37 3067.28 2764.23 3078.85 2748.31 2944.31 2643.26}
{ 3073.06 2756.27 3223.64 2912.20 3065.98 2763.11 3175.50 2958.69 3260.46 2876.64 3080.14 2749.43}
{ 3223.64 2912.20 3256.00 2984.87 3162.50 2939.42 3227.22 2997.68 3256.00 2984.87 3270.40 2891.38}
{ 3256.00 2984.87 3307.52 3048.50 3231.52 3004.69 3289.16 3063.36 3322.82 3036.11 3256.00 2984.87}
{ 3428.83 3035.75 3307.52 3048.50 3428.83 3035.75 3307.52 3048.50 3309.17 3064.16 3430.47 3051.41}
{ 3428.83 3035.75 3300.99 3168.12 3428.83 3035.75 3278.33 3146.25 3300.99 3168.12 3440.15 3046.69}
{ 3300.99 3168.12 3120.01 3149.10 3304.28 3136.80 3121.25 3137.36 3118.78 3160.85 3300.99 3168.12}
{ 3120.01 3149.10 2830.27 3149.10 3120.01 3137.29 2830.27 3117.61 2830.27 3149.10 3120.01 3160.91}
{ 2830.27 3149.10 2570.20 2938.50 2850.09 3124.63 2570.20 2938.50 2555.34 2956.86 2830.27 3149.10}
{ 2570.20 2938.50 2407.64 2879.34 2570.20 2938.50 2417.07 2853.44 2407.64 2879.34 2562.12 2960.70}
{ 2407.64 2879.34 2379.76 2813.65 2433.01 2868.57 2448.62 2784.42 2361.64 2821.34 2407.64 2879.34}
{ 2379.76 2813.65 2391.75 2927.76 2305.37 2821.47 2360.43 2931.06 2407.42 2926.12 2399.34 2811.59}
{ 2391.75 2927.76 2135.42 2891.74 2396.14 2896.58 2138.71 2868.35 2131.58 2919.03 2389.56 2943.36}
{ 2135.42 2891.74 1951.19 3016.01 2122.21 2872.16 1942.38 3002.95 1951.19 3016.01 2150.83 2914.59}
{ 1951.19 3016.01 1884.96 2991.90 1956.57 3001.21 1884.96 2991.90 1875.53 3017.80 1951.19 3016.01}
{ 1884.96 2991.90 1636.78 3165.67 1884.96 2991.90 1620.98 3143.10 1636.78 3165.67 1900.77 3014.48}
{ 1636.78 3165.67 1497.97 3180.26 1633.90 3138.27 1497.76 3178.31 1500.85 3207.67 1636.78 3165.67}
{ 1497.97 3180.26 1230.71 3381.66 1496.78 3178.69 1218.86 3365.94 1230.71 3381.66 1514.55 3202.27}
{ 1230.71 3381.66 818.16 3670.53 1219.42 3365.53 804.61 3651.18 818.16 3670.53 1230.71 3381.66}
{ 818.16 3670.53 479.36 3850.67 807.07 3649.67 464.57 3822.86 497.84 3885.43 818.16 3670.53}
{ 479.36 3850.67 352.78 3826.07 485.37 3819.75 352.78 3826.07 349.77 3841.53 471.85 3889.32}
{ 352.78 3826.07 224.43 3844.10 352.78 3826.07 224.43 3844.10 227.17 3863.60 354.97 3841.66}
{ 224.43 3844.10 177.19 3925.93 224.43 3844.10 153.32 3912.15 177.19 3925.93 241.48 3853.95}
{ 2379.76 2813.65 2206.54 2876.69 2354.17 2743.36 2194.42 2843.40 2206.54 2876.69 2386.49 2832.14}
{ 3223.64 2912.20 3273.07 3009.21 3164.01 2942.58 3266.05 3012.78 3290.61 3000.27 3269.24 2888.96}
{ 3273.07 3009.21 3563.12 3163.43 3269.37 3016.16 3552.03 3184.29 3570.51 3149.52 3282.31 2991.83}
{ 3563.12 3163.43 3653.69 3244.98 3547.31 3180.98 3651.06 3247.91 3672.13 3224.50 3573.65 3151.73}
{ 3653.69 3244.98 3793.43 3307.20 3652.09 3248.58 3769.41 3361.15 3798.23 3296.41 3664.90 3219.81}
{ 3793.43 3307.20 3667.69 3300.61 3796.52 3248.22 3668.10 3292.74 3666.66 3320.27 3792.81 3318.99}
{ 3667.69 3300.61 3851.89 3420.23 3663.40 3307.21 3847.60 3426.83 3862.61 3403.72 3678.41 3284.10}
{ 3851.89 3420.23 4013.38 3541.92 3847.15 3426.52 4008.64 3548.21 4027.59 3523.05 3863.74 3404.51}
{ 4013.38 3541.92 4088.19 3511.69 4016.33 3549.22 4107.36 3559.15 4083.76 3500.74 4004.53 3520.02}
{ 4088.19 3511.69 4207.78 3689.00 4045.75 3540.31 4181.67 3706.61 4237.15 3669.19 4097.98 3505.09}
{ 4207.78 3689.00 4417.45 3795.83 4193.48 3717.06 4417.45 3795.83 4426.39 3778.29 4223.87 3657.43}
{ 4417.45 3795.83 4712.28 3811.28 4417.45 3795.83 4711.87 3819.15 4712.69 3803.42 4418.48 3776.18}
{ 4712.28 3811.28 4922.21 3658.76 4716.91 3817.65 4929.15 3668.32 4917.58 3652.39 4707.65 3804.91}
{ 4922.21 3658.76 5108.72 3496.63 4929.96 3667.68 5119.05 3508.52 5098.38 3484.75 4917.04 3652.82}
{ 5108.72 3496.63 5302.19 3500.01 5108.44 3512.38 5301.77 3523.63 5302.60 3476.39 5108.99 3480.89}
{ 5302.19 3500.01 5550.17 3526.07 5299.72 3523.50 5547.70 3549.57 5550.17 3526.07 5304.66 3476.52}
{ 5550.17 3526.07 6158.93 3494.17 5551.40 3549.66 6160.99 3533.49 6156.87 3454.85 5550.17 3526.07}
{ 6158.93 3494.17 6709.02 3513.38 6157.55 3533.52 6708.06 3540.92 6710.25 3477.97 6160.30 3454.82}
{ 6709.02 3513.38 6849.26 3558.95 6700.50 3539.59 6846.83 3566.44 6851.70 3551.46 6719.97 3479.68}
{ 6849.26 3558.95 6978.26 3593.51 6847.22 3566.55 6966.03 3639.15 6988.45 3555.49 6851.30 3551.34}
{ 6978.26 3593.51 7205.76 3633.63 6970.06 3640.04 7198.93 3672.40 7209.87 3610.37 6985.10 3554.74}
{ 7205.76 3633.63 7407.08 3714.96 7191.02 3670.13 7373.16 3798.92 7410.03 3707.66 7214.61 3611.73}
{ 7407.08 3714.96 7827.45 3929.15 7365.97 3795.65 7795.27 3992.30 7831.02 3922.14 7410.65 3707.95}
{ 7827.45 3929.15 8124.27 4049.08 7800.90 3994.86 8111.00 4081.93 8134.60 4023.53 7830.40 3921.85}
{ 8124.27 4049.08 8252.37 4108.81 8109.30 4081.19 8249.04 4115.95 8277.33 4055.29 8135.92 4024.10}
{ 8252.37 4108.81 8498.74 4009.27 8255.32 4116.11 8514.96 4049.43 8498.74 4009.27 8230.25 4054.06}
{ 8498.74 4009.27 8612.56 3972.29 8512.12 4050.46 8621.08 3998.50 8604.05 3946.08 8498.74 4009.27}
{ 8612.56 3972.29 9112.06 3998.46 8611.12 3999.81 9110.82 4022.05 9112.68 3986.67 8614.00 3944.77}
{ 9112.06 3998.46 9403.30 4044.59 9108.36 4021.80 9400.22 4064.04 9410.69 3997.93 9113.90 3986.80}
{ 9403.30 4044.59 9637.19 4060.95 9401.92 4064.23 9636.09 4076.66 9641.03 4005.96 9406.59 3997.46}
{ 9637.19 4060.95 9784.72 4114.64 9631.80 4075.75 9779.33 4129.44 9792.80 4092.45 9656.04 4009.15}
{ 9784.72 4114.64 9991.04 4229.01 9777.08 4128.42 9991.04 4229.01 10002.49 4208.35 9796.17 4093.98}
{ 9991.04 4229.01 10263.11 4276.98 9991.04 4229.01 10254.90 4323.51 10265.84 4261.47 9995.14 4205.75}
{ 10263.11 4276.98 10420.17 4371.36 10238.77 4317.48 10412.06 4384.86 10428.28 4357.86 10271.22 4263.48}
{ 10420.17 4371.36 10493.06 4388.18 10416.63 4386.70 10489.52 4403.53 10497.49 4369.00 10423.72 4356.01}
{ 10493.06 4388.18 10649.69 4515.03 10483.15 4400.42 10624.92 4545.62 10664.56 4496.67 10505.45 4372.89}
{ 10649.69 4515.03 11189.43 4477.28 10652.44 4554.30 11189.98 4485.14 11188.88 4469.43 10648.05 4491.46}
{ 11189.43 4477.28 11454.84 4543.46 11187.53 4484.92 11449.13 4566.38 11459.60 4524.36 11191.34 4469.64}
{ 11454.84 4543.46 11758.20 4564.67 11453.19 4567.02 11757.38 4576.45 11759.85 4541.11 11456.22 4523.82}
{ 11758.20 4564.67 12221.51 4688.81 11755.14 4576.08 12219.47 4696.42 12229.66 4658.39 11764.31 4541.85}
{ 12221.51 4688.81 12426.67 4614.14 12224.21 4696.21 12434.75 4636.34 12421.29 4599.34 12210.74 4659.22}
{ 12426.67 4614.14 12532.50 4604.88 12428.73 4637.67 12534.22 4624.49 12531.47 4593.12 12425.30 4598.45}
{ 12532.50 4604.88 12833.60 4674.40 12528.07 4624.06 12813.23 4762.63 12840.68 4643.71 12535.16 4593.38}
{ -7072.05 3406.89 -7069.29 3439.17 -7072.05 3406.89 -7069.29 3439.17 -7069.29 3439.17 -7072.05 3406.89}
{ -7069.29 3439.17 -6842.52 3347.44 -7069.29 3439.17 -6838.53 3357.30 -6858.61 3307.66 -7069.29 3439.17}
{ -6842.52 3347.44 -6722.83 3140.35 -6833.32 3352.76 -6604.21 3208.91 -6773.62 3111.00 -6879.67 3325.97}
{ -6722.83 3140.35 -6509.84 3189.57 -6753.68 3273.85 -6512.50 3201.07 -6469.96 3016.95 -6709.63 3083.20}
{ -6509.84 3189.57 -6244.88 2797.05 -6500.05 3196.18 -6203.11 2825.24 -6244.88 2797.05 -6656.68 3090.45}
{ -6244.88 2797.05 -5995.28 2621.85 -6215.93 2838.29 -5990.75 2628.30 -6026.26 2577.70 -6244.88 2797.05}
{ -5995.28 2621.85 -5807.87 2354.53 -5988.83 2626.37 -5767.25 2383.00 -5807.87 2354.53 -6039.44 2590.89}
{ -5807.87 2354.53 -5581.89 2293.90 -5795.02 2402.44 -5568.32 2344.47 -5585.66 2279.83 -5807.87 2354.53}
{ -5581.89 2293.90 -5514.96 2271.06 -5564.98 2343.45 -5508.60 2289.69 -5521.32 2252.43 -5586.59 2280.11}
{ -5514.96 2271.06 -5157.09 2208.07 -5511.55 2290.45 -5157.09 2208.07 -5162.55 2177.05 -5518.37 2251.68}
{ -5157.09 2208.07 -5112.60 2014.37 -5157.09 2208.07 -5077.30 2022.48 -5122.96 2011.99 -5187.78 2201.02}
{ -5112.60 2014.37 -4949.61 1819.88 -5084.84 2037.64 -4910.08 1853.01 -4973.75 1799.65 -5120.75 2007.54}
{ -4949.61 1819.88 -4855.51 1836.81 -4958.74 1870.64 -4858.02 1850.76 -4849.52 1803.49 -4944.03 1788.88}
{ -4855.51 1836.81 -4855.51 1836.81 -4889.76 1805.31 -4821.65 1805.31 -4821.65 1954.92 -4889.76 1954.92}
{ -4855.51 1836.81 -4759.06 1756.10 -4833.53 1863.08 -4756.02 1759.73 -4781.54 1729.23 -4855.51 1836.81}
{ -4759.06 1756.10 -4666.14 1677.76 -4756.01 1759.71 -4652.94 1693.41 -4669.19 1674.14 -4781.64 1729.32}
{ -4666.14 1677.76 -4666.14 1677.76 -4686.61 1677.76 -4656.30 1677.76 -4656.30 1736.81 -4686.61 1736.81}
{ -4666.14 1677.76 -4520.87 1576.18 -4666.14 1677.76 -4520.87 1576.18 -4546.36 1539.72 -4671.78 1669.69}
{ -4520.87 1576.18 -4520.87 1576.18 -4520.87 1554.13 -4476.38 1554.13 -4476.38 1674.61 -4520.87 1674.61}
{ -4520.87 1576.18 -4377.56 1328.15 -4520.87 1576.18 -4377.56 1328.15 -4417.78 1304.91 -4520.87 1576.18}
{ -4377.56 1328.15 -4409.84 1289.96 -4377.56 1328.15 -4379.78 1264.54 -4409.84 1289.96 -4413.04 1358.14}
{ -4409.84 1289.96 -4239.37 1086.81 -4379.68 1315.27 -4232.13 1092.88 -4255.66 1073.15 -4409.84 1289.96}
{ -4239.37 1086.81 -4277.17 1009.25 -4230.88 1082.67 -4277.17 1009.25 -4304.77 1022.70 -4258.48 1096.12}
{ -4277.17 1009.25 -4382.68 920.67 -4277.17 1009.25 -4368.75 904.09 -4385.71 924.29 -4296.91 1032.77}
{ -4382.68 920.67 -4399.21 859.65 -4361.78 915.01 -4399.21 859.65 -4425.81 866.85 -4387.24 921.90}
{ -4399.21 859.65 -4218.50 775.39 -4399.21 859.65 -4218.50 775.39 -4223.49 764.69 -4410.86 834.67}
{ -4218.50 775.39 -4143.31 700.20 -4218.50 775.39 -4132.17 711.33 -4158.62 684.89 -4226.86 767.04}
{ -4143.31 700.20 -4029.13 658.86 -4137.95 715.00 -4018.41 688.47 -4031.14 653.31 -4150.68 679.84}
{ -4029.13 658.86 -3899.21 514.37 -4005.71 679.92 -3887.50 524.90 -3899.21 514.37 -4033.53 654.91}
{ -3899.21 514.37 -3789.37 558.86 -3905.12 528.97 -3811.54 613.59 -3777.55 529.67 -3899.21 514.37}
{ -3789.37 558.86 -3815.75 369.09 -3730.88 550.73 -3793.13 365.95 -3889.06 379.29 -3820.57 563.19}
{ -3815.75 369.09 -3804.33 259.25 -3793.04 371.46 -3788.67 260.88 -3835.66 256.00 -3889.37 361.44}
{ -3804.33 259.25 -3883.86 271.85 -3806.79 243.70 -3895.75 196.80 -3878.31 306.85 -3799.40 290.36}
{ -12478.35 -4361.61 -12478.35 -4361.61 -12555.91 -4391.54 -12478.35 -4391.54 -12478.35 -4286.42 -12555.91 -4286.42}
{ -12478.35 -4361.61 -12466.14 -4477.36 -12401.21 -4353.48 -12466.14 -4477.36 -12528.79 -4483.97 -12478.35 -4361.61}
{ -12466.14 -4477.36 -12572.05 -4492.32 -12466.14 -4477.36 -12569.84 -4507.92 -12572.87 -4486.48 -12474.95 -4414.99}
{ -12572.05 -4492.32 -12762.20 -4597.44 -12564.43 -4506.11 -12752.68 -4614.67 -12762.20 -4597.44 -12574.90 -4487.15}
{ -12762.20 -4597.44 -12833.46 -4688.78 -12746.68 -4609.55 -12824.15 -4696.04 -12842.78 -4681.51 -12762.20 -4597.44}
{ -12478.35 -4361.61 -12282.28 -4351.38 -12478.96 -4349.82 -12282.90 -4339.58 -12282.28 -4351.38 -12478.35 -4361.61}
{ -12282.28 -4351.38 -12073.23 -4321.85 -12283.94 -4339.68 -12074.60 -4312.10 -12073.23 -4321.85 -12282.28 -4351.38}
{ -12073.23 -4321.85 -11653.54 -4209.25 -12075.78 -4312.34 -11653.54 -4209.25 -11645.89 -4237.77 -12073.23 -4321.85}
{ -11653.54 -4209.25 -11481.89 -4224.61 -11653.54 -4209.25 -11471.02 -4103.04 -11481.89 -4224.61 -11656.17 -4238.66}
{ -11481.89 -4224.61 -11416.14 -4134.06 -11580.65 -4152.90 -11416.14 -4134.06 -11376.32 -4162.97 -11481.89 -4224.61}
{ -11416.14 -4134.06 -11235.83 -4169.09 -11416.14 -4134.06 -11230.34 -4140.88 -11235.83 -4169.09 -11425.53 -4182.36}
{ -11235.83 -4169.09 -11011.02 -4104.53 -11243.76 -4141.47 -11020.37 -4071.98 -11006.13 -4121.56 -11235.83 -4169.09}
{ -11011.02 -4104.53 -10661.02 -3970.28 -11023.15 -4072.92 -10661.02 -3970.28 -10653.13 -3990.86 -11004.68 -4121.07}
{ -10661.02 -3970.28 -10372.44 -3939.96 -10661.02 -3970.28 -10372.44 -3939.96 -10368.08 -3981.46 -10658.72 -3992.20}
{ -10372.44 -3939.96 -10198.43 -3986.42 -10372.44 -3939.96 -10186.24 -3940.77 -10198.43 -3986.42 -10383.21 -3980.28}
{ -10198.43 -3986.42 -10042.52 -3877.36 -10225.50 -3947.70 -10052.90 -3862.52 -10042.52 -3877.36 -10198.43 -3986.42}
{ -10042.52 -3877.36 -9902.36 -3750.98 -10054.65 -3863.91 -9907.64 -3745.14 -9886.54 -3768.53 -10042.52 -3877.36}
{ -9902.36 -3750.98 -9685.83 -3582.09 -9907.20 -3744.78 -9700.11 -3563.77 -9685.83 -3582.09 -9887.83 -3769.61}
{ -9685.83 -3582.09 -9528.74 -3463.58 -9699.82 -3563.54 -9528.74 -3463.58 -9513.09 -3484.33 -9685.83 -3582.09}
{ -9528.74 -3463.58 -9393.31 -3406.10 -9528.74 -3463.58 -9406.23 -3375.66 -9393.31 -3406.10 -9518.59 -3487.50}
{ -9393.31 -3406.10 -9263.78 -3320.67 -9411.52 -3378.50 -9263.78 -3320.67 -9253.59 -3336.12 -9393.31 -3406.10}
{ -9263.78 -3320.67 -9154.33 -3269.49 -9263.78 -3320.67 -9162.34 -3252.37 -9154.33 -3269.49 -9255.94 -3337.43}
{ -9154.33 -3269.49 -8922.83 -3101.38 -9165.43 -3254.20 -8933.71 -3086.41 -8915.89 -3110.93 -9154.33 -3269.49}
{ -8922.83 -3101.38 -8763.78 -3005.71 -8932.37 -3085.52 -8775.14 -2986.82 -8758.30 -3014.82 -8916.75 -3111.50}
{ -8763.78 -3005.71 -8763.78 -3005.71 -8785.83 -3005.71 -8753.15 -3005.71 -8753.15 -2946.65 -8785.83 -2946.65}
{ -8763.78 -3005.71 -8703.54 -2931.30 -8763.78 -3005.71 -8703.54 -2931.30 -8659.79 -2966.72 -8763.78 -3005.71}
{ -8703.54 -2931.30 -8703.54 -2931.30 -8703.54 -3001.77 -8647.24 -3001.77 -8647.24 -2768.70 -8703.54 -2768.70}
{ -8703.54 -2931.30 -8594.88 -2873.43 -8703.54 -2931.30 -8625.05 -2816.78 -8594.88 -2873.43 -8703.54 -2931.30}
{ -8594.88 -2873.43 -8586.61 -2815.94 -8658.40 -2864.29 -8618.18 -2811.40 -8586.61 -2815.94 -8594.88 -2873.43}
{ -8586.61 -2815.94 -8645.67 -2689.57 -8615.51 -2829.45 -8645.67 -2689.57 -8593.95 -2665.40 -8586.61 -2815.94}
{ -8645.67 -2689.57 -8703.94 -2569.49 -8645.67 -2689.57 -8737.23 -2585.64 -8703.94 -2569.49 -8594.31 -2664.65}
{ -8703.94 -2569.49 -8832.68 -2608.86 -8693.11 -2604.88 -8832.68 -2608.86 -8841.66 -2579.49 -8703.94 -2569.49}
{ -8832.68 -2608.86 -9064.17 -2608.86 -8832.68 -2608.86 -9064.17 -2608.86 -9064.17 -2580.12 -8832.68 -2578.15}
{ -9064.17 -2608.86 -9064.17 -2608.86 -9064.17 -2750.59 -9035.43 -2750.59 -9035.43 -2518.70 -9064.17 -2518.70}
{ -9064.17 -2608.86 -9270.87 -2637.99 -9064.17 -2608.86 -9270.87 -2637.99 -9275.87 -2602.52 -9064.17 -2608.86}
{ -9270.87 -2637.99 -9309.06 -2597.44 -9270.87 -2637.99 -9317.37 -2605.27 -9299.60 -2588.53 -9244.78 -2613.43}
{ -9309.06 -2597.44 -9532.68 -2628.94 -9307.46 -2608.75 -9531.85 -2634.78 -9533.50 -2623.09 -9310.87 -2584.58}
{ -9532.68 -2628.94 -9506.69 -2587.20 -9537.69 -2625.82 -9506.69 -2587.20 -9468.93 -2610.72 -9527.66 -2632.06}
{ -9506.69 -2587.20 -9517.32 -2521.46 -9506.69 -2587.20 -9535.20 -2524.35 -9517.32 -2521.46 -9462.78 -2580.10}
{ -9517.32 -2521.46 -9197.64 -2453.35 -9521.10 -2503.74 -9197.64 -2453.35 -9191.90 -2480.30 -9517.32 -2521.46}
{ -9197.64 -2453.35 -9071.65 -2469.09 -9197.64 -2453.35 -9068.24 -2441.75 -9071.65 -2469.09 -9201.06 -2480.69}
{ -9071.65 -2469.09 -8843.70 -2394.69 -9080.21 -2442.90 -8843.70 -2394.69 -8835.52 -2419.76 -9071.65 -2469.09}
{ -8843.70 -2394.69 -8635.83 -2339.17 -8843.70 -2394.69 -8646.29 -2299.99 -8633.69 -2347.16 -8836.90 -2420.17}
{ -10661.02 -3970.28 -10590.16 -4011.22 -10661.02 -3970.28 -10590.16 -4011.22 -10590.16 -4011.22 -10672.05 -3989.37}
{ -10590.16 -4011.22 -10590.16 -4011.22 -10605.91 -4011.22 -10578.35 -4011.22 -10578.35 -4011.22 -10605.91 -4011.22}
{ -10590.16 -4011.22 -10546.46 -4028.94 -10584.24 -3996.63 -10517.61 -3957.79 -10611.54 -4189.47 -10594.59 -4022.17}
{ -10546.46 -4028.94 -10541.73 -4073.03 -10470.12 -4020.76 -10533.90 -4072.19 -10557.39 -4074.71 -10718.70 -4047.39}
{ -8635.83 -2339.17 -8479.13 -2225.39 -8659.65 -2306.36 -8494.17 -2204.69 -8464.79 -2245.15 -8630.97 -2345.86}
{ -8479.13 -2225.39 -8530.31 -2199.02 -8490.86 -2248.14 -8578.83 -2293.15 -8452.94 -2048.88 -8467.95 -2203.70}
{ -8530.31 -2199.02 -8400.39 -2082.09 -8601.16 -2120.30 -8403.03 -2079.16 -8375.11 -2110.18 -8417.33 -2324.56}
{ -8400.39 -2082.09 -8353.94 -2103.35 -8398.76 -2078.51 -8330.67 -2052.51 -8353.94 -2103.35 -8416.12 -2116.45}
{ -8353.94 -2103.35 -8253.54 -1991.93 -8395.47 -2065.92 -8253.54 -1991.93 -8226.93 -2015.91 -8353.94 -2103.35}
{ -8253.54 -1991.93 -8055.91 -1908.07 -8253.54 -1991.93 -8063.29 -1890.67 -8055.91 -1908.07 -8239.55 -2024.91}
{ -8055.91 -1908.07 -7861.02 -1750.20 -8067.80 -1893.39 -7861.02 -1750.20 -7850.37 -1763.35 -8055.91 -1908.07}
{ -7861.02 -1750.20 -7727.56 -1656.89 -7861.02 -1750.20 -7727.56 -1656.89 -7718.54 -1669.80 -7851.32 -1764.07}
{ -7727.56 -1656.89 -7547.64 -1515.94 -7727.56 -1656.89 -7547.64 -1515.94 -7502.24 -1573.90 -7717.85 -1669.29}
{ -7547.64 -1515.94 -7431.89 -1476.18 -7547.64 -1515.94 -7431.89 -1476.18 -7420.63 -1508.95 -7523.72 -1585.57}
{ -7431.89 -1476.18 -7350.79 -1436.42 -7431.89 -1476.18 -7372.45 -1392.23 -7350.79 -1436.42 -7416.64 -1507.29}
{ -7350.79 -1436.42 -7379.13 -1234.84 -7399.52 -1443.27 -7379.13 -1234.84 -7156.91 -1203.59 -7350.79 -1436.42}
{ -7379.13 -1234.84 -7103.54 -1253.74 -7379.13 -1234.84 -7102.04 -1231.74 -7103.54 -1253.74 -7394.49 -1458.73}
{ -7103.54 -1253.74 -6843.31 -1154.13 -7111.42 -1233.15 -6849.78 -1137.22 -6843.31 -1154.13 -7103.54 -1253.74}
{ -6843.31 -1154.13 -6598.43 -1074.61 -6848.90 -1136.91 -6605.11 -1054.01 -6595.99 -1082.10 -6843.31 -1154.13}
{ -6598.43 -1074.61 -6369.69 -977.36 -6606.90 -1054.68 -6369.69 -977.36 -6360.44 -999.10 -6595.34 -1081.85}
{ -6369.69 -977.36 -6286.61 -981.69 -6369.69 -977.36 -6285.96 -969.11 -6286.61 -981.69 -6370.91 -1000.95}
{ -6286.61 -981.69 -6201.57 -934.45 -6292.73 -970.68 -6201.57 -934.45 -6187.23 -960.26 -6286.61 -981.69}
{ -6201.57 -934.45 -6144.49 -909.25 -6201.57 -934.45 -6164.20 -864.59 -6144.49 -909.25 -6189.65 -961.46}
{ -6144.49 -909.25 -5918.11 -767.91 -6170.34 -867.84 -5918.11 -767.91 -5903.10 -791.96 -6144.49 -909.25}
{ -5918.11 -767.91 -5789.37 -639.17 -5918.11 -767.91 -5789.37 -639.17 -5772.39 -656.15 -5898.07 -787.96}
{ -5789.37 -639.17 -5789.37 -639.17 -5803.15 -800.98 -5765.35 -800.98 -5765.35 -535.63 -5803.15 -535.63}
{ -5789.37 -639.17 -5663.39 -543.90 -5797.68 -628.18 -5675.73 -527.57 -5657.45 -551.75 -5783.43 -647.02}
{ -5663.39 -543.90 -5449.21 -439.57 -5672.35 -525.49 -5452.66 -432.49 -5440.25 -457.97 -5659.08 -552.75}
{ -5449.21 -439.57 -5335.83 -470.28 -5447.15 -431.97 -5326.15 -434.55 -5335.83 -470.28 -5454.56 -459.33}
{ -5335.83 -470.28 -5236.22 -441.54 -5346.09 -434.72 -5245.61 -409.00 -5227.93 -470.28 -5335.83 -470.28}
{ -5236.22 -441.54 -5173.62 -405.31 -5253.18 -412.23 -5175.59 -401.91 -5140.69 -462.22 -5221.24 -467.43}
{ -5173.62 -405.31 -5074.02 -403.74 -5173.68 -401.38 -5074.08 -399.80 -5073.52 -435.23 -5172.58 -471.05}
{ -5074.02 -403.74 -4805.51 -266.73 -5075.81 -400.23 -4820.36 -237.63 -4805.51 -266.73 -5059.70 -431.79}
{ -4805.51 -266.73 -4716.54 -186.42 -4827.41 -242.48 -4716.54 -186.42 -4688.04 -217.98 -4805.51 -266.73}
{ -4716.54 -186.42 -4575.98 -84.45 -4716.54 -186.42 -4575.98 -84.45 -4565.12 -99.43 -4691.57 -220.83}
{ -4575.98 -84.45 -4382.28 84.06 -4575.98 -84.45 -4390.55 93.56 -4365.49 64.75 -4563.84 -98.41}
{ -4382.28 84.06 -4201.18 184.45 -4388.39 95.07 -4221.80 221.64 -4167.01 122.81 -4369.88 61.67}
{ -4201.18 184.45 -3794.49 256.10 -4208.56 226.32 -3795.85 263.86 -3790.25 232.06 -4188.95 115.05}
{ -3794.49 256.10 -3883.86 271.85 -3795.85 248.35 -3883.86 271.85 -3883.86 271.85 -3790.25 280.14}
{ -3883.86 271.85 -3881.10 291.54 -3883.86 271.85 -3903.72 294.70 -3753.61 273.69 -3883.86 271.85}
{ -3881.10 291.54 -3621.65 337.20 -3885.06 314.02 -3626.50 364.73 -3621.65 337.20 -3858.78 164.74}
{ -3621.65 337.20 -3348.43 500.98 -3636.02 361.18 -3352.47 507.74 -3332.43 474.31 -3621.65 337.20}
{ -3348.43 500.98 -3247.64 456.10 -3345.22 508.18 -3222.81 511.85 -3249.24 452.51 -3361.08 472.57}
{ -5581.89 2293.90 -5581.89 2293.90 -5613.39 2219.09 -5530.71 2219.09 -5530.71 2408.07 -5613.39 2408.07}
{ -5581.89 2293.90 -5525.20 2506.10 -5612.32 2302.03 -5559.43 2515.25 -5498.57 2498.99 -5532.44 2280.69}
{ -5525.20 2506.10 -5315.35 2543.11 -5531.35 2541.00 -5324.93 2597.39 -5306.47 2492.71 -5520.41 2478.96}
{ -5315.35 2543.11 -5051.57 2655.31 -5336.93 2593.83 -5065.44 2687.92 -5045.41 2640.82 -5295.32 2496.01}
{ -5051.57 2655.31 -4838.98 2655.31 -5051.57 2690.75 -4838.98 2675.00 -4838.98 2635.63 -5051.57 2639.57}
{ -4838.98 2655.31 -4508.27 2614.76 -4836.58 2674.85 -4503.96 2649.93 -4510.66 2595.23 -4841.37 2635.78}
{ -4508.27 2614.76 -4294.88 2637.20 -4511.97 2650.00 -4296.94 2656.78 -4293.23 2621.54 -4506.21 2595.19}
{ -4294.88 2637.20 -3869.69 2629.72 -4294.54 2656.89 -3868.72 2684.83 -3871.00 2554.93 -4295.16 2621.46}
{ -3869.69 2629.72 -3356.69 2767.13 -3883.95 2682.97 -3360.77 2782.34 -3351.60 2748.11 -3850.33 2557.47}
{ -3356.69 2767.13 -3598.43 3112.40 -3369.59 2758.09 -3604.88 3107.89 -3559.72 3139.50 -3340.57 2778.42}
{ -3598.43 3112.40 -2947.24 3169.09 -3599.11 3120.25 -2948.61 3184.78 -2945.54 3149.48 -3594.33 3065.34}
{ -2947.24 3169.09 -2740.16 3093.90 -2941.87 3183.90 -2740.16 3093.90 -2749.56 3067.99 -2953.96 3150.59}
{ -2740.16 3093.90 -2567.72 3078.54 -2740.16 3093.90 -2566.67 3090.31 -2569.11 3062.86 -2742.60 3066.45}
{ -2567.72 3078.54 -2365.35 3028.15 -2564.86 3090.00 -2361.55 3043.43 -2369.16 3012.87 -2571.52 3063.26}
{ -2365.35 3028.15 -2267.72 3040.35 -2367.31 3043.78 -2268.69 3048.17 -2266.25 3028.63 -2363.40 3012.52}
{ -2267.72 3040.35 -2194.09 3013.58 -2265.03 3047.75 -2184.68 3039.48 -2199.48 2998.78 -2271.75 3029.25}
{ -2194.09 3013.58 -1864.57 3071.46 -2198.86 3040.73 -1866.27 3081.15 -1862.86 3061.76 -2191.37 2998.07}
{ -1864.57 3071.46 -1606.30 2992.72 -1861.70 3080.87 -1599.41 3015.31 -1613.19 2970.12 -1867.44 3062.04}
{ -1606.30 2992.72 -1033.46 2806.50 -1599.00 3015.18 -1029.81 2817.73 -1040.77 2784.03 -1613.60 2970.25}
{ -1033.46 2806.50 -724.02 2641.93 -1027.92 2816.92 -718.47 2652.36 -731.41 2628.03 -1044.56 2785.64}
{ -724.02 2641.93 -398.43 2596.26 -722.38 2653.63 -392.41 2639.15 -409.91 2514.38 -726.20 2626.33}
{ -398.43 2596.26 -319.29 2697.44 -432.54 2622.94 -334.80 2709.57 -313.09 2692.59 -333.30 2545.33}
{ -319.29 2697.44 135.83 2633.66 -316.56 2716.94 138.56 2653.16 132.00 2606.37 -320.38 2689.64}
{ 135.83 2633.66 320.08 2388.78 151.56 2645.50 364.12 2421.92 313.79 2384.05 113.81 2617.09}
{ 320.08 2388.78 293.31 2261.61 374.01 2377.42 302.94 2259.59 283.68 2263.64 312.37 2390.40}
{ 293.31 2261.61 213.78 2134.84 301.64 2256.38 270.48 2099.28 197.10 2145.30 284.97 2266.84}
{ 213.78 2134.84 592.91 2181.30 205.64 2201.27 590.52 2200.84 595.79 2157.85 216.17 2115.30}
{ 592.91 2181.30 947.64 2181.30 592.91 2200.98 947.64 2197.05 947.64 2157.68 592.91 2157.68}
{ 947.64 2181.30 1062.20 2245.08 939.98 2195.06 1054.54 2258.84 1071.78 2227.88 959.13 2160.66}
{ 1062.20 2245.08 1269.29 2308.07 1057.62 2260.15 1265.85 2319.37 1272.73 2296.77 1067.93 2226.25}
{ 1269.29 2308.07 1456.69 2285.24 1270.72 2319.80 1458.12 2296.96 1455.26 2273.51 1267.86 2296.35}
{ 1456.69 2285.24 1857.87 2306.10 1456.08 2297.03 1857.26 2317.90 1858.49 2294.31 1457.31 2273.44}
{ 1857.87 2306.10 2058.66 2306.10 1857.87 2317.91 2058.66 2317.91 2058.66 2294.29 1857.87 2294.29}
{ 2058.66 2306.10 2226.77 2264.37 2061.51 2317.57 2230.57 2279.65 2221.08 2241.44 2055.82 2294.64}
{ 2226.77 2264.37 2561.81 2335.63 2223.50 2279.77 2557.72 2354.88 2565.09 2320.23 2231.69 2241.26}
{ 2561.81 2335.63 2567.72 2452.95 2542.15 2336.62 2567.72 2452.95 2607.04 2450.97 2577.54 2334.84}
{ 2567.72 2452.95 2747.64 2609.25 2567.72 2452.95 2739.89 2618.17 2799.28 2549.81 2593.54 2423.23}
{ 2747.64 2609.25 2935.04 2656.10 2744.77 2620.71 2933.13 2663.74 2938.86 2640.82 2766.74 2532.86}
{ 2935.04 2656.10 3073.23 2756.10 2930.42 2662.48 3067.46 2764.08 3079.00 2748.13 2944.27 2643.34}
{ 3073.23 2756.10 3223.62 2912.01 3066.14 2762.94 3175.45 2958.47 3260.46 2876.47 3080.31 2749.27}
{ 3223.62 2912.01 3255.91 2984.84 3162.43 2939.13 3227.11 2997.61 3255.91 2984.84 3270.41 2891.27}
{ 3255.91 2984.84 3307.48 3048.62 3231.41 3004.65 3289.11 3063.48 3322.79 3036.24 3255.91 2984.84}
{ 3428.74 3035.63 3307.48 3048.62 3428.74 3035.63 3307.48 3048.62 3309.16 3064.28 3430.42 3051.29}
{ 3428.74 3035.63 3300.79 3167.91 3428.74 3035.63 3278.15 3146.02 3300.79 3167.91 3440.06 3046.58}
{ 3300.79 3167.91 3120.08 3149.02 3304.06 3136.59 3121.31 3137.27 3118.85 3160.76 3300.79 3167.91}
{ 3120.08 3149.02 2830.31 3149.02 3120.08 3137.20 2830.31 3117.52 2830.31 3149.02 3120.08 3160.83}
{ 2830.31 3149.02 2570.08 2938.39 2850.13 3124.53 2570.08 2938.39 2555.22 2956.75 2830.31 3149.02}
{ 2570.08 2938.39 2407.48 2879.33 2570.08 2938.39 2416.89 2853.43 2407.48 2879.33 2562.01 2960.59}
{ 2407.48 2879.33 2379.92 2813.58 2432.90 2868.68 2448.91 2784.67 2361.77 2821.19 2407.48 2879.33}
{ 2379.92 2813.58 2391.73 2927.76 2305.52 2821.28 2360.40 2931.00 2407.40 2926.14 2399.50 2811.56}
{ 2391.73 2927.76 2135.43 2891.54 2396.14 2896.57 2138.74 2868.15 2131.58 2918.82 2389.53 2943.35}
{ 2135.43 2891.54 1951.18 3015.94 2122.21 2871.96 1942.37 3002.89 1951.18 3015.94 2150.85 2914.38}
{ 1951.18 3015.94 1885.04 2991.93 1956.56 3001.14 1885.04 2991.93 1875.63 3017.83 1951.18 3015.94}
{ 1885.04 2991.93 1636.61 3165.55 1885.04 2991.93 1620.83 3142.96 1636.61 3165.55 1900.83 3014.52}
{ 1636.61 3165.55 1498.03 3180.12 1633.73 3138.14 1497.83 3178.16 1500.91 3207.53 1636.61 3165.55}
{ 1498.03 3180.12 1230.71 3381.69 1496.85 3178.55 1218.86 3365.98 1230.71 3381.69 1514.62 3202.12}
{ 1230.71 3381.69 818.11 3670.67 1219.42 3365.57 804.56 3651.32 818.11 3670.67 1230.71 3381.69}
{ 818.11 3670.67 479.53 3850.59 807.03 3649.81 464.75 3822.78 498.00 3885.36 818.11 3670.67}
{ 479.53 3850.59 352.76 3826.18 485.48 3819.66 352.76 3826.18 349.78 3841.65 472.08 3889.25}
{ 352.76 3826.18 224.41 3843.90 352.76 3826.18 224.41 3843.90 227.10 3863.40 354.91 3841.78}
{ 224.41 3843.90 177.17 3925.79 224.41 3843.90 153.29 3912.02 177.17 3925.79 241.46 3853.73}
{ 2379.92 2813.58 2206.69 2876.57 2354.36 2743.28 2194.58 2843.28 2206.69 2876.57 2386.65 2832.08}
{ 3223.62 2912.01 3273.23 3009.25 3164.00 2942.42 3266.21 3012.83 3290.76 3000.31 3269.21 2888.75}
{ 3273.23 3009.25 3562.99 3163.19 3269.53 3016.21 3551.91 3184.05 3570.38 3149.28 3282.46 2991.87}
{ 3562.99 3163.19 3653.54 3245.08 3547.15 3180.71 3650.90 3248.00 3672.03 3224.64 3573.56 3151.51}
{ 3653.54 3245.08 3793.31 3307.28 3651.94 3248.68 3769.29 3361.24 3798.11 3296.49 3664.75 3219.90}
{ 3793.31 3307.28 3667.72 3300.59 3796.45 3248.31 3668.14 3292.73 3666.67 3320.25 3792.68 3319.08}
{ 3667.72 3300.59 3851.97 3420.28 3663.43 3307.19 3847.68 3426.88 3862.69 3403.77 3678.44 3284.08}
{ 3851.97 3420.28 4013.39 3541.93 3847.23 3426.56 4008.65 3548.22 4027.60 3523.06 3863.82 3404.56}
{ 4013.39 3541.93 4088.19 3511.61 4016.34 3549.23 4107.41 3559.05 4083.75 3500.67 4004.51 3520.04}
{ 4088.19 3511.61 4207.87 3688.78 4045.78 3540.26 4181.78 3706.41 4237.24 3668.94 4097.98 3505.00}
{ 4207.87 3688.78 4417.32 3795.87 4193.54 3716.82 4417.32 3795.87 4426.28 3778.34 4224.00 3657.23}
{ 4417.32 3795.87 4712.20 3811.22 4417.32 3795.87 4711.80 3819.08 4712.61 3803.36 4418.35 3776.21}
{ 4712.20 3811.22 4922.05 3658.86 4716.83 3817.59 4928.99 3668.42 4917.42 3652.49 4707.58 3804.85}
{ 4922.05 3658.86 5108.66 3496.65 4929.80 3667.77 5118.99 3508.54 5098.33 3484.77 4916.88 3652.92}
{ 5108.66 3496.65 5302.36 3499.80 5108.41 3512.40 5301.98 3523.42 5302.75 3476.18 5108.92 3480.91}
{ 5302.36 3499.80 5550.00 3526.18 5299.86 3523.29 5547.50 3549.67 5550.00 3526.18 5304.86 3476.31}
{ 5550.00 3526.18 6159.06 3494.29 5551.24 3549.77 6161.11 3533.61 6157.00 3454.98 5550.00 3526.18}
{ 6159.06 3494.29 6709.06 3513.19 6157.70 3533.64 6708.11 3540.73 6710.27 3477.78 6160.41 3454.94}
{ 6709.06 3513.19 6849.21 3558.86 6700.52 3539.39 6846.77 3566.34 6851.65 3551.37 6720.03 3479.50}
{ 6849.21 3558.86 6978.35 3593.50 6847.17 3566.46 6966.10 3639.13 6988.55 3555.48 6851.25 3551.25}
{ 6978.35 3593.50 7205.91 3633.66 6970.14 3640.03 7199.06 3672.43 7210.01 3610.40 6985.19 3554.73}
{ 7205.91 3633.66 7407.09 3714.76 7191.19 3670.18 7373.23 3798.75 7410.03 3707.46 7214.74 3611.75}
{ 7407.09 3714.76 7827.56 3928.94 7365.99 3795.45 7795.39 3992.08 7831.13 3921.92 7410.66 3707.75}
{ 7827.56 3928.94 8124.41 4049.02 7800.98 3994.63 8111.12 4081.86 8134.74 4023.47 7830.51 3921.64}
{ 8124.41 4049.02 8252.36 4108.86 8109.40 4081.11 8249.03 4115.99 8277.38 4055.36 8136.08 4024.05}
{ 8252.36 4108.86 8498.82 4009.25 8255.31 4116.16 8515.05 4049.40 8498.82 4009.25 8230.23 4054.11}
{ 8498.82 4009.25 8612.60 3972.24 8512.21 4050.44 8621.12 3998.45 8604.07 3946.04 8498.82 4009.25}
{ 8612.60 3972.24 9112.20 3998.23 8611.17 3999.77 9110.98 4021.82 9112.82 3986.43 8614.03 3944.72}
{ 9112.20 3998.23 9403.15 4044.69 9108.48 4021.55 9400.05 4064.12 9410.60 3998.03 9114.07 3986.57}
{ 9403.15 4044.69 9637.01 4060.83 9401.79 4064.32 9635.92 4076.54 9640.80 4005.84 9406.40 3997.55}
{ 9637.01 4060.83 9784.65 4114.76 9631.60 4075.62 9779.24 4129.56 9792.75 4092.58 9655.92 4009.06}
{ 9784.65 4114.76 9990.94 4228.94 9777.02 4128.54 9990.94 4228.94 10002.38 4208.27 9796.08 4094.10}
{ 9990.94 4228.94 10262.99 4276.97 9990.94 4228.94 10254.78 4323.49 10265.73 4261.46 9995.05 4205.67}
{ 10262.99 4276.97 10420.08 4371.46 10238.64 4317.45 10411.96 4384.95 10428.20 4357.96 10271.11 4263.47}
{ 10420.08 4371.46 10492.91 4387.99 10416.59 4386.81 10489.43 4403.35 10497.27 4368.80 10423.57 4356.10}
{ 10492.91 4387.99 10649.61 4515.16 10482.99 4400.22 10624.80 4545.73 10664.49 4496.82 10505.32 4372.71}
{ 10649.61 4515.16 11189.37 4477.36 10652.36 4554.43 11189.92 4485.22 11188.82 4469.51 10647.96 4491.59}
{ 11189.37 4477.36 11454.72 4543.50 11187.47 4485.00 11449.01 4566.42 11459.49 4524.40 11191.27 4469.72}
{ 11454.72 4543.50 11758.27 4564.76 11453.07 4567.07 11757.44 4576.55 11759.92 4541.20 11456.10 4523.87}
{ 11758.27 4564.76 12221.65 4688.78 11755.21 4576.17 12219.62 4696.39 12229.80 4658.35 11764.37 4541.94}
{ 12221.65 4688.78 12426.77 4613.98 12224.35 4696.18 12434.86 4636.17 12421.38 4599.18 12210.86 4659.19}
{ 12426.77 4613.98 12532.68 4604.92 12428.78 4637.51 12534.35 4624.53 12531.67 4593.15 12425.43 4598.29}
{ 12532.68 4604.92 12833.46 4674.21 12528.26 4624.10 12813.14 4762.45 12840.54 4643.52 12535.33 4593.41}
}
set XVIgrid {-15654.8 -7459.04 78.7402 0.0 0.0 78.7402 397 190}
set XVIgrid {-15616.1 -7444.69 78.7402 0.0 0.0 78.7402 397 190}
@@ -9,27 +9,57 @@ preprocessing database ... done
scanning centreline tree ... done
searching for centerline loops ... done
calculating station coordinates ... done
processing survey data ...
####################### cavern log file ########################
1> Survex 1.4.15
2> Copyright ¸ 1990-2024 Olly Betts
3> C:\Users\alexa\AppData\Local\Temp\th34256\data.svx:5: info: La topographie n'a pas de points fixes. Par consquent j'ai fix 117 … (0,0,0)
4>
5> La topographie contient 226 stations, connectes par 225 vises.
6> Il y a 0 bouclages.
7> Longueur totale de la topographie = 1202.28m (1202.28m ajust)
8> Longueur totale en projection horizontale = 1148.08m
9> Longueur totale verticale = 207.90m
10> Intervalle vertical = 42.13m (de 82 … 27.92m jusqu'… 180 … -14.21m)
11> Intervalle Nord-Sud = 238.19m (de 223 … 112.19m jusqu'… 40 … -126.00m)
12> Intervalle Est-Ouest = 651.95m (de 226 … 424.62m jusqu'… 40 … -227.32m)
13> 7 1-noeuds.
14> 214 2-noeuds.
15> 5 3-noeuds.
16>
######################### transcription ########################
3> input:5 -- B3_Amonts-tot.th [11]
3> 117 : J34@B3_Amonts_02.B3_Amonts
5> 226 : 81@B3_Amonts_03.B3_Amonts -- 225 : 80@B3_Amonts_03.B3_Amonts
10> 82 : V08D@B3_Amonts_02.B3_Amonts -- 180 : 39R@B3_Amonts_03.B3_Amonts
11> 223 : 78@B3_Amonts_03.B3_Amonts -- 40 : VA3@B3_Amonts_02.B3_Amonts
12> 226 : 81@B3_Amonts_03.B3_Amonts -- 40 : VA3@B3_Amonts_02.B3_Amonts
13> 7 : J07@B3_Amonts_01.B3_Amonts
14> 214 : 69@B3_Amonts_03.B3_Amonts
15> 5 : J05@B3_Amonts_01.B3_Amonts
#################### end of cavern log file ####################
done
calculating basic statistics ... done
processing extended elevation ... done
processing references ... done
selecting export objects ... done
processing projection plan ... done
average distortion: 0.00%
average distortion: 0.01%
writing Data/B3_Amonts-map.xvi ... done
processing projection extended ... done
writing Data/B3_Amonts-coupe.xvi ... done
############### export maps & scraps selection #################
M 4.00 MP-B3_Amonts-plan-tot@B3_Amonts (B3 Amonts)
S 4.52 SP-B3_Amonts_01@B3_Amonts ()
S 14.42 SP-B3_Amonts_02@B3_Amonts ()
S -2.84 SP-B3_Amonts_03@B3_Amonts ()
S -0.11 SP-B3_Amonts_04@B3_Amonts ()
M 2.96 MP-B3_Amonts-plan-tot@B3_Amonts (B3 Amonts)
S 3.48 SP-B3_Amonts_01@B3_Amonts ()
S 13.38 SP-B3_Amonts_02@B3_Amonts ()
S -3.88 SP-B3_Amonts_03@B3_Amonts ()
S -1.15 SP-B3_Amonts_04@B3_Amonts ()
########## end of export maps & scraps selection ###############
writing Outputs/B3_Amonts-Plan.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 4 DEC 2024 17:19
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 18:57
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -37,39 +67,39 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
{randomseed:=42}
[1] [2] [3] [4]
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
[15] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]
(./mptextmp.mp) [16] (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [17] [18] [19] [20] [21] [22]
[23] [24] [25] [26] [27] [28] [29] [30] [31] [32] )
[15] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16]
(./mptextmp.mp) [17] (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [18] [19] [20] [21] [22] [23]
[24] [25] [26] [27] [28] [29] [30] [31] [32] [33] )
Here is how much of MetaPost's memory you used:
11751 strings using 265682 characters
3985504 bytes of node memory
1744 symbolic tokens
9i,82n,13p,312b,5f stack positions out of 16i,98n,16p,312b,6f
47 output files written: data-patt.1 .. data.32
34351 strings using 1000518 characters
4152208 bytes of node memory
1745 symbolic tokens
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
48 output files written: data-patt.1 .. data.33
#################### end of metapost log file ####################
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 4 DEC 2024 17:19
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 30 DEC 2024 18:57
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
(c:/Program Files/Therion/texmf/tex/glyphtounicode.tex)) (./th_fontdef.tex{c:/P
rogram Files/Therion/texmf/fonts/pdftex.map})
(./th_formdef.tex) (./th_pagedef.tex (./th_legend.tex)) (./th_pages.tex)
87 numeric registers used out of 32768
88 numeric registers used out of 32768
[1] )
(\end occurred when \ifx on line 12 was incomplete)
Here is how much of TeX's memory you used:
348 strings out of 95671
4551 string characters out of 1192323
93676 words of memory out of 1577719
1741 multiletter control sequences out of 15000+50000
349 strings out of 95671
4562 string characters out of 1192323
116863 words of memory out of 1596906
1742 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
12i,5n,8p,716b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
@@ -77,12 +107,12 @@ Here is how much of TeX's memory you used:
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
erion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 124998 bytes).
Output written on data.pdf (1 page, 184823 bytes).
PDF statistics:
126 PDF objects out of 1000 (max. 8388607)
68 compressed objects within 1 object stream
128 PDF objects out of 1000 (max. 8388607)
69 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
301 words of extra memory for PDF output out of 10000 (max. 10000000)
307 words of extra memory for PDF output out of 10000 (max. 10000000)
##################### end of pdftex log file #####################
@@ -91,14 +121,14 @@ writing Outputs/B3_Amonts.lox ....... done
C:\Program Files\Therion\therion.exe: warning -- data not georeferenced -- unable to export KML file
writing Outputs/B3_Amonts-Cave-list.html ... done
writing Outputs/B3_Amonts-Surveys.html ... done
compilation time: 1 sec
compilation time: 2 sec
###################### scrap distortions #######################
PROJECTION: plan
AVERAGE MAXIMAL SCRAP
0.00% 0.03% SP-B3_Amonts_02@B3_Amonts
0.00% 0.03% SP-B3_Amonts_04@B3_Amonts
0.00% 0.02% SP-B3_Amonts_01@B3_Amonts
0.00% 0.01% SP-B3_Amonts_03@B3_Amonts
0.02% 0.94% SP-B3_Amonts_02@B3_Amonts
0.01% 0.68% SP-B3_Amonts_04@B3_Amonts
0.02% 0.63% SP-B3_Amonts_01@B3_Amonts
0.01% 0.15% SP-B3_Amonts_03@B3_Amonts
################### end of scrap distortions ###################
File diff suppressed because one or more lines are too long
@@ -39,6 +39,35 @@ geomag declinations (deg):
scanning centreline tree ... done
searching for centerline loops ... done
calculating station coordinates ... done
processing survey data ...
####################### cavern log file ########################
1> Survex 1.4.15
2> Copyright ¸ 1990-2024 Olly Betts
3>
4> La topographie contient 756 stations, connectes par 755 vises.
5> Il y a 0 bouclages.
6> Longueur totale de la topographie = 6615.73m (6615.73m ajust)
7> Longueur totale en projection horizontale = 6209.18m
8> Longueur totale verticale = 1224.12m
9> Intervalle vertical = 667.24m (de 2 … 1620.00m jusqu'… 530 … 952.76m)
10> Intervalle Nord-Sud = 2240.86m (de 530 … 4762904.13m jusqu'… 570 … 4760663.26m)
11> Intervalle Est-Ouest = 1555.20m (de 530 … 684905.05m jusqu'… 257 … 683349.85m)
12> 19 1-noeuds.
13> 721 2-noeuds.
14> 15 3-noeuds.
15> 1 4-noeud.
16>
######################### transcription ########################
4> 756 : 81@B3_Amonts_03.B3_Amonts.B3-Bourrugues -- 755 : 80@B3_Amonts_03.B3_Amonts.B3-Bourrugues
9> 2 : A-00@B3_Entree_01.B3_Entree.B3-Bourrugues -- 530 : N-00@B3_Aval_02.B3_Aval.B3-Bourrugues
10> 530 : N-00@B3_Aval_02.B3_Aval.B3-Bourrugues -- 570 : VA3@B3_Amonts_02.B3_Amonts.B3-Bourrugues
11> 530 : N-00@B3_Aval_02.B3_Aval.B3-Bourrugues -- 257 : K-63@B3_Aval_01.B3_Aval.B3-Bourrugues
12> 19 : A-17@B3_Entree_01.B3_Entree.B3-Bourrugues
13> 721 : 46@B3_Amonts_03.B3_Amonts.B3-Bourrugues
14> 15 : A-13@B3_Entree_01.B3_Entree.B3-Bourrugues
15> 1 : B_3@B3_Entree_01.B3_Entree.B3-Bourrugues
#################### end of cavern log file ####################
done
calculating basic statistics ... done
processing extended elevation ... done
processing references ... done
@@ -59,7 +88,7 @@ S 0.00 SC-B3_Entree_06@B3_Entree.B3-Bourrugues ()
########## end of export maps & scraps selection ###############
writing Outputs/B3-Bourrugues-Coupe.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 4 DEC 2024 17:16
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 17:56
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -73,9 +102,9 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
[23] [24] [25] [26] )
Here is how much of MetaPost's memory you used:
25179 strings using 727659 characters
4015360 bytes of node memory
1751 symbolic tokens
25337 strings using 730239 characters
4099728 bytes of node memory
1760 symbolic tokens
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
41 output files written: data-patt.1 .. data.26
@@ -84,7 +113,7 @@ Here is how much of MetaPost's memory you used:
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 4 DEC 2024 17:16
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 30 DEC 2024 17:56
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
@@ -109,7 +138,7 @@ e |
Here is how much of TeX's memory you used:
357 strings out of 95671
4699 string characters out of 1192323
86428 words of memory out of 1571471
86394 words of memory out of 1571437
1750 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
@@ -117,7 +146,7 @@ Here is how much of TeX's memory you used:
<c:/Program Files/Therion/texmf/fonts/type1/cmss10.pfb><c:/Program Files/
Therion/texmf/fonts/type1/cmssi10.pfb><c:/Program Files/Therion/texmf/fonts/typ
e1/csss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 160160 bytes).
Output written on data.pdf (1 page, 160971 bytes).
PDF statistics:
138 PDF objects out of 1000 (max. 8388607)
74 compressed objects within 1 object stream
@@ -128,7 +157,7 @@ PDF statistics:
##################### end of pdftex log file #####################
done
processing projection plan ... done
average distortion: 0.13%
average distortion: 0.14%
############### export maps & scraps selection #################
@@ -142,7 +171,7 @@ S 1303.76 SP-B3_Entree_04@B3_Entree.B3-Bourrugues ()
S 1310.27 SP-B3_Entree_05@B3_Entree.B3-Bourrugues ()
S 1274.10 SP-B3_Entree_06@B3_Entree.B3-Bourrugues ()
M 1149.46 MP-B3_Aval-plan-tot@B3_Aval.B3-Bourrugues (B3 Aval)
S 1276.05 SP-B3_Aval_01@B3_Aval.B3-Bourrugues ()
S 1276.04 SP-B3_Aval_01@B3_Aval.B3-Bourrugues ()
S 1260.20 SP-B3_Aval_01A@B3_Aval.B3-Bourrugues ()
S 1184.14 SP-B3_Aval_01B@B3_Aval.B3-Bourrugues ()
S 1113.63 SP-B3_Aval_01C@B3_Aval.B3-Bourrugues ()
@@ -156,7 +185,7 @@ S 1357.02 SP-B3_Amonts_04@B3_Amonts.B3-Bourrugues ()
########## end of export maps & scraps selection ###############
writing Outputs/B3-Bourrugues-Plan.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 4 DEC 2024 17:16
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 17:56
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -181,9 +210,9 @@ urrugues] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49]
[88] [89] [90] [91] [92] [93] [94] [95] [96] [97] )
Here is how much of MetaPost's memory you used:
57186 strings using 1354440 characters
4100104 bytes of node memory
1761 symbolic tokens
57241 strings using 1360518 characters
4436824 bytes of node memory
1770 symbolic tokens
10i,82n,16p,374b,5f stack positions out of 16i,98n,20p,390b,6f
112 output files written: data-patt.1 .. data.97
@@ -192,7 +221,7 @@ Here is how much of MetaPost's memory you used:
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 4 DEC 2024 17:16
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 30 DEC 2024 17:56
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
@@ -206,7 +235,7 @@ rogram Files/Therion/texmf/fonts/pdftex.map})
Here is how much of TeX's memory you used:
494 strings out of 95671
6284 string characters out of 1192323
118301 words of memory out of 1587344
118254 words of memory out of 1587297
1887 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
@@ -215,7 +244,7 @@ Here is how much of TeX's memory you used:
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
erion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 509770 bytes).
Output written on data.pdf (1 page, 512424 bytes).
PDF statistics:
438 PDF objects out of 1000 (max. 8388607)
223 compressed objects within 3 object streams
@@ -231,39 +260,39 @@ C:\Program Files\Therion\therion.exe: warning -- SP-B3_Entree_05@B3_Entree.B3-Bo
writing Outputs/B3-Bourrugues.kml ... done
writing Outputs/B3-Bourrugues-Cave-list.html ... done
writing Outputs/B3-Bourrugues-Surveys.html ... done
compilation time: 17 sec
compilation time: 15 sec
###################### scrap distortions #######################
PROJECTION: plan
AVERAGE MAXIMAL SCRAP
0.57% 100.00% SP-B3_Aval_01B@B3_Aval.B3-Bourrugues
0.20% 90.95% SP-B3_Aval_01@B3_Aval.B3-Bourrugues
0.13% 72.45% SP-B3_Entree_06@B3_Entree.B3-Bourrugues
4.10% 62.44% SP-B3_Entree_01B@B3_Entree.B3-Bourrugues
0.15% 47.47% SP-B3_Entree_01@B3_Entree.B3-Bourrugues
0.10% 25.28% SP-B3_Amonts_01@B3_Amonts.B3-Bourrugues
0.02% 7.83% SP-B3_Aval_01D@B3_Aval.B3-Bourrugues
0.02% 4.14% SP-B3_Aval_01A@B3_Aval.B3-Bourrugues
0.01% 3.82% SP-B3_Aval_02E@B3_Aval.B3-Bourrugues
0.05% 2.56% SP-B3_Entree_05@B3_Entree.B3-Bourrugues
0.01% 1.81% SP-B3_Entree_02@B3_Entree.B3-Bourrugues
0.00% 0.27% SP-B3_Amonts_03@B3_Amonts.B3-Bourrugues
0.00% 0.04% SP-B3_Entree_04@B3_Entree.B3-Bourrugues
0.00% 0.03% SP-B3_Amonts_02@B3_Amonts.B3-Bourrugues
0.00% 0.03% SP-B3_Amonts_04@B3_Amonts.B3-Bourrugues
0.00% 0.02% SP-B3_Entree_03@B3_Entree.B3-Bourrugues
0.00% 0.01% SP-B3_Aval_01C@B3_Aval.B3-Bourrugues
0.20% 91.01% SP-B3_Aval_01@B3_Aval.B3-Bourrugues
0.14% 72.45% SP-B3_Entree_06@B3_Entree.B3-Bourrugues
4.09% 62.42% SP-B3_Entree_01B@B3_Entree.B3-Bourrugues
0.16% 46.66% SP-B3_Entree_01@B3_Entree.B3-Bourrugues
0.10% 25.24% SP-B3_Amonts_01@B3_Amonts.B3-Bourrugues
0.02% 7.89% SP-B3_Aval_01D@B3_Aval.B3-Bourrugues
0.02% 4.13% SP-B3_Aval_01A@B3_Aval.B3-Bourrugues
0.02% 3.87% SP-B3_Aval_02E@B3_Aval.B3-Bourrugues
0.06% 2.47% SP-B3_Entree_05@B3_Entree.B3-Bourrugues
0.02% 1.78% SP-B3_Entree_02@B3_Entree.B3-Bourrugues
0.02% 0.93% SP-B3_Amonts_02@B3_Amonts.B3-Bourrugues
0.01% 0.50% SP-B3_Amonts_04@B3_Amonts.B3-Bourrugues
0.01% 0.48% SP-B3_Amonts_03@B3_Amonts.B3-Bourrugues
0.01% 0.39% SP-B3_Entree_04@B3_Entree.B3-Bourrugues
0.03% 0.35% SP-B3_Entree_03@B3_Entree.B3-Bourrugues
0.01% 0.20% SP-B3_Aval_01C@B3_Aval.B3-Bourrugues
################### end of scrap distortions ###################
###################### scrap distortions #######################
PROJECTION: extended
AVERAGE MAXIMAL SCRAP
0.09% 4.75% SC-B3_Entree_01@B3_Entree.B3-Bourrugues
0.01% 0.99% SC-B3_Entree_06@B3_Entree.B3-Bourrugues
0.00% 0.37% SC-B3_Entree_02@B3_Entree.B3-Bourrugues
0.00% 0.01% SC-B3_Entree_04@B3_Entree.B3-Bourrugues
0.09% 4.63% SC-B3_Entree_01@B3_Entree.B3-Bourrugues
0.01% 1.06% SC-B3_Entree_06@B3_Entree.B3-Bourrugues
0.00% 0.41% SC-B3_Entree_02@B3_Entree.B3-Bourrugues
0.00% 0.26% SC-B3_Entree_04@B3_Entree.B3-Bourrugues
0.00% 0.00% SC-B3_Entree_03@B3_Entree.B3-Bourrugues
0.00% 0.00% SC-B3_Entree_05@B3_Entree.B3-Bourrugues
################### end of scrap distortions ###################
@@ -29,7 +29,7 @@ scrap SC-GL102_Amont_01A -projection extended -station-names "" "@GL102_Amont_01
smooth off
endline
line rock-edge -close on
line rock-border -close on
4930.0 1058.0
4872.0 1038.0
4888.0 1002.0
@@ -37,7 +37,7 @@ scrap SC-GL102_Amont_01A -projection extended -station-names "" "@GL102_Amont_01
4930.0 1058.0
endline
line rock-edge -close on
line rock-border -close on
3770.0 1040.0
3738.0 1014.0
3738.0 1014.0 3802.0 966.0 3810.0 970.0
@@ -17,7 +17,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
l91-3534-7426
endarea
line rock-edge -close on
line rock-border -close on
2174.0 6796.0
2098.0 6758.0
2136.0 6696.0
@@ -25,7 +25,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
2174.0 6796.0
endline
line rock-edge -close on
line rock-border -close on
2122.0 6918.0
2060.0 6914.0
2060.0 6840.0
@@ -34,7 +34,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
2122.0 6918.0
endline
line rock-edge -close on
line rock-border -close on
3948.0 5990.0
3956.0 5940.0
3994.0 5954.0
@@ -42,7 +42,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
3948.0 5990.0
endline
line rock-edge -close on
line rock-border -close on
2562.0 6890.0
2534.0 6862.0
2562.0 6846.0
@@ -82,7 +82,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
smooth off
endline
line rock-edge -close on
line rock-border -close on
4772.0 5876.0
4746.0 5788.0
4824.0 5766.0
@@ -91,7 +91,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
4772.0 5876.0
endline
line rock-edge -close on
line rock-border -close on
4276.0 5956.0
4258.0 5908.0
4344.0 5942.0
@@ -99,7 +99,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
4276.0 5956.0
endline
line rock-edge -close on
line rock-border -close on
3192.0 6674.0
3190.0 6618.0
3232.0 6612.0
@@ -107,7 +107,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
3192.0 6674.0
endline
line rock-edge -close on
line rock-border -close on
3446.0 6142.0
3440.0 6098.0
3514.0 6100.0
@@ -119,7 +119,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
point 7210.0 5368.0 station-name -scale xs
line rock-edge -close on
line rock-border -close on
5054.0 5838.0
5062.0 5778.0
5102.0 5778.0
@@ -127,14 +127,14 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
5054.0 5838.0
endline
line rock-edge -close on
line rock-border -close on
5446.0 5792.0
5478.0 5730.0
5516.0 5748.0
5446.0 5792.0
endline
line rock-edge -close on
line rock-border -close on
5000.0 6040.0
4968.0 5986.0
5004.0 5960.0
@@ -210,7 +210,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
point 4070.0 6914.0 water-flow -orientation 303.8
line rock-edge -close on
line rock-border -close on
4532.0 6460.0
4488.0 6426.0
4532.0 6404.0
@@ -221,7 +221,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
point 3734.0 7240.0 water-flow -orientation 296.1
line rock-edge -close on
line rock-border -close on
4754.0 6362.0
4718.0 6264.0
4780.0 6266.0
@@ -229,7 +229,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
4754.0 6362.0
endline
line rock-edge -close on
line rock-border -close on
4118.0 6564.0
4124.0 6522.0
4124.0 6522.0 4150.0 6506.0 4160.0 6514.0
@@ -237,14 +237,14 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
smooth off
endline
line rock-edge -close on
line rock-border -close on
3752.0 6692.0
3738.0 6656.0
3786.0 6652.0
3752.0 6692.0
endline
line rock-edge -close on
line rock-border -close on
3248.0 6838.0
3238.0 6788.0
3304.0 6796.0
@@ -252,7 +252,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
3248.0 6838.0
endline
line rock-edge -close on
line rock-border -close on
3258.0 7024.0
3208.0 6980.0
3252.0 6946.0
@@ -260,7 +260,7 @@ scrap SP-GL102_Amont_01A -station-names "" "@GL102_Amont_01" -author 2024 "Alexa
3258.0 7024.0
endline
line rock-edge -close on
line rock-border -close on
2934.0 7004.0
2840.0 6950.0
2898.0 6914.0
@@ -803,7 +803,7 @@ scrap SC-GL102_Entree_02B -projection extended -author 2024 "Alexandre Pont" -co
point 9688.0 7880.0 station-name -scale xs
line rock-edge -close on
line rock-border -close on
9474.580000000002 7928.7199999999975
9444.0 7906.0
9444.0 7906.0 9426.0 7872.0 9436.0 7872.0
@@ -1043,7 +1043,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
smooth off
endline
line rock-edge -close on
line rock-border -close on
5668.0 7490.0
5584.0 7488.0
5586.0 7436.0
@@ -1051,7 +1051,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
5668.0 7490.0
endline
line rock-edge -close on
line rock-border -close on
3586.0 7342.0
3508.0 7310.0
3502.0 7206.0
@@ -1060,7 +1060,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
3586.0 7342.0
endline
line rock-edge -close on
line rock-border -close on
4076.0 7382.0
3996.0 7360.0
4010.0 7282.0
@@ -1068,7 +1068,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
4076.0 7382.0
endline
line rock-edge -close on
line rock-border -close on
2826.0 7132.0
2726.0 7156.0
2660.0 7092.0
@@ -1076,7 +1076,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
2826.0 7132.0
endline
line rock-edge -close on
line rock-border -close on
1320.0 6736.0
1228.0 6714.0
1270.0 6600.0
@@ -1084,7 +1084,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
1320.0 6736.0
endline
line rock-edge -close on
line rock-border -close on
1074.0 6604.0
938.0 6596.0
840.0 6566.0
@@ -1092,7 +1092,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
1074.0 6604.0
endline
line rock-edge -close on
line rock-border -close on
92.0 6308.0
6.0 6272.0
46.0 6230.0
@@ -1100,7 +1100,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
92.0 6308.0
endline
line rock-edge -close on
line rock-border -close on
530.0 6488.0
394.0 6434.0
356.0 6314.0
@@ -1109,7 +1109,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
530.0 6488.0
endline
line rock-edge -close on
line rock-border -close on
-358.0 6176.0
-416.0 6112.0
-418.0 6058.0
@@ -1117,7 +1117,7 @@ scrap SC-GL102_Entree_02C -projection extended -author 2024 "Alexandre Pont" -co
-358.0 6176.0
endline
line rock-edge -close on
line rock-border -close on
-954.0 5978.0
-998.0 5944.0
-984.0 5874.0
@@ -1302,7 +1302,7 @@ scrap SC-GL102_Aval_01A -projection extended -author 2024 "Alexandre Pont" -copy
smooth off
endline
line rock-edge -close on
line rock-border -close on
-8312.0 5382.0
-8360.0 5288.0
-8360.0 5288.0 -8286.0 5260.0 -8280.0 5262.0
@@ -1312,7 +1312,7 @@ scrap SC-GL102_Aval_01A -projection extended -author 2024 "Alexandre Pont" -copy
-8312.0 5382.0
endline
line rock-edge -close on
line rock-border -close on
-6342.0 5670.0
-6426.0 5584.0
-6426.0 5584.0 -6364.0 5570.0 -6356.0 5568.0
@@ -1322,7 +1322,7 @@ scrap SC-GL102_Aval_01A -projection extended -author 2024 "Alexandre Pont" -copy
-6342.0 5670.0
endline
line rock-edge -close on
line rock-border -close on
-7230.0 5494.0
-7278.0 5428.0
-7206.0 5420.0
@@ -1435,7 +1435,7 @@ scrap SC-GL102_Aval_01A -projection extended -author 2024 "Alexandre Pont" -copy
point -492.0 5664.0 continuation -attr code A -attr Cavite "GL102" -attr reseau "Grand chao" -text "à topographier" # -attr CA "inconnu"
line rock-edge -close on
line rock-border -close on
-2114.0 5616.0
-2182.0 5578.0
-2116.0 5556.0
@@ -1443,7 +1443,7 @@ scrap SC-GL102_Aval_01A -projection extended -author 2024 "Alexandre Pont" -copy
-2114.0 5616.0
endline
line rock-edge -close on
line rock-border -close on
-1496.0 5930.0
-1504.0 5932.0 -1622.0 5876.0 -1622.0 5876.0
smooth off
@@ -1454,7 +1454,7 @@ scrap SC-GL102_Aval_01A -projection extended -author 2024 "Alexandre Pont" -copy
-1464.0 5924.0 -1488.0 5928.0 -1496.0 5930.0
endline
line rock-edge -close on
line rock-border -close on
-1724.0 5674.0
-1766.0 5624.0
-1696.0 5612.0
@@ -1585,7 +1585,7 @@ scrap SC-GL102_Aval_01B -projection extended -author 2024 "Alexandre Pont" -copy
point -12714.529999999999 5864.149999999998 station -name 112@GL102_Aval_01
line rock-edge -close on
line rock-border -close on
-12626.0 5796.0
-12626.0 5796.0 -12806.0 5800.0 -12832.0 5798.0
-12858.0 5796.0 -12980.0 5804.0 -12982.0 5778.0
@@ -1612,7 +1612,7 @@ scrap SC-GL102_Aval_01B -projection extended -author 2024 "Alexandre Pont" -copy
line rock-edge
endline
line rock-edge -close on
line rock-border -close on
-12328.0 5762.0
-12556.0 5780.0
-12542.0 5642.0
@@ -1653,7 +1653,7 @@ scrap SC-GL102_Aval_01B -projection extended -author 2024 "Alexandre Pont" -copy
-10464.0 5474.0
endline
line rock-edge -close on
line rock-border -close on
-8948.0 5412.0
-9048.0 5396.0
-9024.0 5324.0
@@ -1661,7 +1661,7 @@ scrap SC-GL102_Aval_01B -projection extended -author 2024 "Alexandre Pont" -copy
-8948.0 5412.0
endline
line rock-edge -close on
line rock-border -close on
-10016.0 5528.0
-10082.0 5450.0
-10082.0 5450.0 -10008.0 5382.0 -10000.0 5382.0
@@ -1670,7 +1670,7 @@ scrap SC-GL102_Aval_01B -projection extended -author 2024 "Alexandre Pont" -copy
smooth off
endline
line rock-edge -close on
line rock-border -close on
-10568.0 5594.0
-10722.0 5522.0
-10632.0 5442.0
@@ -1679,7 +1679,7 @@ scrap SC-GL102_Aval_01B -projection extended -author 2024 "Alexandre Pont" -copy
-10568.0 5594.0
endline
line rock-edge -close on
line rock-border -close on
-11764.0 5768.0
-11970.0 5766.0
-11968.0 5718.0
@@ -1759,7 +1759,7 @@ scrap SC-GL102_Aval_01B -projection extended -author 2024 "Alexandre Pont" -copy
point -9724.0 5458.0 air-draught -orientation 277.5 -subtype summer
line rock-edge -close on
line rock-border -close on
-9280.0 5842.0
-9684.0 5548.0
-9804.0 5554.0
@@ -2010,7 +2010,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
smooth off
endline
line rock-edge -close on
line rock-border -close on
-27022.0 4336.0
-27066.0 4300.0
-27004.0 4254.0
@@ -2018,7 +2018,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
-27022.0 4336.0
endline
line rock-edge -close on
line rock-border -close on
-25356.0 4480.0
-25352.0 4404.0
-25352.0 4404.0 -25298.0 4406.0 -25296.0 4412.0
@@ -2027,14 +2027,14 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
-25356.0 4480.0
endline
line rock-edge -close on
line rock-border -close on
-24446.0 4626.0
-24446.0 4570.0
-24332.0 4596.0
-24446.0 4626.0
endline
line rock-edge -close on
line rock-border -close on
-23358.0 4762.0
-23392.0 4710.0
-23342.0 4682.0
@@ -2042,7 +2042,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
-23358.0 4762.0
endline
line rock-edge -close on
line rock-border -close on
-22316.0 4808.0
-22352.0 4740.0
-22272.0 4712.0
@@ -2050,7 +2050,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
-22316.0 4808.0
endline
line rock-edge -close on
line rock-border -close on
-20118.0 5262.0
-20174.0 5164.0
-20084.0 5136.0
@@ -2058,7 +2058,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
-20118.0 5262.0
endline
line rock-edge -close on
line rock-border -close on
-18814.0 5498.0
-18878.0 5416.0
-18828.0 5384.0
@@ -2066,7 +2066,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
-18814.0 5498.0
endline
line rock-edge -close on
line rock-border -close on
-17348.0 5542.0
-17368.0 5498.0
-17320.0 5496.0
@@ -2074,7 +2074,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
-17348.0 5542.0
endline
line rock-edge -close on
line rock-border -close on
-16008.0 5762.0
-16034.0 5700.0
-15962.0 5652.0
@@ -2082,7 +2082,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
-16008.0 5762.0
endline
line rock-edge -close on
line rock-border -close on
-15058.0 5868.0
-15122.0 5824.0
-15056.0 5760.0
@@ -2092,7 +2092,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
point -21592.0 4630.0 label -text R4
line rock-edge -close on
line rock-border -close on
-21826.0 4960.0
-21868.0 4912.0
-21854.0 4866.0
@@ -2100,7 +2100,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
-21826.0 4960.0
endline
line rock-edge -close on
line rock-border -close on
-21538.0 5088.0
-21598.0 5078.0
-21602.0 5016.0
@@ -2148,7 +2148,7 @@ scrap SC-GL102_Aval_01C -projection extended -author 2024 "Alexandre Pont" -copy
smooth off
endline
line rock-edge -close on
line rock-border -close on
-27180.0 4238.0
-27272.0 4266.0
-27296.0 4136.0
@@ -2202,7 +2202,7 @@ scrap SC-GL102_Aval_01D -projection extended -author 2024 "Alexandre Pont" -copy
point -28402.19 4135.409999999998 station -name 146@GL102_Aval_01
line rock-edge -close on
line rock-border -close on
-27776.0 4346.0
-27852.0 4284.0
-27786.0 4238.0
@@ -2211,14 +2211,14 @@ scrap SC-GL102_Aval_01D -projection extended -author 2024 "Alexandre Pont" -copy
-27776.0 4346.0
endline
line rock-edge -close on
line rock-border -close on
-29016.0 3680.0
-29048.0 3628.0
-29010.0 3648.0
-29016.0 3680.0
endline
line rock-edge -close on
line rock-border -close on
-29942.0 3448.0
-29948.0 3412.0
-29902.0 3414.0
@@ -2226,7 +2226,7 @@ scrap SC-GL102_Aval_01D -projection extended -author 2024 "Alexandre Pont" -copy
-29942.0 3448.0
endline
line rock-edge -close on
line rock-border -close on
-30832.0 3182.0
-30874.0 3146.0
-30858.0 3104.0
@@ -622,7 +622,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
point 35632.0 5352.0 breakdown-choke
line rock-edge -close on
line rock-border -close on
36811.0 5517.0
36774.0 5496.0
36819.0 5474.0
@@ -730,7 +730,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
smooth off
endline
line rock-edge -close on
line rock-border -close on
35208.0 5356.0
35192.0 5328.0
35219.0 5309.0
@@ -738,7 +738,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
35208.0 5356.0
endline
line rock-edge -close on
line rock-border -close on
35178.0 5504.5
35178.0 5504.5 35166.0 5440.5 35167.5 5438.0
35169.0 5435.5 35194.0 5418.0 35194.0 5418.0
@@ -803,7 +803,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
smooth off
endline
line rock-edge -close on
line rock-border -close on
37924.0 5640.0
37886.0 5611.0
37908.0 5589.0
@@ -811,7 +811,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
37924.0 5640.0
endline
line rock-edge -close on
line rock-border -close on
37550.0 5696.0
37506.0 5692.0
37488.0 5646.0
@@ -836,7 +836,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
38147.0 5560.0
endline
line rock-edge -close on
line rock-border -close on
38104.0 5750.0
38075.0 5732.0
38112.0 5691.0
@@ -844,7 +844,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
38104.0 5750.0
endline
line rock-edge -close on
line rock-border -close on
38052.0 5618.0
38028.0 5591.0
38056.0 5575.0
@@ -852,7 +852,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
38052.0 5618.0
endline
line rock-edge -close on
line rock-border -close on
37616.0 5839.0
37585.0 5816.0
37581.0 5781.0
@@ -861,7 +861,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
37616.0 5839.0
endline
line rock-edge -close on
line rock-border -close on
37742.0 5744.0
37723.0 5709.0
37764.0 5703.0
@@ -869,7 +869,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
37742.0 5744.0
endline
line rock-edge -close on
line rock-border -close on
37979.0 5840.0
37914.0 5794.0
37949.0 5763.0
@@ -877,7 +877,7 @@ scrap SP-GL102_Entree_02B -author 2024 "Alexandre Pont" -copyright 2024 "licence
37979.0 5840.0
endline
line rock-edge -close on
line rock-border -close on
38304.0 6086.0
38265.0 6064.0
38281.0 6029.0
@@ -1051,7 +1051,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
line rock-edge
endline
line rock-edge -close on
line rock-border -close on
34456.0 5532.0
34432.0 5416.0
34536.0 5432.0
@@ -1059,7 +1059,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
34456.0 5532.0
endline
line rock-edge -close on
line rock-border -close on
31696.0 6076.0
31696.0 5996.0
31772.0 6000.0
@@ -1067,7 +1067,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
31696.0 6076.0
endline
line rock-edge -close on
line rock-border -close on
33068.0 6196.0
33024.0 6132.0
33140.0 6096.0
@@ -1075,14 +1075,14 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
33068.0 6196.0
endline
line rock-edge -close on
line rock-border -close on
30884.0 6260.0
30900.0 6180.0
30948.0 6204.0
30884.0 6260.0
endline
line rock-edge -close on
line rock-border -close on
29988.0 6764.0
29948.0 6668.0
30060.0 6672.0
@@ -1090,7 +1090,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
29988.0 6764.0
endline
line rock-edge -close on
line rock-border -close on
29324.0 6720.0
29224.0 6612.0
29320.0 6548.0
@@ -1127,7 +1127,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
31544.0 6332.0
endline
line rock-edge -close on
line rock-border -close on
28750.0 6852.0
28646.0 6744.0
28646.0 6744.0 28476.0 6796.0 28478.0 6804.0
@@ -1137,7 +1137,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
28750.0 6852.0
endline
line rock-edge -close on
line rock-border -close on
29792.0 7120.0
29780.0 7000.0
29780.0 7000.0 29900.0 6992.0 29910.0 7002.0
@@ -1146,7 +1146,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
29792.0 7120.0
endline
line rock-edge -close on
line rock-border -close on
30762.0 6630.0
30762.0 6630.0 30554.0 6508.0 30566.0 6498.0
30578.0 6488.0 30646.0 6454.0 30646.0 6454.0
@@ -1157,7 +1157,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
30762.0 6630.0
endline
line rock-edge -close on
line rock-border -close on
31214.0 6412.0
31214.0 6412.0 31210.0 6264.0 31218.0 6246.0
31226.0 6228.0 31330.0 6150.0 31330.0 6150.0
@@ -1166,7 +1166,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
31214.0 6412.0
endline
line rock-edge -close on
line rock-border -close on
31570.0 6654.0
31552.0 6570.0
31552.0 6570.0 31636.0 6568.0 31642.0 6570.0
@@ -1175,7 +1175,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
31570.0 6654.0
endline
line rock-edge -close on
line rock-border -close on
32436.0 6190.0
32386.0 6068.0
32386.0 6068.0 32464.0 6072.0 32472.0 6076.0
@@ -1184,7 +1184,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
32436.0 6190.0
endline
line rock-edge -close on
line rock-border -close on
33382.0 5920.0
33288.0 5866.0
33336.0 5806.0
@@ -1192,7 +1192,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
33382.0 5920.0
endline
line rock-edge -close on
line rock-border -close on
33862.0 5540.0
33856.0 5536.0 33762.0 5432.0 33762.0 5432.0
smooth off
@@ -1201,7 +1201,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
33890.0 5456.0 33868.0 5544.0 33862.0 5540.0
endline
line rock-edge -close on
line rock-border -close on
33992.0 5862.0
33992.0 5862.0 33918.0 5836.0 33920.0 5826.0
33922.0 5816.0 33970.0 5778.0 33970.0 5778.0
@@ -1215,7 +1215,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
32850.0 5712.0
endline
line rock-edge -close on
line rock-border -close on
32980.0 5880.0
32896.0 5870.0
32924.0 5804.0
@@ -1257,7 +1257,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
34158.0 5558.0
endline
line rock-edge -close on
line rock-border -close on
35256.0 5706.0
35200.0 5676.0
35226.0 5618.0
@@ -1310,7 +1310,7 @@ scrap SP-GL102_Entree_02C -author 2024 "Alexandre Pont" -copyright 2024 "licence
line wall
endline
line rock-edge -close on
line rock-border -close on
34910.0 5302.0
34844.0 5231.0
34789.0 5220.0
@@ -1357,7 +1357,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
l311-25836-5270
endarea
line rock-edge -close on
line rock-border -close on
25356.0 5150.0
25360.0 5004.0
25360.0 5004.0 25430.0 5030.0 25430.0 5038.0
@@ -1366,7 +1366,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
25356.0 5150.0
endline
line rock-edge -close on
line rock-border -close on
25450.0 5680.0
25450.0 5680.0 25402.0 5634.0 25408.0 5630.0
25414.0 5626.0 25490.0 5614.0 25490.0 5614.0
@@ -1384,7 +1384,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
smooth off
endline
line rock-edge -close on
line rock-border -close on
27952.0 6644.0
27946.0 6560.0
27996.0 6574.0
@@ -1443,7 +1443,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
smooth off
endline
line rock-edge -close on
line rock-border -close on
28224.0 6888.0
28164.0 6678.0
28290.0 6632.0
@@ -1452,7 +1452,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
28224.0 6888.0
endline
line rock-edge -close on
line rock-border -close on
28424.0 6522.0
28344.0 6518.0
28336.0 6578.0
@@ -1461,7 +1461,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
28424.0 6522.0
endline
line rock-edge -close on
line rock-border -close on
27808.0 6440.0
27778.0 6392.0
27810.0 6370.0
@@ -1471,7 +1471,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
27808.0 6440.0
endline
line rock-edge -close on
line rock-border -close on
25396.0 5526.0
25402.0 5408.0
25474.0 5456.0
@@ -1479,7 +1479,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
25396.0 5526.0
endline
line rock-edge -close on
line rock-border -close on
25600.0 5270.0
25600.0 5270.0 25560.0 5226.0 25556.0 5218.0
25552.0 5210.0 25578.0 5124.0 25578.0 5124.0
@@ -1537,7 +1537,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
smooth off
endline
line rock-edge -close on
line rock-border -close on
24344.0 5614.0
24294.0 5458.0
24414.0 5482.0
@@ -1545,7 +1545,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
24344.0 5614.0
endline
line rock-edge -close on
line rock-border -close on
23504.0 5340.0
23502.0 5216.0
23604.0 5264.0
@@ -1553,7 +1553,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
23504.0 5340.0
endline
line rock-edge -close on
line rock-border -close on
23998.0 5480.0
23848.0 5486.0
23844.0 5362.0
@@ -1561,7 +1561,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
23998.0 5480.0
endline
line rock-edge -close on
line rock-border -close on
25046.0 5098.0
24978.0 5028.0
25086.0 4936.0
@@ -1569,7 +1569,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
25046.0 5098.0
endline
line rock-edge -close on
line rock-border -close on
22970.0 5408.0
22978.0 5324.0
23104.0 5296.0
@@ -1578,7 +1578,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
22970.0 5408.0
endline
line rock-edge -close on
line rock-border -close on
23386.0 5722.0
23336.0 5602.0
23348.0 5498.0
@@ -1622,7 +1622,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
smooth off
endline
line rock-edge -close on
line rock-border -close on
24604.0 5240.0
24512.0 5168.0
24630.0 5098.0
@@ -1631,7 +1631,7 @@ scrap SP-GL102_Aval_01A -author 2024 "Alexandre Pont" -copyright 2024 "licence C
24604.0 5240.0
endline
line rock-edge -close on
line rock-border -close on
25066.0 5642.0
24932.0 5572.0
25042.0 5522.0
@@ -1718,7 +1718,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
point 21212.58 5954.33 station -name 102@GL102_Aval_01
line rock-edge -close on
line rock-border -close on
21838.0 5982.0
21768.0 5964.0
21804.0 5908.0
@@ -1746,7 +1746,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
18724.0 8342.0
endline
line rock-edge -close on
line rock-border -close on
18872.0 8382.0
18808.0 8380.0
18794.0 8260.0
@@ -1754,7 +1754,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
18872.0 8382.0
endline
line rock-edge -close on
line rock-border -close on
18570.0 8186.0
18476.0 8120.0
18508.0 8066.0
@@ -1762,7 +1762,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
18570.0 8186.0
endline
line rock-edge -close on
line rock-border -close on
18402.0 8002.0
18282.0 7980.0
18280.0 7804.0
@@ -1774,7 +1774,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
point 18976.0 7708.0 height -value [-5 m]
line rock-edge -close on
line rock-border -close on
18488.0 7722.0
18444.0 7666.0
18598.0 7606.0
@@ -1802,7 +1802,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
smooth off
endline
line rock-edge -close on
line rock-border -close on
18446.0 7542.0
18438.0 7542.0 18210.0 7494.0 18210.0 7494.0
smooth off
@@ -1811,7 +1811,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
18444.0 7418.0 18454.0 7542.0 18446.0 7542.0
endline
line rock-edge -close on
line rock-border -close on
18760.0 7558.0
18760.0 7558.0 18680.0 7578.0 18540.0 7610.0
18400.0 7642.0 18344.0 7650.0 18342.0 7640.0
@@ -1825,7 +1825,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
point 19272.0 7244.0 traverse
line rock-edge -close on
line rock-border -close on
18970.0 7278.0
18658.0 7370.0
18620.0 7246.0
@@ -1833,7 +1833,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
18970.0 7278.0
endline
line rock-edge -close on
line rock-border -close on
18842.0 7498.0
18790.0 7448.0
18864.0 7380.0
@@ -1841,7 +1841,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
18842.0 7498.0
endline
line rock-edge -close on
line rock-border -close on
19124.0 7266.0
19020.0 7276.0
19008.0 7194.0
@@ -1849,7 +1849,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
19124.0 7266.0
endline
line rock-edge -close on
line rock-border -close on
19466.0 7164.0
19334.0 7144.0
19370.0 7066.0
@@ -1869,7 +1869,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
point 19394.0 6618.0 label -text R2
line rock-edge -close on
line rock-border -close on
20416.0 6640.0
20310.0 6632.0
20310.0 6512.0
@@ -1878,7 +1878,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
20416.0 6640.0
endline
line rock-edge -close on
line rock-border -close on
19854.0 7070.0
19932.0 6978.0
20076.0 6954.0
@@ -1890,7 +1890,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
point 20150.0 7044.0 rope
line rock-edge -close on
line rock-border -close on
20000.0 6858.0
19994.0 6862.0 19916.0 6932.0 19890.0 6932.0
19864.0 6932.0 19778.0 6880.0 19778.0 6880.0
@@ -1932,7 +1932,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
smooth off
endline
line rock-edge -close on
line rock-border -close on
22192.0 5898.0
22132.0 5882.0
22106.0 5830.0
@@ -1944,7 +1944,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
line rock-edge
endline
line rock-edge -close on
line rock-border -close on
18502.0 7772.0
18486.0 7748.0
18516.0 7738.0
@@ -1978,7 +1978,7 @@ scrap SP-GL102_Aval_01B -author 2024 "Alexandre Pont" -copyright 2024 "licence C
point 21120.0 5722.0 air-draught -orientation 316.7 -subtype summer
line rock-edge -close on
line rock-border -close on
21858.0 6188.0
21268.0 6032.0
21252.0 6116.0
@@ -2037,7 +2037,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
point 8676.360000000002 5407.08 station -name 141@GL102_Aval_01
line rock-edge -close on
line rock-border -close on
18114.0 8712.0
18114.0 8712.0 18120.0 8624.0 18128.0 8622.0
18136.0 8620.0 18200.0 8650.0 18200.0 8650.0
@@ -2046,7 +2046,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
18114.0 8712.0
endline
line rock-edge -close on
line rock-border -close on
17668.0 8634.0
17618.0 8572.0
17678.0 8538.0
@@ -2144,7 +2144,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
point 11000.0 6072.0 stalactites
line rock-edge -close on
line rock-border -close on
7754.0 4862.0
7748.0 4712.0
7892.0 4708.0
@@ -2152,7 +2152,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
7754.0 4862.0
endline
line rock-edge -close on
line rock-border -close on
8070.0 4790.0
7996.0 4736.0
8046.0 4700.0
@@ -2160,7 +2160,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
8070.0 4790.0
endline
line rock-edge -close on
line rock-border -close on
8792.0 5238.0
8764.0 5132.0
8832.0 5092.0
@@ -2168,7 +2168,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
8792.0 5238.0
endline
line rock-edge -close on
line rock-border -close on
9978.0 5428.0
9932.0 5266.0
9932.0 5266.0 10018.0 5266.0 10024.0 5270.0
@@ -2178,7 +2178,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
9978.0 5428.0
endline
line rock-edge -close on
line rock-border -close on
10680.0 6140.0
10646.0 6064.0
10712.0 6042.0
@@ -2186,7 +2186,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
10680.0 6140.0
endline
line rock-edge -close on
line rock-border -close on
11636.0 6366.0
11604.0 6272.0
11668.0 6242.0
@@ -2194,7 +2194,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
11636.0 6366.0
endline
line rock-edge -close on
line rock-border -close on
12016.0 6802.0
11974.0 6734.0
12066.0 6704.0
@@ -2208,7 +2208,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
smooth off
endline
line rock-edge -close on
line rock-border -close on
12504.0 7329.0
12555.0 7273.0
12584.0 7329.0
@@ -2216,7 +2216,7 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
12504.0 7329.0
endline
line rock-edge -close on
line rock-border -close on
12696.0 7292.0
12668.0 7176.0
12748.0 7172.0
@@ -2224,14 +2224,14 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
12696.0 7292.0
endline
line rock-edge -close on
line rock-border -close on
13444.0 7980.0
13468.0 7868.0
13560.0 7884.0
13444.0 7980.0
endline
line rock-edge -close on
line rock-border -close on
14060.0 8324.0
14244.0 8388.0
14280.0 8292.0
@@ -2239,14 +2239,14 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
14060.0 8324.0
endline
line rock-edge -close on
line rock-border -close on
14656.0 9000.0
14656.0 8916.0
14784.0 8848.0
14656.0 9000.0
endline
line rock-edge -close on
line rock-border -close on
16588.0 8932.0
16568.0 8840.0
16728.0 8876.0
@@ -2254,14 +2254,14 @@ scrap SP-GL102_Aval_01C -author 2024 "Alexandre Pont" -copyright 2024 "licence C
16588.0 8932.0
endline
line rock-edge -close on
line rock-border -close on
16084.0 9116.0
15976.0 9048.0
16008.0 8984.0
16084.0 9116.0
endline
line rock-edge -close on
line rock-border -close on
17120.0 8736.0
17016.0 8688.0
17064.0 8596.0
@@ -2474,7 +2474,7 @@ scrap SP-GL102_Aval_01D -author 2024 "Alexandre Pont" -copyright 2024 "licence C
7480.0 5262.0
endline
line rock-edge -close on
line rock-border -close on
6994.0 5840.0
6920.0 5772.0
6992.0 5670.0
@@ -2482,7 +2482,7 @@ scrap SP-GL102_Aval_01D -author 2024 "Alexandre Pont" -copyright 2024 "licence C
6994.0 5840.0
endline
line rock-edge -close on -reverse on
line rock-border -close on -reverse on
6934.0 5424.0
6828.0 5374.0
6864.0 5248.0
@@ -2490,7 +2490,7 @@ scrap SP-GL102_Aval_01D -author 2024 "Alexandre Pont" -copyright 2024 "licence C
6934.0 5424.0
endline
line rock-edge -close on
line rock-border -close on
5806.0 5420.0
5730.0 5354.0
5730.0 5354.0 5770.0 5266.0 5778.0 5264.0
@@ -2499,7 +2499,7 @@ scrap SP-GL102_Aval_01D -author 2024 "Alexandre Pont" -copyright 2024 "licence C
5806.0 5420.0
endline
line rock-edge -close on
line rock-border -close on
5936.0 5554.0
5888.0 5516.0
5972.0 5372.0
@@ -11,14 +11,14 @@ scrap SP-GL102_Entree_02A -author 2024 "Alexandre Pont" -copyright 2024 "licence
point 38769.0 6712.0 height -value [-105 m]
line rock-edge -close on
line rock-border -close on
38853.0 6491.0
38847.5 6476.5
38860.5 6477.0
38853.0 6491.0
endline
line rock-edge -close on
line rock-border -close on
38853.5 6536.5
38844.0 6528.5
38854.0 6519.5
@@ -268,7 +268,7 @@ scrap SP-GL102_Aval_01E -author 2024 "Alexandre Pont" -copyright 2024 "licence C
point 29355.0 6182.0 continuation -attr code A -attr Cavite "GL102" -attr reseau "Grand chao" -text "à topographier" # -attr CA "inconnu"
line rock-edge -close on
line rock-border -close on
28510.0 6500.0
28508.0 6472.0
28540.0 6471.0
@@ -276,7 +276,7 @@ scrap SP-GL102_Aval_01E -author 2024 "Alexandre Pont" -copyright 2024 "licence C
28510.0 6500.0
endline
line rock-edge -close on
line rock-border -close on
28474.0 6528.0
28489.0 6506.0
28516.0 6516.0
@@ -11,7 +11,7 @@ scrap SC-GL102_Riviere_01A -projection extended -station-names "" "@GL102_Rivier
point 834.7499999999997 779.92 station -name 10
line rock-edge -close on
line rock-border -close on
1200.0 966.0
1178.0 908.0
1252.0 872.0
@@ -19,7 +19,7 @@ scrap SC-GL102_Riviere_01A -projection extended -station-names "" "@GL102_Rivier
1200.0 966.0
endline
line rock-edge -close on
line rock-border -close on
914.0 1162.0
838.0 1150.0
828.0 1220.0
@@ -27,7 +27,7 @@ scrap SC-GL102_Riviere_01A -projection extended -station-names "" "@GL102_Rivier
914.0 1162.0
endline
line rock-edge -close on
line rock-border -close on
790.0 1136.0
742.0 1074.0
756.0 988.0
@@ -92,7 +92,7 @@ scrap SC-GL102_Riviere_01A -projection extended -station-names "" "@GL102_Rivier
point 2636.0 804.0 water-flow -orientation 262.8
line rock-edge -close on
line rock-border -close on
2210.0 766.0
2192.0 718.0
2254.0 736.0
@@ -100,7 +100,7 @@ scrap SC-GL102_Riviere_01A -projection extended -station-names "" "@GL102_Rivier
2210.0 766.0
endline
line rock-edge -close on
line rock-border -close on
2528.0 840.0
2484.0 782.0
2540.0 768.0
@@ -108,14 +108,14 @@ scrap SC-GL102_Riviere_01A -projection extended -station-names "" "@GL102_Rivier
2528.0 840.0
endline
line rock-edge -close on
line rock-border -close on
1520.0 940.0
1520.0 876.0
1588.0 898.0
1520.0 940.0
endline
line rock-edge -close on
line rock-border -close on
2074.0 1012.0
2012.0 966.0
2072.0 950.0
@@ -127,7 +127,7 @@ scrap SC-GL102_Riviere_01A -projection extended -station-names "" "@GL102_Rivier
point 1744.0 2546.0 label -text embarcadère -scale xl
line rock-edge -close on
line rock-border -close on
1280.0 1198.0
1286.0 1018.0
1364.0 934.0
@@ -162,7 +162,7 @@ scrap SC-GL102_Riviere_01A -projection extended -station-names "" "@GL102_Rivier
1722.0 886.0 1554.0 872.0 1466.0 854.0
endline
line rock-edge -close on
line rock-border -close on
574.0 1318.0
580.0 1248.0
580.0 1248.0 636.0 1240.0 634.0 1246.0
@@ -171,7 +171,7 @@ scrap SC-GL102_Riviere_01A -projection extended -station-names "" "@GL102_Rivier
574.0 1318.0
endline
line rock-edge -close on
line rock-border -close on
1036.0 1056.0
1026.0 970.0
1076.0 922.0
@@ -231,7 +231,7 @@ scrap SC-GL102_Riviere_01B -projection extended -station-names "" "@GL102_Rivier
point -1455.5300000000004 1035.04 station -name 20
line rock-edge -close on
line rock-border -close on
-2096.0 1016.0
-2100.0 926.0
-2020.0 904.0
@@ -239,7 +239,7 @@ scrap SC-GL102_Riviere_01B -projection extended -station-names "" "@GL102_Rivier
-2096.0 1016.0
endline
line rock-edge -close on
line rock-border -close on
-1684.0 1150.0
-1744.0 1114.0
-1724.0 1044.0
@@ -247,7 +247,7 @@ scrap SC-GL102_Riviere_01B -projection extended -station-names "" "@GL102_Rivier
-1684.0 1150.0
endline
line rock-edge -close on
line rock-border -close on
-1790.0 1022.0
-1840.0 970.0
-1794.0 900.0
@@ -298,14 +298,14 @@ scrap SC-GL102_Riviere_01B -projection extended -station-names "" "@GL102_Rivier
smooth off
endline
line rock-edge -close on
line rock-border -close on
-2356.0 938.0
-2402.0 842.0
-2346.0 842.0
-2356.0 938.0
endline
line rock-edge -close on
line rock-border -close on
-1832.0 812.0
-1818.0 722.0
-1904.0 726.0
@@ -18,7 +18,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
smooth off
endline
line rock-edge -close on
line rock-border -close on
4848.0 2428.0
4778.0 2384.0
4818.0 2328.0
@@ -27,7 +27,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
4848.0 2428.0
endline
line rock-edge -close on
line rock-border -close on
5016.0 2884.0
5000.0 2806.0
5078.0 2788.0
@@ -38,7 +38,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
line rock-edge
endline
line rock-edge -close on
line rock-border -close on
5470.0 2620.0
5474.0 2550.0
5548.0 2596.0
@@ -46,7 +46,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
5470.0 2620.0
endline
line rock-edge -close on
line rock-border -close on
5262.0 2912.0
5198.0 2840.0
5198.0 2840.0 5322.0 2806.0 5328.0 2816.0
@@ -72,7 +72,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
point 5434.0 1542.0 label -text embarcadère -scale xl
line rock-edge -close on
line rock-border -close on
4984.0 2152.0
4962.0 2058.0
5020.0 2054.0
@@ -80,7 +80,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
4984.0 2152.0
endline
line rock-edge -close on
line rock-border -close on
5528.0 2450.0
5438.0 2394.0
5496.0 2266.0
@@ -122,7 +122,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
smooth off
endline
line rock-edge -close on
line rock-border -close on
4666.0 1420.0
4636.0 1328.0
4702.0 1312.0
@@ -130,7 +130,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
4666.0 1420.0
endline
line rock-edge -close on
line rock-border -close on
3774.0 1014.0
3756.0 932.0
3804.0 916.0
@@ -138,7 +138,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
3774.0 1014.0
endline
line rock-edge -close on
line rock-border -close on
4312.0 1382.0
4274.0 1330.0
4300.0 1292.0
@@ -157,7 +157,7 @@ scrap SP-GL102_Riviere_01A -station-names "" "@GL102_Riviere" -author 2024 "Alex
smooth off
endline
line rock-edge -close on
line rock-border -close on
4402.0 1654.0
4410.0 1570.0
4536.0 1468.0
@@ -276,7 +276,7 @@ scrap SP-GL102_Riviere_01B -station-names "" "@GL102_Riviere" -author 2024 "Alex
point 578.0 1622.0 continuation -attr code A -attr Cavite "GL102" -attr reseau "Aval embarcadère" -text "Rivière, à topographier" # -attr CA "inconnu"
line rock-edge -close on
line rock-border -close on
1476.0 1476.0
1466.0 1402.0
1502.0 1404.0
@@ -284,7 +284,7 @@ scrap SP-GL102_Riviere_01B -station-names "" "@GL102_Riviere" -author 2024 "Alex
1476.0 1476.0
endline
line rock-edge -close on
line rock-border -close on
2118.0 926.0
2102.0 870.0
2160.0 870.0
@@ -292,7 +292,7 @@ scrap SP-GL102_Riviere_01B -station-names "" "@GL102_Riviere" -author 2024 "Alex
2118.0 926.0
endline
line rock-edge -close on
line rock-border -close on
2834.0 1002.0
2804.0 946.0
2866.0 922.0
@@ -300,7 +300,7 @@ scrap SP-GL102_Riviere_01B -station-names "" "@GL102_Riviere" -author 2024 "Alex
2834.0 1002.0
endline
line rock-edge -close on
line rock-border -close on
3318.0 912.0
3272.0 870.0
3342.0 820.0
@@ -74,7 +74,7 @@ layout my_layout
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
# des caractères et des traits.
base-scale 1 1000
base-scale 1 800
# Maintenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
@@ -47,7 +47,7 @@ S 1299.88 SP-GL102_Amont_01C@Gouffre_du_Lonne_Peyret ()
########## end of export maps & scraps selection ###############
writing Outputs/GL102_Lonne_Peyret-Plan.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 23 DEC 2024 11:50
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 10:10
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -68,36 +68,36 @@ _Lonne_Peyret] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49]
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72]
[73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87]
[88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] )
[88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] )
Here is how much of MetaPost's memory you used:
25007 strings using 588292 characters
4177192 bytes of node memory
1758 symbolic tokens
25033 strings using 589713 characters
4376760 bytes of node memory
1764 symbolic tokens
10i,82n,17p,471b,5f stack positions out of 16i,98n,20p,487b,6f
116 output files written: data-patt.1 .. data.101
115 output files written: data-patt.1 .. data.100
#################### end of metapost log file ####################
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 23 DEC 2024 11:50
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 30 DEC 2024 10:10
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
(c:/Program Files/Therion/texmf/tex/glyphtounicode.tex)) (./th_fontdef.tex{c:/P
rogram Files/Therion/texmf/fonts/pdftex.map})
(./th_formdef.tex) (./th_pagedef.tex (./th_legend.tex)) (./th_pages.tex)
180 numeric registers used out of 32768
179 numeric registers used out of 32768
[1] )
(\end occurred when \ifx on line 12 was incomplete)
Here is how much of TeX's memory you used:
445 strings out of 95671
5589 string characters out of 1192323
78384 words of memory out of 1558427
1838 multiletter control sequences out of 15000+50000
444 strings out of 95671
5582 string characters out of 1192323
95453 words of memory out of 1572496
1837 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
12i,5n,8p,1688b,73s stack positions out of 5000i,500n,10000p,200000b,50000s
@@ -105,12 +105,12 @@ Here is how much of TeX's memory you used:
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
erion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 312744 bytes).
Output written on data.pdf (1 page, 325733 bytes).
PDF statistics:
337 PDF objects out of 1000 (max. 8388607)
173 compressed objects within 2 object streams
335 PDF objects out of 1000 (max. 8388607)
172 compressed objects within 2 object streams
0 named destinations out of 1000 (max. 500000)
931 words of extra memory for PDF output out of 10000 (max. 10000000)
925 words of extra memory for PDF output out of 10000 (max. 10000000)
##################### end of pdftex log file #####################
@@ -124,7 +124,7 @@ average distortion: 0.92%
done
writing Outputs/GL102_Lonne_Peyret.html ... done
writing Outputs/Surveys.html ... done
compilation time: 4 sec
compilation time: 3 sec
###################### scrap distortions #######################
@@ -2,7 +2,7 @@ therion 6.3.1 (2024-11-22)
- using Proj 9.4.1, compiled against 9.4.1
initialization file: C:\Program Files\Therion/therion.ini
reading ... done
configuration file: complexe_Lonne_Peyret-Bourrugues.thconfig
configuration file: Complexe_Lonne_Peyret-Bourrugues.thconfig
reading ... done
reading source files ... done
preprocessing database ... done
@@ -52,7 +52,7 @@ average loop error: 1.46%
calculating basic statistics ... done
processing extended elevation ... done
processing references ...
C:\Program Files\Therion\therion.exe: warning -- complexe_Lonne_Peyret-Bourrugues.thconfig [192] -- source layout not found -- Coords_Header_CDa
C:\Program Files\Therion\therion.exe: warning -- Complexe_Lonne_Peyret-Bourrugues.thconfig [192] -- source layout not found -- Coords_Header_CDa
done
selecting export objects ... done
processing projection plan ... done
@@ -147,7 +147,7 @@ S 1381.39 SP-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-
########## end of export maps & scraps selection ###############
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Plan.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 27 DEC 2024 17:00
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 10:32
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -155,60 +155,59 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
{randomseed:=42}
[1] [2] [3] [4]
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
[15]
[Warning: undefined symbol `p_entrance_ASF'] [1]
[15] [1]
[Warning: scrap outline intersects itself in scrap SP-B3_Aval_02E@B3_Aval.B3-Bo
urrugues.Complexe_Lonne_Peyret-Bourrugues] [2] [3] [4] [5]
[Warning: scrap outline intersects itself in scrap SP-B3_Aval_01D@B3_Aval.B3-Bo
urrugues.Complexe_Lonne_Peyret-Bourrugues] [6] [7] [8] [9]
[Warning: scrap outline intersects itself in scrap SP-B3_Aval_01C@B3_Aval.B3-Bo
urrugues.Complexe_Lonne_Peyret-Bourrugues] [10] [11] [12] [13] [14] [15] [16]
[17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29]
[17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28]
[Warning: scrap outline intersects itself in scrap SP-GL102_Amont_01B@Gouffre_d
u_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [30] [31] [32] [33] [34] [35]
[36] [37] [38] [39] [40] [41] [42] [43] [44]
u_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [29] [30] [31] [32] [33] [34]
[35] [36] [37] [38] [39] [40] [41] [42] [43]
[Warning: scrap outline intersects itself in scrap SP-GL102_Aval_01E@Gouffre_du
_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [45] [46] [47] [48] [49] [50]
[51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62]
_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [44] [45] [46] [47] [48] [49]
[50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61]
[Warning: scrap outline intersects itself in scrap SP-GL102_Aval_01A@Gouffre_du
_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [63] [64] [65] [66] [67] [68]
[69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83]
[84] [85]
_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [62] [63] [64] [65] [66] [67]
[68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82]
[83] [84]
[Warning: scrap outline intersects itself in scrap SP-B3_Entree_06@B3_Entree.B3
-Bourrugues.Complexe_Lonne_Peyret-Bourrugues] [86] [87] [88] [89] [90] [91]
[92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105]
[106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118]
[119] [120] [121] [122] [123] [124] [125] [126] [127]
-Bourrugues.Complexe_Lonne_Peyret-Bourrugues] [85] [86] [87] [88] [89] [90]
[91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104]
[105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117]
[118] [119] [120] [121] [122]
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_07@AP7_Aval.AP7_
Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [128] [129] [130] [131]
Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [123] [124] [125] [126]
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_06@AP7_Aval.AP7_
Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [132] [133] [134] [135]
Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [127] [128] [129] [130]
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_05@AP7_Aval.AP7_
Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [136] [137] [138] [139] [140]
[141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153]
[154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165]
Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [131] [132] [133] [134] [135]
[136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148]
[149] [150] [151] [152] [153] [154] [155] [156] [157] [158]
[Warning: scrap outline intersects itself in scrap SP-AP7_Entree_01@AP7_Entree.
AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [166] [167] [168]
(./mptextmp.mp) [169] (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [170] [171] [172] [173] [174]
[175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187]
[188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200]
[201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213]
[214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] )
AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [159] [160] [161]
(./mptextmp.mp) [162] (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [163] [164] [165] [166] [167]
[168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180]
[181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193]
[194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206]
[207] [208] [209] [210] [211] [212] [213] [214] [215] [216] )
Here is how much of MetaPost's memory you used:
130615 strings using 3101613 characters
7608928 bytes of node memory
1767 symbolic tokens
130617 strings using 3101634 characters
5889296 bytes of node memory
1775 symbolic tokens
10i,82n,17p,471b,5f stack positions out of 16i,98n,20p,487b,6f
239 output files written: data-patt.1 .. data.224
231 output files written: data-patt.1 .. data.216
#################### end of metapost log file ####################
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 27 DEC 2024 17:00
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 30 DEC 2024 10:32
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
@@ -221,10 +220,10 @@ Normal \count register pool exhausted, switching to extended pool.)
[1] )
(\end occurred when \ifx on line 12 was incomplete)
Here is how much of TeX's memory you used:
629 strings out of 95671
7662 string characters out of 1192323
119581 words of memory out of 1594624
2022 multiletter control sequences out of 15000+50000
621 strings out of 95671
7584 string characters out of 1192323
114467 words of memory out of 1590510
2014 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
12i,5n,9p,1688b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
@@ -232,12 +231,12 @@ Here is how much of TeX's memory you used:
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
erion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 894979 bytes).
Output written on data.pdf (1 page, 840544 bytes).
PDF statistics:
768 PDF objects out of 1000 (max. 8388607)
390 compressed objects within 4 object streams
750 PDF objects out of 1000 (max. 8388607)
381 compressed objects within 4 object streams
0 named destinations out of 1000 (max. 500000)
2225 words of extra memory for PDF output out of 10000 (max. 10000000)
2171 words of extra memory for PDF output out of 10000 (max. 10000000)
##################### end of pdftex log file #####################
@@ -255,7 +254,7 @@ C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_06@AP7_Aval.AP7_Arr
................................... done
writing Outputs/Complexe_Lonne_Peyret-Bourrugues.kml ... done
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 27 DEC 2024 17:01
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 30 DEC 2024 10:33
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
+1876 -1667
View File
File diff suppressed because it is too large Load Diff