mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-06-01 13:59:13 +00:00
AP7 Aval
This commit is contained in:
@@ -126,7 +126,7 @@ layout my_layout
|
|||||||
# Légende pour expliciter les symboles. "on" imprimera seulement la légende des symboles dessinés
|
# Légende pour expliciter les symboles. "on" imprimera seulement la légende des symboles dessinés
|
||||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||||
# "legend off" = pas de légende
|
# "legend off" = pas de légende
|
||||||
legend all
|
legend on
|
||||||
# Par défaut, la légende est de 14 cm de largeur
|
# Par défaut, la légende est de 14 cm de largeur
|
||||||
legend-width 60 cm
|
legend-width 60 cm
|
||||||
legend-columns 3
|
legend-columns 3
|
||||||
|
|||||||
+143
-14
@@ -35,7 +35,7 @@ source AP7_Arres_Planeres-tot.th
|
|||||||
input Legendes/entrances_coordinates.th
|
input Legendes/entrances_coordinates.th
|
||||||
|
|
||||||
# Add config file
|
# Add config file
|
||||||
input config.thc
|
input ../../../../config.thc
|
||||||
|
|
||||||
# 2-LAYOUT
|
# 2-LAYOUT
|
||||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||||
@@ -54,6 +54,26 @@ layout xviexport
|
|||||||
endlayout
|
endlayout
|
||||||
# fin de la définition du layout "xviexport"
|
# 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: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
|
||||||
|
|
||||||
|
|
||||||
#debut de la definition du layout "my_layout"
|
#debut de la definition du layout "my_layout"
|
||||||
layout my_layout
|
layout my_layout
|
||||||
# Rajout des coordonnées de l'entrée
|
# Rajout des coordonnées de l'entrée
|
||||||
@@ -73,7 +93,7 @@ layout my_layout
|
|||||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
# 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
|
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||||
# des caractères et des traits.
|
# 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.
|
# 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
|
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
|
||||||
@@ -100,7 +120,7 @@ layout my_layout
|
|||||||
transparency on
|
transparency on
|
||||||
# Couleur de la topographie
|
# Couleur de la topographie
|
||||||
# color map-fg [100 100 80]
|
# color map-fg [100 100 80]
|
||||||
color map-fg 90
|
#color map-fg 90
|
||||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||||
opacity 75
|
opacity 75
|
||||||
|
|
||||||
@@ -119,7 +139,7 @@ layout my_layout
|
|||||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
# 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,
|
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||||
# ou une autre combination...
|
# ou une autre combination...
|
||||||
map-header 2 98 nw
|
map-header 80 98 nw
|
||||||
|
|
||||||
# arrière plan de la manchette
|
# arrière plan de la manchette
|
||||||
map-header-bg on
|
map-header-bg on
|
||||||
@@ -135,21 +155,24 @@ layout my_layout
|
|||||||
map-comment "Massif de la Pierre Saint Martin - Larra"
|
map-comment "Massif de la Pierre Saint Martin - Larra"
|
||||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topographes.
|
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topographes.
|
||||||
statistics explo-length off
|
statistics explo-length off #on/off/hide
|
||||||
statistics topo-length off
|
statistics topo-length off #on/off/hide
|
||||||
# Afficher un copyright
|
# Afficher un copyright
|
||||||
statistics copyright 2
|
statistics copyright 2
|
||||||
|
|
||||||
# Dessin ou pas du cheminement topo
|
# Dessin ou pas du cheminement topo
|
||||||
#symbol-hide point station
|
symbol-hide point station
|
||||||
#symbol-hide line survey
|
#symbol-hide line survey
|
||||||
#symbol-hide point u:symbol_plan
|
#symbol-hide point u:symbol_plan
|
||||||
#symbol-hide point u:symbol_extend
|
#symbol-hide point u:symbol_extend
|
||||||
#debug scrap-names
|
#debug scrap-names
|
||||||
debug station-names
|
#debug station-names
|
||||||
|
#debug first # first transformation, red lines - scrap rotated and scaled only
|
||||||
|
#debug second # second transformation, blue lines - scrap morphed according to station positions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
color map-fg [100 100 80]
|
||||||
# color map-fg [100 100 80]
|
|
||||||
# color map-fg altitude
|
# color map-fg altitude
|
||||||
# color-legend off
|
# color-legend off
|
||||||
|
|
||||||
@@ -157,6 +180,111 @@ layout my_layout
|
|||||||
|
|
||||||
overlap 3 cm
|
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
|
||||||
|
|
||||||
|
symbol-assign line survey:cave MY
|
||||||
|
# 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
|
code tex-map
|
||||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
% 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
|
% It will be empty if there are multiple maps selected for any one projection
|
||||||
@@ -170,13 +298,14 @@ layout my_layout
|
|||||||
reassign cavename to describe selected maps as a group
|
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
|
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||||
\fi
|
\fi
|
||||||
%\cavename={AP7_Arres_Planeres, plan 1:100}
|
\cavename={AP7 Arres Planères}
|
||||||
\newtoks\club \club={ARSIP}
|
\newtoks\club \club={ARSIP}
|
||||||
%\newtoks\thanksto \thanksto={Alpes Minages pour son soutien actif et Loire Travaux Spéciaux l'aide logistique}
|
%\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\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\datat \datat={https://github.com/Alex38Lyon}
|
||||||
\newtoks\synth \synth={Alexandre Pont}
|
\newtoks\synth \synth={Alexandre Pont}
|
||||||
\framethickness=0.5mm
|
\framethickness=0.5mm!!
|
||||||
endcode
|
endcode
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+34
-5
@@ -73,6 +73,35 @@ layout layout-Plan
|
|||||||
## Définition du système de projection du plan
|
## Définition du système de projection du plan
|
||||||
cs UTM30
|
cs UTM30
|
||||||
|
|
||||||
|
# https://therion.speleo.sk/wiki/metapost
|
||||||
|
code metapost
|
||||||
|
|
||||||
|
% def p_blocks_UIS (expr pos,theta,sc,al)=
|
||||||
|
% symbolsize:=0.4u; %Factor*u; Factor=size of the blocks
|
||||||
|
% U:=(.5u,.5u);
|
||||||
|
% T:=identity aligned al rotated theta scaled sc shifted pos;
|
||||||
|
% pickup PenC;
|
||||||
|
% thdraw (.0symbolsize,.0symbolsize)--(1.0symbolsize,-.5symbolsize)--(0.0symbolsize,-1.5symbolsize)--(-1.0symbolsize,-1.0symbolsize)--cycle withcolor (0.7, 0.7, 0.7);
|
||||||
|
% thdraw (.5symbolsize,-.25symbolsize)--(1.0symbolsize,.5symbolsize)--(0.0symbolsize,1.5symbolsize)--(-0.5symbolsize,.5symbolsize);
|
||||||
|
% thdraw (.0symbolsize,.0symbolsize)--(.0symbolsize,.5symbolsize)--(-1.5symbolsize,.5symbolsize)--(-1.5symbolsize,-0.5symbolsize)--(-0.5symbolsize,-0.5symbolsize);
|
||||||
|
% enddef;
|
||||||
|
|
||||||
|
%def l_rockborder (expr p) =
|
||||||
|
% if abs(llcorner p - urcorner p) > u:
|
||||||
|
% l_rockborder_UIS(p);
|
||||||
|
% fi;
|
||||||
|
%enddef;
|
||||||
|
|
||||||
|
%def l_rockedge (expr p) =
|
||||||
|
% if abs(llcorner p - urcorner p) > u:
|
||||||
|
% l_rockedge_UIS(p);
|
||||||
|
% fi;
|
||||||
|
%enddef;
|
||||||
|
|
||||||
|
|
||||||
|
endcode
|
||||||
|
|
||||||
|
|
||||||
## La ligne base-scale spécifie l'échelle auquel nous avons dessiné nos croquis.
|
## La ligne base-scale spécifie l'échelle auquel nous avons dessiné nos croquis.
|
||||||
## Par défaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
## Par défaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||||
## il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
## il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||||
@@ -127,7 +156,7 @@ layout layout-Plan
|
|||||||
## Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
## 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,
|
## Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||||
## ou une autre combination...
|
## ou une autre combination...
|
||||||
map-header 2 98 nw
|
map-header 2 50 nw
|
||||||
|
|
||||||
## arrière plan de la manchette
|
## arrière plan de la manchette
|
||||||
map-header-bg on
|
map-header-bg on
|
||||||
@@ -149,10 +178,10 @@ layout layout-Plan
|
|||||||
statistics copyright 2
|
statistics copyright 2
|
||||||
|
|
||||||
## Dessin ou pas du cheminement topo
|
## Dessin ou pas du cheminement topo
|
||||||
#symbol-hide point station
|
symbol-hide point station
|
||||||
symbol-hide line survey
|
symbol-hide line survey
|
||||||
#symbol-hide point u:symbol_plan
|
symbol-hide point u:symbol_plan
|
||||||
#symbol-hide point u:symbol_extend
|
symbol-hide point u:symbol_extend
|
||||||
#debug scrap-names
|
#debug scrap-names
|
||||||
#debug station-names
|
#debug station-names
|
||||||
|
|
||||||
@@ -173,7 +202,7 @@ layout layout-Plan
|
|||||||
reassign cavename to describe selected maps as a group
|
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
|
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||||
\fi
|
\fi
|
||||||
%\cavename={AP7_Aval, Plan 1:500} % Note Alex : Bug avec certains fichiers ?
|
\cavename={AP7 Aval, Plan 1:500} % Note Alex : Bug avec certains fichiers ?
|
||||||
\newtoks\club \club={ARSIP}
|
\newtoks\club \club={ARSIP}
|
||||||
%\newtoks\thanksto \thanksto={Merçi à tout le monde}
|
%\newtoks\thanksto \thanksto={Merçi à tout le monde}
|
||||||
%\newtoks\wpage \wpage={https://www.arsip.fr/}
|
%\newtoks\wpage \wpage={https://www.arsip.fr/}
|
||||||
|
|||||||
+2866
-445
File diff suppressed because it is too large
Load Diff
+1
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
# Copyright (C) ARSIP 2024
|
# Copyright (C) ARSIP 2024
|
||||||
# This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
|
# This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
|
||||||
# <http://creativecommons.org/licenses/by-nc-nd/4.0/>
|
# <http://creativecommons.org/licenses/by-nc-nd/4.0/>
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+31
-4
@@ -346,19 +346,18 @@ layout drawingconfig
|
|||||||
#<fr> Auteur du pdf
|
#<fr> Auteur du pdf
|
||||||
doc-author "Xavier Robert"
|
doc-author "Xavier Robert"
|
||||||
|
|
||||||
#<en> Set the symology you want to use: UIS, ASF (Australie) CCNP (Etats Units), SKB (tchecoslovakia)
|
#<en> Set the symology you want to use: UIS, ASF (Australie), AUT (Austrian), CCNP (Etats Units), SKB (tchecoslovakia), BCRA, NDD, NZSS, SBE, SKBB
|
||||||
#<fr> Définit la banque de symboles que nous voulons utiliser :
|
#<fr> Définit la banque de symboles que nous voulons utiliser :
|
||||||
# UIS, ASF (Australie) CCNP (Etats Units) ou SKB (tchecoslovakia)
|
# UIS, ASF (Australie) CCNP (Etats Units) ou SKB (tchecoslovakia)
|
||||||
#symbol-set UIS
|
#symbol-set UIS
|
||||||
#<en> Change the type or colors of specific symbols:
|
#<en> Change the type or colors of specific symbols:
|
||||||
#<fr> Changer le type ou la couleur de symboles spécifiques:
|
#<fr> Changer le type ou la couleur de symboles spécifiques:
|
||||||
|
|
||||||
|
|
||||||
symbol-assign area sand AUT
|
symbol-assign area sand AUT
|
||||||
symbol-assign point pillar AUT
|
symbol-assign point pillar AUT
|
||||||
symbol-assign point station:temporary SKBB
|
symbol-assign point station:temporary SKBB
|
||||||
symbol-assign point entrance ASF
|
symbol-assign point entrance UIS
|
||||||
|
symbol-assign point blocks UIS
|
||||||
|
|
||||||
symbol-color area clay [52 33 6] # Color to verify
|
symbol-color area clay [52 33 6] # Color to verify
|
||||||
symbol-color area flowstone [100 60 20]
|
symbol-color area flowstone [100 60 20]
|
||||||
@@ -451,8 +450,16 @@ layout drawingconfig
|
|||||||
symbol-color point water-flow:intermittent [17 46 100]
|
symbol-color point water-flow:intermittent [17 46 100]
|
||||||
symbol-color point water-flow:paleo [17 46 100]
|
symbol-color point water-flow:paleo [17 46 100]
|
||||||
|
|
||||||
|
|
||||||
####### Metapost-changes ############
|
####### Metapost-changes ############
|
||||||
code metapost
|
code metapost
|
||||||
|
# voir exemples : https://therion.speleo.sk/wiki/metapost
|
||||||
|
|
||||||
|
#<en> Modify fontds size if needed
|
||||||
|
#<fr> Modifier la taille des polices si besoin
|
||||||
|
#fonts_setup(<xs>,<s>,<m>,<l>,<xl>);
|
||||||
|
fonts_setup(8,14,18,20,25);
|
||||||
|
% default values depend on scale; for 1:200 they are 7,8,10,20,30
|
||||||
|
|
||||||
#<en> Modify length/depth statistics to print
|
#<en> Modify length/depth statistics to print
|
||||||
#<fr> Modifier l'aspect et les données des statistiques de longueur affichées si besoin
|
#<fr> Modifier l'aspect et les données des statistiques de longueur affichées si besoin
|
||||||
@@ -1532,6 +1539,26 @@ layout drawingconfig
|
|||||||
fi;
|
fi;
|
||||||
enddef;
|
enddef;
|
||||||
|
|
||||||
|
|
||||||
|
def l_blocks =
|
||||||
|
if currentname = "rock-border":
|
||||||
|
% Définir le contour rouge
|
||||||
|
pickup pencircle scaled 0.5pt; % Épaisseur du contour
|
||||||
|
draw currentpicture
|
||||||
|
withpen pencircle scaled 0.5pt % Contour de 0.5pt
|
||||||
|
withcolor (1, 0, 0); % Couleur rouge (RVB)
|
||||||
|
|
||||||
|
% Définir le remplissage rouge clair pour simuler la transparence
|
||||||
|
fill currentpicture
|
||||||
|
withcolor (1, 0.5, 0.5); % Rouge clair (50% de transparence simulée)
|
||||||
|
fi;
|
||||||
|
enddef;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
endcode
|
endcode
|
||||||
# Endcode for all the definition
|
# Endcode for all the definition
|
||||||
|
|
||||||
|
|||||||
+54
-48
@@ -23,14 +23,14 @@ writing Data/AP7_Aval-Extended.xvi ... done
|
|||||||
|
|
||||||
|
|
||||||
############### export maps & scraps selection #################
|
############### export maps & scraps selection #################
|
||||||
M -3.92 MP-AP7_Aval-Plan-tot@AP7_Aval (AP7_Aval)
|
M -7.24 MP-AP7_Aval-Plan-tot@AP7_Aval (AP7_Aval)
|
||||||
S -8.27 SP-AP7_Aval_01@AP7_Aval ()
|
S 1.63 SP-AP7_Aval_01@AP7_Aval ()
|
||||||
S -2.29 SP-AP7_Aval_03@AP7_Aval ()
|
S -2.29 SP-AP7_Aval_03@AP7_Aval ()
|
||||||
S -5.71 SP-AP7_Aval_02@AP7_Aval ()
|
S -5.71 SP-AP7_Aval_02@AP7_Aval ()
|
||||||
S 0.62 SP-AP7_Aval_04@AP7_Aval ()
|
S 0.62 SP-AP7_Aval_04@AP7_Aval ()
|
||||||
S -.-- SP-AP7_Aval_05@AP7_Aval ()
|
S -5.71 SP-AP7_Aval_05@AP7_Aval ()
|
||||||
S -.-- SP-AP7_Aval_06@AP7_Aval ()
|
S -18.02 SP-AP7_Aval_06@AP7_Aval ()
|
||||||
S -.-- SP-AP7_Aval_07@AP7_Aval ()
|
S -21.21 SP-AP7_Aval_07@AP7_Aval ()
|
||||||
S -.-- SP-AP7_Aval_08@AP7_Aval ()
|
S -.-- SP-AP7_Aval_08@AP7_Aval ()
|
||||||
S -.-- SP-AP7_Aval_09@AP7_Aval ()
|
S -.-- SP-AP7_Aval_09@AP7_Aval ()
|
||||||
S -.-- SP-AP7_Aval_10@AP7_Aval ()
|
S -.-- SP-AP7_Aval_10@AP7_Aval ()
|
||||||
@@ -50,7 +50,7 @@ S -.-- SP-AP7_Aval_23@AP7_Aval ()
|
|||||||
########## end of export maps & scraps selection ###############
|
########## end of export maps & scraps selection ###############
|
||||||
writing Outputs/AP7_Aval-Plan.pdf ...
|
writing Outputs/AP7_Aval-Plan.pdf ...
|
||||||
####################### metapost log file ########################
|
####################### metapost log file ########################
|
||||||
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 24 DEC 2024 16:39
|
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 27 DEC 2024 16:47
|
||||||
**data.mp
|
**data.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
||||||
@@ -58,48 +58,50 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
|
|||||||
{randomseed:=42}
|
{randomseed:=42}
|
||||||
[1] [2] [3] [4]
|
[1] [2] [3] [4]
|
||||||
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
|
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
|
||||||
[15]
|
[15] [1]
|
||||||
[Warning: undefined symbol `p_entrance_ASF'] [1] [2] [3] [4] [5] [6] [7] [8]
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_07@AP7_Aval]
|
||||||
[Error: area borders l813-349--86 and l812-371--76 don't intersect in scrap SP-
|
[2] [3] [4] [5]
|
||||||
AP7_Aval_03@AP7_Aval (file Data/AP7_Aval-Plan.th2 [2579])]
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_06@AP7_Aval]
|
||||||
[Error: area borders l812-371--76 and l813-349--86 don't intersect in scrap SP-
|
[6] [7] [8] [9]
|
||||||
AP7_Aval_03@AP7_Aval (file Data/AP7_Aval-Plan.th2 [2579])] [9] [10] [11] [12]
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_05@AP7_Aval]
|
||||||
[13]
|
[10] [11] [12] [13] [14] [15]
|
||||||
|
[Warning: text scaled down to fit the path in scrap SP-AP7_Aval_04@AP7_Aval]
|
||||||
|
[16] [17] [18] [19] [20] [21] [22] [23] [24] [25]
|
||||||
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_01@AP7_Aval]
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_01@AP7_Aval]
|
||||||
[14] [15] [16] (./mptextmp.mp) [17] (./mptextmp.mp) (./mptextmp.mp)
|
[26] [27] [28] (./mptextmp.mp) [29] (./mptextmp.mp) (./mptextmp.mp)
|
||||||
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [18] [19] [20]
|
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [30] [31] [32]
|
||||||
[21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35]
|
[33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47]
|
||||||
[36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50]
|
[48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62]
|
||||||
[51] [52] [53] [54] [55] [56] [57] [58] )
|
[63] [64] [65] [66] [67] [68] [69] [70] [71] [72] )
|
||||||
|
|
||||||
Here is how much of MetaPost's memory you used:
|
Here is how much of MetaPost's memory you used:
|
||||||
29998 strings using 746554 characters
|
48538 strings using 1228565 characters
|
||||||
5297584 bytes of node memory
|
5221648 bytes of node memory
|
||||||
1751 symbolic tokens
|
1757 symbolic tokens
|
||||||
10i,82n,16p,366b,5f stack positions out of 16i,98n,20p,390b,6f
|
10i,82n,16p,465b,5f stack positions out of 16i,98n,20p,487b,6f
|
||||||
73 output files written: data-patt.1 .. data.58
|
87 output files written: data-patt.1 .. data.72
|
||||||
|
|
||||||
|
|
||||||
#################### end of metapost log file ####################
|
#################### end of metapost log file ####################
|
||||||
converting scraps ... done
|
converting scraps ... done
|
||||||
making map ... done
|
making map ... done
|
||||||
######################## pdftex log file #########################
|
######################## pdftex log file #########################
|
||||||
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 24 DEC 2024 16:39
|
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
|
||||||
entering extended mode
|
entering extended mode
|
||||||
**data.tex
|
**data.tex
|
||||||
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.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
|
(c:/Program Files/Therion/texmf/tex/glyphtounicode.tex)) (./th_fontdef.tex{c:/P
|
||||||
rogram Files/Therion/texmf/fonts/pdftex.map})
|
rogram Files/Therion/texmf/fonts/pdftex.map})
|
||||||
(./th_formdef.tex) (./th_pagedef.tex (./th_legend.tex)) (./th_pages.tex)
|
(./th_formdef.tex) (./th_pagedef.tex (./th_legend.tex)) (./th_pages.tex)
|
||||||
114 numeric registers used out of 32768
|
134 numeric registers used out of 32768
|
||||||
|
|
||||||
[1] )
|
[1] )
|
||||||
(\end occurred when \ifx on line 12 was incomplete)
|
(\end occurred when \ifx on line 12 was incomplete)
|
||||||
Here is how much of TeX's memory you used:
|
Here is how much of TeX's memory you used:
|
||||||
375 strings out of 95671
|
396 strings out of 95671
|
||||||
4741 string characters out of 1192323
|
4975 string characters out of 1192323
|
||||||
261918 words of memory out of 1735961
|
93095 words of memory out of 1575138
|
||||||
1768 multiletter control sequences out of 15000+50000
|
1789 multiletter control sequences out of 15000+50000
|
||||||
21229 words of font info for 66 fonts, out of 1000000 for 2000
|
21229 words of font info for 66 fonts, out of 1000000 for 2000
|
||||||
844 hyphenation exceptions out of 5000
|
844 hyphenation exceptions out of 5000
|
||||||
12i,5n,8p,715b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
|
12i,5n,8p,715b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
|
||||||
@@ -107,12 +109,12 @@ Here is how much of TeX's memory you used:
|
|||||||
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
|
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
|
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
|
||||||
erion/texmf/fonts/type1/csssi10.pfb>
|
erion/texmf/fonts/type1/csssi10.pfb>
|
||||||
Output written on data.pdf (1 page, 248883 bytes).
|
Output written on data.pdf (1 page, 326276 bytes).
|
||||||
PDF statistics:
|
PDF statistics:
|
||||||
179 PDF objects out of 1000 (max. 8388607)
|
226 PDF objects out of 1000 (max. 8388607)
|
||||||
94 compressed objects within 1 object stream
|
117 compressed objects within 2 object streams
|
||||||
0 named destinations out of 1000 (max. 500000)
|
0 named destinations out of 1000 (max. 500000)
|
||||||
461 words of extra memory for PDF output out of 10000 (max. 10000000)
|
599 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||||
|
|
||||||
|
|
||||||
##################### end of pdftex log file #####################
|
##################### end of pdftex log file #####################
|
||||||
@@ -147,7 +149,7 @@ S -.-- SC-AP7_Aval_23@AP7_Aval ()
|
|||||||
########## end of export maps & scraps selection ###############
|
########## end of export maps & scraps selection ###############
|
||||||
writing Outputs/AP7_Aval-Extended.pdf ...
|
writing Outputs/AP7_Aval-Extended.pdf ...
|
||||||
####################### metapost log file ########################
|
####################### metapost log file ########################
|
||||||
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 24 DEC 2024 16:39
|
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 27 DEC 2024 16:47
|
||||||
**data.mp
|
**data.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
||||||
@@ -155,15 +157,14 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
|
|||||||
{randomseed:=42}
|
{randomseed:=42}
|
||||||
[1] [2] [3] [4]
|
[1] [2] [3] [4]
|
||||||
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
|
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
|
||||||
[15]
|
[15] [1] [2] [3] (./mptextmp.mp) [4] (./mptextmp.mp) (./mptextmp.mp)
|
||||||
[Warning: undefined symbol `p_entrance_ASF'] [1] [2] [3] (./mptextmp.mp) [4]
|
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [5] [6] [7]
|
||||||
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
|
[8] )
|
||||||
(./mptextmp.mp) [5] [6] [7] [8] )
|
|
||||||
|
|
||||||
Here is how much of MetaPost's memory you used:
|
Here is how much of MetaPost's memory you used:
|
||||||
54706 strings using 1717839 characters
|
54742 strings using 1724834 characters
|
||||||
5528864 bytes of node memory
|
5535360 bytes of node memory
|
||||||
1746 symbolic tokens
|
1749 symbolic tokens
|
||||||
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
|
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
|
||||||
23 output files written: data-patt.1 .. data-patt.15
|
23 output files written: data-patt.1 .. data-patt.15
|
||||||
|
|
||||||
@@ -172,7 +173,7 @@ Here is how much of MetaPost's memory you used:
|
|||||||
converting scraps ... done
|
converting scraps ... done
|
||||||
making map ... done
|
making map ... done
|
||||||
######################## pdftex log file #########################
|
######################## pdftex log file #########################
|
||||||
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 24 DEC 2024 16:39
|
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
|
||||||
entering extended mode
|
entering extended mode
|
||||||
**data.tex
|
**data.tex
|
||||||
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
|
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
|
||||||
@@ -193,7 +194,7 @@ Here is how much of TeX's memory you used:
|
|||||||
<c:/Program Files/Therion/texmf/fonts/type1/cmss10.pfb><c:/Program Files/T
|
<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
|
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>
|
1/csss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/csssi10.pfb>
|
||||||
Output written on data.pdf (1 page, 178650 bytes).
|
Output written on data.pdf (1 page, 179328 bytes).
|
||||||
PDF statistics:
|
PDF statistics:
|
||||||
56 PDF objects out of 1000 (max. 8388607)
|
56 PDF objects out of 1000 (max. 8388607)
|
||||||
33 compressed objects within 1 object stream
|
33 compressed objects within 1 object stream
|
||||||
@@ -206,11 +207,16 @@ done
|
|||||||
writing Outputs/AP7_Aval.lox .....
|
writing Outputs/AP7_Aval.lox .....
|
||||||
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval -- multiple scrap outer outlines not supported yet
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval -- multiple scrap outer outlines not supported yet
|
||||||
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval -- invalid scrap outline
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval -- invalid scrap outline
|
||||||
..................... done
|
..
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_04@AP7_Aval -- multiple scrap outer outlines not supported yet
|
||||||
|
..
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_06@AP7_Aval -- multiple scrap outer outlines not supported yet
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_06@AP7_Aval -- invalid scrap outline
|
||||||
|
................. done
|
||||||
C:\Program Files\Therion\therion.exe: warning -- data not georeferenced -- unable to export KML file
|
C:\Program Files\Therion\therion.exe: warning -- data not georeferenced -- unable to export KML file
|
||||||
writing Outputs/AP7_Aval-Cave-list.html ... done
|
writing Outputs/AP7_Aval-Cave-list.html ... done
|
||||||
writing Outputs/AP7_Aval-Surveys.html ... done
|
writing Outputs/AP7_Aval-Surveys.html ... done
|
||||||
compilation time: 3 sec
|
compilation time: 4 sec
|
||||||
|
|
||||||
|
|
||||||
######################### loop errors ##########################
|
######################### loop errors ##########################
|
||||||
@@ -224,10 +230,13 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
|||||||
###################### scrap distortions #######################
|
###################### scrap distortions #######################
|
||||||
PROJECTION: plan
|
PROJECTION: plan
|
||||||
AVERAGE MAXIMAL SCRAP
|
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_02@AP7_Aval
|
||||||
0.00% 0.18% SP-AP7_Aval_04@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.16% SP-AP7_Aval_01@AP7_Aval
|
||||||
0.00% 0.15% SP-AP7_Aval_03@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.00% 0.00% SP-AP7_Aval_23@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_22@AP7_Aval
|
||||||
0.00% 0.00% SP-AP7_Aval_21@AP7_Aval
|
0.00% 0.00% SP-AP7_Aval_21@AP7_Aval
|
||||||
@@ -244,9 +253,6 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
|||||||
0.00% 0.00% SP-AP7_Aval_10@AP7_Aval
|
0.00% 0.00% SP-AP7_Aval_10@AP7_Aval
|
||||||
0.00% 0.00% SP-AP7_Aval_09@AP7_Aval
|
0.00% 0.00% SP-AP7_Aval_09@AP7_Aval
|
||||||
0.00% 0.00% SP-AP7_Aval_08@AP7_Aval
|
0.00% 0.00% SP-AP7_Aval_08@AP7_Aval
|
||||||
0.00% 0.00% SP-AP7_Aval_07@AP7_Aval
|
|
||||||
0.00% 0.00% SP-AP7_Aval_06@AP7_Aval
|
|
||||||
0.00% 0.00% SP-AP7_Aval_05@AP7_Aval
|
|
||||||
################### end of scrap distortions ###################
|
################### end of scrap distortions ###################
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -88,7 +88,7 @@ S -.-- SC-AP7_Amonts_18@AP7_Amonts.AP7_Arres_Planeres ()
|
|||||||
########## end of export maps & scraps selection ###############
|
########## end of export maps & scraps selection ###############
|
||||||
writing Outputs/AP7_Arres_Planeres-Coupe.pdf ...
|
writing Outputs/AP7_Arres_Planeres-Coupe.pdf ...
|
||||||
####################### metapost log file ########################
|
####################### metapost log file ########################
|
||||||
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 22 DEC 2024 16:55
|
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 29 DEC 2024 00:05
|
||||||
**data.mp
|
**data.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
||||||
@@ -101,8 +101,8 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
|
|||||||
[11] [12] [13] [14] )
|
[11] [12] [13] [14] )
|
||||||
|
|
||||||
Here is how much of MetaPost's memory you used:
|
Here is how much of MetaPost's memory you used:
|
||||||
190968 strings using 6009974 characters
|
190976 strings using 6010174 characters
|
||||||
6736056 bytes of node memory
|
7997544 bytes of node memory
|
||||||
1747 symbolic tokens
|
1747 symbolic tokens
|
||||||
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
|
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
|
||||||
29 output files written: data-patt.1 .. data-patt.15
|
29 output files written: data-patt.1 .. data-patt.15
|
||||||
@@ -112,7 +112,7 @@ Here is how much of MetaPost's memory you used:
|
|||||||
converting scraps ... done
|
converting scraps ... done
|
||||||
making map ... done
|
making map ... done
|
||||||
######################## pdftex log file #########################
|
######################## pdftex log file #########################
|
||||||
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 22 DEC 2024 16:55
|
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
|
||||||
entering extended mode
|
entering extended mode
|
||||||
**data.tex
|
**data.tex
|
||||||
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
|
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
|
||||||
@@ -125,7 +125,7 @@ rogram Files/Therion/texmf/fonts/pdftex.map})
|
|||||||
Here is how much of TeX's memory you used:
|
Here is how much of TeX's memory you used:
|
||||||
325 strings out of 95671
|
325 strings out of 95671
|
||||||
4315 string characters out of 1192323
|
4315 string characters out of 1192323
|
||||||
772720 words of memory out of 2215763
|
772916 words of memory out of 2215959
|
||||||
1718 multiletter control sequences out of 15000+50000
|
1718 multiletter control sequences out of 15000+50000
|
||||||
21229 words of font info for 66 fonts, out of 1000000 for 2000
|
21229 words of font info for 66 fonts, out of 1000000 for 2000
|
||||||
844 hyphenation exceptions out of 5000
|
844 hyphenation exceptions out of 5000
|
||||||
@@ -133,7 +133,7 @@ Here is how much of TeX's memory you used:
|
|||||||
<c:/Program Files/Therion/texmf/fonts/type1/cmss10.pfb><c:/Program Files/T
|
<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
|
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>
|
1/csss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/csssi10.pfb>
|
||||||
Output written on data.pdf (1 page, 529223 bytes).
|
Output written on data.pdf (1 page, 529124 bytes).
|
||||||
PDF statistics:
|
PDF statistics:
|
||||||
72 PDF objects out of 1000 (max. 8388607)
|
72 PDF objects out of 1000 (max. 8388607)
|
||||||
41 compressed objects within 1 object stream
|
41 compressed objects within 1 object stream
|
||||||
@@ -144,23 +144,23 @@ PDF statistics:
|
|||||||
##################### end of pdftex log file #####################
|
##################### end of pdftex log file #####################
|
||||||
done
|
done
|
||||||
processing projection plan ... done
|
processing projection plan ... done
|
||||||
average distortion: 0.23%
|
average distortion: 0.05%
|
||||||
|
|
||||||
|
|
||||||
############### export maps & scraps selection #################
|
############### export maps & scraps selection #################
|
||||||
M 1418.67 MP-AP7_Arres_Planeres-plan-tot@AP7_Arres_Planeres (AP7_Arres_Planeres)
|
M 1405.71 MP-AP7_Arres_Planeres-plan-tot@AP7_Arres_Planeres (AP7_Arres_Planeres)
|
||||||
M 1474.91 MP-AP7_Entree-Plan-tot@AP7_Entree.AP7_Arres_Planeres (AP7_Entree)
|
M 1438.06 MP-AP7_Entree-Plan-tot@AP7_Entree.AP7_Arres_Planeres (AP7_Entree)
|
||||||
S 1474.91 SP-AP7_Entree_01@AP7_Entree.AP7_Arres_Planeres ()
|
S 1529.84 SP-AP7_Entree_01@AP7_Entree.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Entree_02@AP7_Entree.AP7_Arres_Planeres ()
|
S 1402.96 SP-AP7_Entree_02@AP7_Entree.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres ()
|
S 1381.39 SP-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres ()
|
||||||
M 1369.41 MP-AP7_Aval-Plan-tot@AP7_Aval.AP7_Arres_Planeres (AP7_Aval)
|
M 1367.38 MP-AP7_Aval-Plan-tot@AP7_Aval.AP7_Arres_Planeres (AP7_Aval)
|
||||||
S 1369.41 SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres ()
|
S 1376.26 SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres ()
|
S 1372.34 SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres ()
|
S 1368.92 SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres ()
|
S 1375.24 SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres ()
|
S 1368.91 SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres ()
|
S 1356.60 SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres ()
|
S 1353.42 SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Aval_08@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_09@AP7_Aval.AP7_Arres_Planeres ()
|
||||||
S -.-- SP-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres ()
|
S -.-- SP-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres ()
|
||||||
@@ -199,7 +199,7 @@ S -.-- SP-AP7_Amonts_18@AP7_Amonts.AP7_Arres_Planeres ()
|
|||||||
########## end of export maps & scraps selection ###############
|
########## end of export maps & scraps selection ###############
|
||||||
writing Outputs/AP7_Arres_Planeres-Plan.pdf ...
|
writing Outputs/AP7_Arres_Planeres-Plan.pdf ...
|
||||||
####################### metapost log file ########################
|
####################### metapost log file ########################
|
||||||
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 22 DEC 2024 16:56
|
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 29 DEC 2024 00:05
|
||||||
**data.mp
|
**data.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
||||||
@@ -207,38 +207,50 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
|
|||||||
{randomseed:=42}
|
{randomseed:=42}
|
||||||
[1] [2] [3] [4]
|
[1] [2] [3] [4]
|
||||||
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
|
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
|
||||||
[15] [1] [2] [3] [4] [5] [6] [7] [8] [9] (./mptextmp.mp) [10] (./mptextmp.mp)
|
[15] [1] [2] [3] [4] [5] [6] [7] [8] [9]
|
||||||
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Entree_01@AP7_Entree.
|
||||||
|
AP7_Arres_Planeres] [10] [11] [12] [13]
|
||||||
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_07@AP7_Aval.AP7_
|
||||||
|
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) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
|
||||||
[11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] )
|
(./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] )
|
||||||
|
|
||||||
Here is how much of MetaPost's memory you used:
|
Here is how much of MetaPost's memory you used:
|
||||||
175259 strings using 5643959 characters
|
97455 strings using 2699826 characters
|
||||||
6592584 bytes of node memory
|
5501280 bytes of node memory
|
||||||
1745 symbolic tokens
|
1766 symbolic tokens
|
||||||
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
|
10i,82n,16p,465b,5f stack positions out of 16i,98n,20p,487b,6f
|
||||||
38 output files written: data-patt.1 .. data.23
|
105 output files written: data-patt.1 .. data.90
|
||||||
|
|
||||||
|
|
||||||
#################### end of metapost log file ####################
|
#################### end of metapost log file ####################
|
||||||
converting scraps ... done
|
converting scraps ... done
|
||||||
making map ... done
|
making map ... done
|
||||||
######################## pdftex log file #########################
|
######################## pdftex log file #########################
|
||||||
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 22 DEC 2024 16:56
|
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
|
||||||
entering extended mode
|
entering extended mode
|
||||||
**data.tex
|
**data.tex
|
||||||
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.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
|
(c:/Program Files/Therion/texmf/tex/glyphtounicode.tex)) (./th_fontdef.tex{c:/P
|
||||||
rogram Files/Therion/texmf/fonts/pdftex.map})
|
rogram Files/Therion/texmf/fonts/pdftex.map})
|
||||||
(./th_formdef.tex) (./th_pagedef.tex (./th_legend.tex)) (./th_pages.tex)
|
(./th_formdef.tex) (./th_pagedef.tex [1] (./th_legend.tex)) (./th_pages.tex)
|
||||||
70 numeric registers used out of 32768
|
188 numeric registers used out of 32768
|
||||||
|
|
||||||
[1] )
|
[2] )
|
||||||
(\end occurred when \ifx on line 12 was incomplete)
|
(\end occurred when \ifx on line 12 was incomplete)
|
||||||
Here is how much of TeX's memory you used:
|
Here is how much of TeX's memory you used:
|
||||||
334 strings out of 95671
|
453 strings out of 95671
|
||||||
4387 string characters out of 1192323
|
5682 string characters out of 1192323
|
||||||
778134 words of memory out of 2222177
|
279630 words of memory out of 1745673
|
||||||
1727 multiletter control sequences out of 15000+50000
|
1846 multiletter control sequences out of 15000+50000
|
||||||
21229 words of font info for 66 fonts, out of 1000000 for 2000
|
21229 words of font info for 66 fonts, out of 1000000 for 2000
|
||||||
844 hyphenation exceptions out of 5000
|
844 hyphenation exceptions out of 5000
|
||||||
12i,5n,8p,1688b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
|
12i,5n,8p,1688b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
|
||||||
@@ -246,17 +258,25 @@ Here is how much of TeX's memory you used:
|
|||||||
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
|
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
|
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
|
||||||
erion/texmf/fonts/type1/csssi10.pfb>
|
erion/texmf/fonts/type1/csssi10.pfb>
|
||||||
Output written on data.pdf (1 page, 516907 bytes).
|
Output written on data.pdf (2 pages, 525838 bytes).
|
||||||
PDF statistics:
|
PDF statistics:
|
||||||
90 PDF objects out of 1000 (max. 8388607)
|
345 PDF objects out of 1000 (max. 8388607)
|
||||||
50 compressed objects within 1 object stream
|
177 compressed objects within 2 object streams
|
||||||
0 named destinations out of 1000 (max. 500000)
|
0 named destinations out of 1000 (max. 500000)
|
||||||
193 words of extra memory for PDF output out of 10000 (max. 10000000)
|
947 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||||
|
|
||||||
|
|
||||||
##################### end of pdftex log file #####################
|
##################### end of pdftex log file #####################
|
||||||
done
|
done
|
||||||
writing Outputs/AP7_Arres_Planeres.lox ............................................... done
|
writing Outputs/AP7_Arres_Planeres.lox ........
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres -- multiple scrap outer outlines not supported yet
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres -- invalid scrap outline
|
||||||
|
..
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres -- multiple scrap outer outlines not supported yet
|
||||||
|
..
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres -- multiple scrap outer outlines not supported yet
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres -- invalid scrap outline
|
||||||
|
................................... done
|
||||||
writing Outputs/AP7_Arres_Planeres.kml ... done
|
writing Outputs/AP7_Arres_Planeres.kml ... done
|
||||||
writing Outputs/AP7_Arres_Planeres-Cave-list.html ... done
|
writing Outputs/AP7_Arres_Planeres-Cave-list.html ... done
|
||||||
writing Outputs/AP7_Arres_Planeres-Surveys.html ... done
|
writing Outputs/AP7_Arres_Planeres-Surveys.html ... done
|
||||||
@@ -275,19 +295,24 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
|||||||
PROJECTION: plan
|
PROJECTION: plan
|
||||||
AVERAGE MAXIMAL SCRAP
|
AVERAGE MAXIMAL SCRAP
|
||||||
0.05% 73.37% SP-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres
|
0.05% 73.37% SP-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.40% 58.82% SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres
|
0.11% 56.87% SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 1.43% SP-AP7_Entree_01@AP7_Entree.AP7_Arres_Planeres
|
0.03% 17.19% SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_09@AP7_Amonts.AP7_Arres_Planeres
|
0.04% 12.14% SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_22@AP7_Aval.AP7_Arres_Planeres
|
0.05% 10.43% SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_23@AP7_Aval.AP7_Arres_Planeres
|
0.03% 5.35% SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_02@AP7_Amonts.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.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_03@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_04@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_04@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_05@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_05@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_06@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_06@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_07@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_07@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_08@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_08@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_20@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_09@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_10@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_10@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_11@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_11@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_12@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_12@AP7_Amonts.AP7_Arres_Planeres
|
||||||
@@ -296,28 +321,23 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
|||||||
0.00% 0.00% SP-AP7_Amonts_15@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_15@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_16@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_16@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_17@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_17@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Amonts_18@AP7_Amonts.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_16@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres
|
|
||||||
0.00% 0.00% SP-AP7_Entree_02@AP7_Entree.AP7_Arres_Planeres
|
|
||||||
0.00% 0.00% SP-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres
|
|
||||||
0.00% 0.00% SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres
|
|
||||||
0.00% 0.00% SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres
|
|
||||||
0.00% 0.00% SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres
|
|
||||||
0.00% 0.00% SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres
|
|
||||||
0.00% 0.00% SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres
|
|
||||||
0.00% 0.00% SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres
|
|
||||||
0.00% 0.00% SP-AP7_Aval_08@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_08@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_09@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_09@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_21@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_11@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_11@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_12@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_12@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_13@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_13@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_14@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_14@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_15@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_15@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_16@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Amonts_02@AP7_Amonts.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_17@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_17@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_18@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_18@AP7_Aval.AP7_Arres_Planeres
|
||||||
0.00% 0.00% SP-AP7_Aval_19@AP7_Aval.AP7_Arres_Planeres
|
0.00% 0.00% SP-AP7_Aval_19@AP7_Aval.AP7_Arres_Planeres
|
||||||
|
0.00% 0.00% SP-AP7_Aval_20@AP7_Aval.AP7_Arres_Planeres
|
||||||
|
0.00% 0.00% SP-AP7_Aval_21@AP7_Aval.AP7_Arres_Planeres
|
||||||
|
0.00% 0.00% SP-AP7_Aval_22@AP7_Aval.AP7_Arres_Planeres
|
||||||
|
0.00% 0.00% SP-AP7_Aval_23@AP7_Aval.AP7_Arres_Planeres
|
||||||
################### end of scrap distortions ###################
|
################### end of scrap distortions ###################
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,7 +2,7 @@ therion 6.3.1 (2024-11-22)
|
|||||||
- using Proj 9.4.1, compiled against 9.4.1
|
- using Proj 9.4.1, compiled against 9.4.1
|
||||||
initialization file: C:\Program Files\Therion/therion.ini
|
initialization file: C:\Program Files\Therion/therion.ini
|
||||||
reading ... done
|
reading ... done
|
||||||
configuration file: Complexe_Lonne_Peyret-Bourrugues.thconfig
|
configuration file: complexe_Lonne_Peyret-Bourrugues.thconfig
|
||||||
reading ... done
|
reading ... done
|
||||||
reading source files ... done
|
reading source files ... done
|
||||||
preprocessing database ... done
|
preprocessing database ... done
|
||||||
@@ -52,11 +52,11 @@ average loop error: 1.46%
|
|||||||
calculating basic statistics ... done
|
calculating basic statistics ... done
|
||||||
processing extended elevation ... done
|
processing extended elevation ... done
|
||||||
processing references ...
|
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
|
done
|
||||||
selecting export objects ... done
|
selecting export objects ... done
|
||||||
processing projection plan ... done
|
processing projection plan ... done
|
||||||
average distortion: 0.17%
|
average distortion: 0.15%
|
||||||
|
|
||||||
|
|
||||||
############### export maps & scraps selection #################
|
############### export maps & scraps selection #################
|
||||||
@@ -97,14 +97,14 @@ S 1361.65 SP-B3_Amonts_01@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrug
|
|||||||
S 1371.54 SP-B3_Amonts_02@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1371.54 SP-B3_Amonts_02@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S 1354.28 SP-B3_Amonts_03@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1354.28 SP-B3_Amonts_03@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S 1357.02 SP-B3_Amonts_04@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1357.02 SP-B3_Amonts_04@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
M 1370.71 MP-AP7_Aval-Plan-tot@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues (AP7_Aval)
|
M 1367.38 MP-AP7_Aval-Plan-tot@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues (AP7_Aval)
|
||||||
S 1366.35 SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1376.26 SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S 1372.34 SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1372.34 SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S 1368.92 SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1368.92 SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S 1375.24 SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1375.24 SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S -.-- SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1368.91 SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S -.-- SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1356.60 SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S -.-- SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S 1353.42 SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S -.-- SP-AP7_Aval_08@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S -.-- SP-AP7_Aval_08@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S -.-- SP-AP7_Aval_09@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S -.-- SP-AP7_Aval_09@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
S -.-- SP-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
S -.-- SP-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues ()
|
||||||
@@ -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 ###############
|
########## end of export maps & scraps selection ###############
|
||||||
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Plan.pdf ...
|
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Plan.pdf ...
|
||||||
####################### metapost log file ########################
|
####################### metapost log file ########################
|
||||||
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 24 DEC 2024 16:41
|
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 27 DEC 2024 17:00
|
||||||
**data.mp
|
**data.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
||||||
@@ -178,50 +178,37 @@ _Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [63] [64] [65] [66] [67] [68]
|
|||||||
-Bourrugues.Complexe_Lonne_Peyret-Bourrugues] [86] [87] [88] [89] [90] [91]
|
-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]
|
[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]
|
[106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118]
|
||||||
[119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131]
|
[119] [120] [121] [122] [123] [124] [125] [126] [127]
|
||||||
[132] [133] [134]
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_07@AP7_Aval.AP7_
|
||||||
[Error: area borders l813-349--86 and l812-371--76 don't intersect in scrap SP-
|
Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [128] [129] [130] [131]
|
||||||
AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues (file
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_06@AP7_Aval.AP7_
|
||||||
Data/AP7_Arres_Planeres/Data/AP7_Aval/Data/AP7_Aval-Plan.th2 [2579])]
|
Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [132] [133] [134] [135]
|
||||||
[Error: area borders l812-371--76 and l813-349--86 don't intersect in scrap SP-
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Aval_05@AP7_Aval.AP7_
|
||||||
AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues (file
|
Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [136] [137] [138] [139] [140]
|
||||||
Data/AP7_Arres_Planeres/Data/AP7_Aval/Data/AP7_Aval-Plan.th2 [2579])] [135]
|
[141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153]
|
||||||
[136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148]
|
[154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165]
|
||||||
[149] [150] [151] [152] [153]
|
|
||||||
[Warning: scrap outline intersects itself in scrap SP-AP7_Entree_01@AP7_Entree.
|
[Warning: scrap outline intersects itself in scrap SP-AP7_Entree_01@AP7_Entree.
|
||||||
AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [154] [155] [156]
|
AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues] [166] [167] [168]
|
||||||
(./mptextmp.mp) [157] (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
|
(./mptextmp.mp) [169] (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
|
||||||
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [158] [159] [160] [161] [162]
|
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [170] [171] [172] [173] [174]
|
||||||
[163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175]
|
[175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187]
|
||||||
[176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]
|
[188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200]
|
||||||
[189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201]
|
[201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213]
|
||||||
[202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214]
|
[214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] )
|
||||||
[215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227]
|
|
||||||
[228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240]
|
|
||||||
[241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253]
|
|
||||||
[254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266]
|
|
||||||
[267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279]
|
|
||||||
[280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292]
|
|
||||||
[293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305]
|
|
||||||
[306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318]
|
|
||||||
[319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331]
|
|
||||||
[332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344]
|
|
||||||
[345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357]
|
|
||||||
[358] [359] )
|
|
||||||
|
|
||||||
Here is how much of MetaPost's memory you used:
|
Here is how much of MetaPost's memory you used:
|
||||||
112981 strings using 2665204 characters
|
130615 strings using 3101613 characters
|
||||||
8754032 bytes of node memory
|
7608928 bytes of node memory
|
||||||
1770 symbolic tokens
|
1767 symbolic tokens
|
||||||
11i,82n,18p,471b,5f stack positions out of 16i,98n,20p,487b,6f
|
10i,82n,17p,471b,5f stack positions out of 16i,98n,20p,487b,6f
|
||||||
374 output files written: data-patt.1 .. data.359
|
239 output files written: data-patt.1 .. data.224
|
||||||
|
|
||||||
|
|
||||||
#################### end of metapost log file ####################
|
#################### end of metapost log file ####################
|
||||||
converting scraps ... done
|
converting scraps ... done
|
||||||
making map ... done
|
making map ... done
|
||||||
######################## pdftex log file #########################
|
######################## pdftex log file #########################
|
||||||
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 24 DEC 2024 16:42
|
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
|
||||||
entering extended mode
|
entering extended mode
|
||||||
**data.tex
|
**data.tex
|
||||||
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
|
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
|
||||||
@@ -234,23 +221,23 @@ Normal \count register pool exhausted, switching to extended pool.)
|
|||||||
[1] )
|
[1] )
|
||||||
(\end occurred when \ifx on line 12 was incomplete)
|
(\end occurred when \ifx on line 12 was incomplete)
|
||||||
Here is how much of TeX's memory you used:
|
Here is how much of TeX's memory you used:
|
||||||
762 strings out of 95671
|
629 strings out of 95671
|
||||||
8491 string characters out of 1192323
|
7662 string characters out of 1192323
|
||||||
119715 words of memory out of 1583758
|
119581 words of memory out of 1594624
|
||||||
2155 multiletter control sequences out of 15000+50000
|
2022 multiletter control sequences out of 15000+50000
|
||||||
21229 words of font info for 66 fonts, out of 1000000 for 2000
|
21229 words of font info for 66 fonts, out of 1000000 for 2000
|
||||||
844 hyphenation exceptions out of 5000
|
844 hyphenation exceptions out of 5000
|
||||||
13i,6n,9p,1688b,80s stack positions out of 5000i,500n,10000p,200000b,50000s
|
12i,5n,9p,1688b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
|
||||||
<c:/Program Files/Therion/te
|
<c:/Program Files/Therion/te
|
||||||
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
|
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
|
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
|
||||||
erion/texmf/fonts/type1/csssi10.pfb>
|
erion/texmf/fonts/type1/csssi10.pfb>
|
||||||
Output written on data.pdf (1 page, 861437 bytes).
|
Output written on data.pdf (1 page, 894979 bytes).
|
||||||
PDF statistics:
|
PDF statistics:
|
||||||
1026 PDF objects out of 1200 (max. 8388607)
|
768 PDF objects out of 1000 (max. 8388607)
|
||||||
516 compressed objects within 6 object streams
|
390 compressed objects within 4 object streams
|
||||||
0 named destinations out of 1000 (max. 500000)
|
0 named destinations out of 1000 (max. 500000)
|
||||||
2997 words of extra memory for PDF output out of 10000 (max. 10000000)
|
2225 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||||
|
|
||||||
|
|
||||||
##################### end of pdftex log file #####################
|
##################### end of pdftex log file #####################
|
||||||
@@ -260,20 +247,19 @@ C:\Program Files\Therion\therion.exe: warning -- SP-B3_Entree_05@B3_Entree.B3-Bo
|
|||||||
..................................
|
..................................
|
||||||
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues -- multiple scrap outer outlines not supported yet
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues -- multiple scrap outer outlines not supported yet
|
||||||
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues -- invalid scrap outline
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues -- invalid scrap outline
|
||||||
....................................... done
|
..
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues -- multiple scrap outer outlines not supported yet
|
||||||
|
..
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues -- multiple scrap outer outlines not supported yet
|
||||||
|
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues -- invalid scrap outline
|
||||||
|
................................... done
|
||||||
writing Outputs/Complexe_Lonne_Peyret-Bourrugues.kml ... done
|
writing Outputs/Complexe_Lonne_Peyret-Bourrugues.kml ... done
|
||||||
####################### metapost log file ########################
|
####################### metapost log file ########################
|
||||||
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 24 DEC 2024 16:42
|
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 27 DEC 2024 17:01
|
||||||
**data.mp
|
**data.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
(c:/Program Files/Therion/texmf/mpost/mpost.mp
|
||||||
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
(c:/Program Files/Therion/texmf/mpost/plain.mp
|
||||||
Preloading the plain mem file, version 1.005) ) (./data.mp
|
Preloading the plain mem file, version 1.005) ) (./data.mp [1] )
|
||||||
[Error: area borders l813-349--86 and l812-371--76 don't intersect in scrap SP-
|
|
||||||
AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues (file
|
|
||||||
Data/AP7_Arres_Planeres/Data/AP7_Aval/Data/AP7_Aval-Plan.th2 [2579])]
|
|
||||||
[Error: area borders l812-371--76 and l813-349--86 don't intersect in scrap SP-
|
|
||||||
AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues (file
|
|
||||||
Data/AP7_Arres_Planeres/Data/AP7_Aval/Data/AP7_Aval-Plan.th2 [2579])] [1] )
|
|
||||||
1 output file written: data.1
|
1 output file written: data.1
|
||||||
|
|
||||||
|
|
||||||
@@ -282,7 +268,7 @@ writing Outputs/SHP/ ... done
|
|||||||
writing Outputs/SHP/ ... done
|
writing Outputs/SHP/ ... done
|
||||||
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Cave-list.html ... done
|
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Cave-list.html ... done
|
||||||
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html ... done
|
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html ... done
|
||||||
compilation time: 47 sec
|
compilation time: 46 sec
|
||||||
|
|
||||||
|
|
||||||
######################### loop errors ##########################
|
######################### loop errors ##########################
|
||||||
@@ -301,10 +287,10 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
|||||||
0.05% 73.35% SP-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.05% 73.35% SP-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.13% 72.45% SP-B3_Entree_06@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
0.13% 72.45% SP-B3_Entree_06@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
4.10% 62.44% SP-B3_Entree_01B@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
4.10% 62.44% SP-B3_Entree_01B@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
|
0.11% 56.88% SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.99% 48.06% SP-GL102_Aval_01D@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.99% 48.06% SP-GL102_Aval_01D@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.15% 47.47% SP-B3_Entree_01@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
0.15% 47.47% SP-B3_Entree_01@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
1.61% 43.83% SP-GL102_Riviere_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
1.61% 43.83% SP-GL102_Riviere_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.28% 37.86% SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
|
||||||
1.31% 33.28% SP-GL102_Entree_02B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
1.31% 33.28% SP-GL102_Entree_02B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.24% 33.23% SP-GL102_Amont_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.24% 33.23% SP-GL102_Amont_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.86% 32.13% SP-GL102_Entree_02A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.86% 32.13% SP-GL102_Entree_02A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
@@ -313,6 +299,7 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
|||||||
0.10% 25.28% SP-B3_Amonts_01@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
0.10% 25.28% SP-B3_Amonts_01@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.03% 17.19% SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.03% 17.19% SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.04% 12.14% SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.04% 12.14% SP-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
|
0.05% 10.43% SP-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.06% 9.50% SP-GL102_Amont_01C@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.06% 9.50% SP-GL102_Amont_01C@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.02% 7.83% SP-B3_Aval_01D@B3_Aval.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
0.02% 7.83% SP-B3_Aval_01D@B3_Aval.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.24% 6.63% SP-GL102_Amont_01B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.24% 6.63% SP-GL102_Amont_01B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
@@ -329,16 +316,18 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
|||||||
0.04% 0.21% SP-GL102_Aval_01E@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.04% 0.21% SP-GL102_Aval_01E@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.01% 0.17% SP-GL102_Aval_01C@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.01% 0.17% SP-GL102_Aval_01C@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.01% 0.16% SP-GL102_Aval_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.01% 0.16% SP-GL102_Aval_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
|
0.01% 0.16% SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.01% 0.09% SP-GL102_Entree_02C@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.01% 0.09% SP-GL102_Entree_02C@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.01% 0.08% SP-AP7_Entree_02@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.01% 0.08% SP-AP7_Entree_02@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.04% SP-B3_Entree_04@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.04% SP-B3_Entree_04@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.04% SP-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.04% SP-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
|
0.00% 0.03% SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.03% SP-B3_Amonts_02@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.03% SP-B3_Amonts_02@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.03% SP-B3_Amonts_04@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.03% SP-B3_Amonts_04@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.02% SP-B3_Entree_03@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.02% SP-B3_Entree_03@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.01% SP-B3_Aval_01C@B3_Aval.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.01% SP-B3_Aval_01C@B3_Aval.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_10@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_09@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_23@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_17@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_02@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_02@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_03@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_03@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_04@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_04@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
@@ -346,28 +335,24 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
|||||||
0.00% 0.00% SP-AP7_Amonts_06@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_06@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_07@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_07@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_08@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_08@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_09@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
|
||||||
0.00% 0.00% SP-AP7_Amonts_18@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_18@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
|
0.00% 0.00% SP-AP7_Amonts_10@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_11@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_11@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_12@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_12@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_13@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_13@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_14@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_14@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_15@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_15@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_16@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Amonts_16@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Amonts_17@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_14@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_12@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
|
||||||
0.00% 0.00% scrap339@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% scrap339@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% scrap51@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% scrap51@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
|
||||||
0.00% 0.00% SP-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
|
||||||
0.00% 0.00% SP-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
|
||||||
0.00% 0.00% SP-AP7_Aval_08@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_08@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_09@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_09@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_11@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_11@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_22@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_12@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_13@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_13@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_14@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_23@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_15@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_15@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_16@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_16@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_17@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_17@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
@@ -375,6 +360,7 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
|||||||
0.00% 0.00% SP-AP7_Aval_19@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_19@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_20@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_20@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
0.00% 0.00% SP-AP7_Aval_21@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
0.00% 0.00% SP-AP7_Aval_21@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
|
0.00% 0.00% SP-AP7_Aval_22@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
|
||||||
################### end of scrap distortions ###################
|
################### end of scrap distortions ###################
|
||||||
|
|
||||||
############# CRS transformations chosen by PROJ ###############
|
############# CRS transformations chosen by PROJ ###############
|
||||||
|
|||||||
+1
-1
@@ -51,7 +51,7 @@ Licence
|
|||||||
L'ensemble de ces données est publié sous la licence libre Creative Commons CC BY-NC-ND 4.0 (Attribution, partage à l'identique et pas d'utilisation commerciale) :
|
L'ensemble de ces données est publié sous la licence libre Creative Commons CC BY-NC-ND 4.0 (Attribution, partage à l'identique et pas d'utilisation commerciale) :
|
||||||
https://creativecommons.org/licenses/by-nc-nd/4.0/
|
https://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||||
|
|
||||||
.. image:: https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nd.png
|
.. image:: https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-nd.png
|
||||||
:align: center
|
:align: center
|
||||||
:width: 100px
|
:width: 100px
|
||||||
:target: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
:target: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||||
|
|||||||
+3
-1
@@ -357,7 +357,7 @@ layout drawingconfig
|
|||||||
symbol-assign area sand AUT
|
symbol-assign area sand AUT
|
||||||
symbol-assign point pillar AUT
|
symbol-assign point pillar AUT
|
||||||
symbol-assign point station:temporary SKBB
|
symbol-assign point station:temporary SKBB
|
||||||
symbol-assign point entrance ASF
|
#symbol-assign point entrance UIS
|
||||||
|
|
||||||
|
|
||||||
symbol-color area clay [52 33 6] # Color to verify
|
symbol-color area clay [52 33 6] # Color to verify
|
||||||
@@ -453,6 +453,8 @@ layout drawingconfig
|
|||||||
|
|
||||||
####### Metapost-changes ############
|
####### Metapost-changes ############
|
||||||
code metapost
|
code metapost
|
||||||
|
|
||||||
|
#fonts_setup( 12, 16, 32, 64, 96 );
|
||||||
|
|
||||||
#<en> Modify length/depth statistics to print
|
#<en> Modify length/depth statistics to print
|
||||||
#<fr> Modifier l'aspect et les données des statistiques de longueur affichées si besoin
|
#<fr> Modifier l'aspect et les données des statistiques de longueur affichées si besoin
|
||||||
|
|||||||
Reference in New Issue
Block a user