mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-06-01 13:59:13 +00:00
Coordonnées M414 & Divers
This commit is contained in:
@@ -65,7 +65,8 @@ layout my_layout
|
||||
copy Survey_No_Scrap
|
||||
copy fonts_1000
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
# copy headerl
|
||||
copy headerl_LT
|
||||
copy langue-fr
|
||||
|
||||
|
||||
@@ -88,7 +89,7 @@ layout my_layout
|
||||
scale 1 2000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 400 m
|
||||
scale-bar 1000 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
grid bottom
|
||||
@@ -98,7 +99,7 @@ layout my_layout
|
||||
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
grid-size 100 100 100 m
|
||||
grid-size 1000 1000 1000 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries en dessous)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
@@ -151,14 +152,55 @@ layout my_layout
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
symbol-hide point station
|
||||
|
||||
symbol-hide line survey
|
||||
symbol-hide line label
|
||||
|
||||
symbol-hide group water
|
||||
symbol-hide group speleothems
|
||||
symbol-hide group text
|
||||
|
||||
symbol-hide point station
|
||||
symbol-hide point label
|
||||
symbol-hide point label
|
||||
symbol-hide point height
|
||||
symbol-hide point u:symbol_plan
|
||||
symbol-hide point u:symbol_extend
|
||||
symbol-hide point station-name
|
||||
symbol-hide point dig
|
||||
symbol-hide point camp
|
||||
symbol-hide point air-draught
|
||||
symbol-hide point continuation
|
||||
symbol-hide point masonry
|
||||
symbol-hide point low-end
|
||||
symbol-hide point narrow-end
|
||||
symbol-hide point flowstone-choke
|
||||
symbol-hide point breakdown-choke
|
||||
symbol-hide point clay-choke
|
||||
symbol-hide point clay-choke
|
||||
symbol-hide point bones
|
||||
symbol-hide point bat
|
||||
symbol-hide point rope
|
||||
symbol-hide point traverse
|
||||
symbol-hide point u:man_w
|
||||
symbol-hide point stalagmites
|
||||
symbol-hide point stalagmite
|
||||
symbol-hide point paleo-material
|
||||
|
||||
# symbol-hide group all
|
||||
|
||||
#debug scrap-names
|
||||
#debug station-names
|
||||
|
||||
# code metapost
|
||||
# def p_wall (expr P) =
|
||||
# T := (if known T: T else origin) shifted (u * (P + (-0.5w, 0)));
|
||||
# draw P withpen linepen;
|
||||
# % Retirer ou commenter la ligne d'altitude
|
||||
# % draw_altitude (P, "wall");
|
||||
# enddef;
|
||||
# endcode
|
||||
|
||||
layers on
|
||||
|
||||
overlap 3 cm
|
||||
|
||||
Reference in New Issue
Block a user