encoding utf-8 

# This work is under the licence Creative Commonc CC-by-nc-sa v.4 

source banquier_compilmap.th

layout xviexport 
	scale 1 1000 
	grid-size 10 10 10 m 
	grid bottom 
endlayout 


layout base
	doc-title "grotte du Banquier"
	cs EPSG:2154 
	base-scale 1 1000
	scale 1 500
	#color map-bg 100
	transparency on
	opacity 75
	legend on
	map-header 100 100 nw
	symbol-show line survey
	symbol-show point station
	debug station-names
	grid bottom
	grid-size 100 100 20 m
endlayout

layout base-coupe
	doc-title "grotte du Banquier"
	cs EPSG:2154 
	base-scale 1 10000
	scale 1 10000
	#color map-bg 100
	transparency off
	opacity 75
	legend on
	map-header 100 100 nw
	symbol-show line survey
	symbol-hide point station
	#debug station-names
	grid bottom
	grid-size 100 100 20 m
endlayout


# 3-EXPORTS   
#export map -fmt xvi -layout xviexport -o ./topos/grotte_du_banquier-map.xvi
#export map -projection extended -fmt xvi -layout xviexport -o ./topos/grotte_du_banquier-coupe.xvi

export map -o ./topos/grotte_du_banquier-plan.pdf -layout base
export map -projection extended -layout base -o ./topos/grotte_du_banquier-coupe.pdf
export model -o ./topos/grotte_du_banquier.lox

export map -projection [elevation 290 deg] -o ./topos/banquier_coupe.pdf -layout base-coupe

# Export des fichiers ESRI
#export map -proj plan -fmt esri -o ./topos/grotte_du_banquier -layout my_layout
# Export des fichiers kml
export model -fmt kml -o ./topos/grotte_du_banquier.kml

# Stats
#export survey-list -o survey.txt
#export database -o database.csv
