encoding  utf-8
source barelle_compilmap

layout grille
  debug station-names
  #debug scrap-names
  #symbol-hide point station
  #symbol-hide line survey
  scale 1 500
  #color map-fg [100 100 70]
  color map-bg 90
  #color map-fg altitude
  #color map-fg scrap
endlayout

layout coupe
  scale 1 1000
  color map-bg 90
  #color map-fg altitude
  #color map-fg scrap
endlayout

# map
export map -projection plan -o ./output/barelle_plan.pdf -layout grille

# cross section
export map -projection [elevation 0 deg] -o ./output/barelle_coupe.pdf -layout coupe

# SIG
#export map -projection plan  -format esri -o ./sig

# 3D
export model -o ./output/barelle.lox

# SQL
export database -o ./output/barelle.sql
