Support "clamp to ground" for KML export
commit32a040ece0020354cd890abb3654e30c630b5511
authorOlly Betts <olly@survex.com>
Mon, 16 Jul 2018 02:07:45 +0000 (16 14:07 +1200)
committerOlly Betts <olly@survex.com>
Mon, 16 Jul 2018 02:07:45 +0000 (16 14:07 +1200)
tree5b5c61f9ab44dd9edb3ab7ecb87dc81bdae58ea4
parentd01b55adda2e542c943f3ec7634f26913f6e574f
Support "clamp to ground" for KML export

The default altitude mode for KML is "clampToGround", which renders
data on the surface of the terrain.  This is useful with KML viewers
which render the terrain as opaque so underground data isn't visible.
Rendering cave passages on the surface isn't great, but is better
than not being able to see them at all.

This option may also be helpful if you want to see where to look on the
surface for new entrances.
25 files changed:
lib/bg.po
lib/ca.po
lib/de.po
lib/de_CH.po
lib/el.po
lib/en_US.po
lib/es.po
lib/fr.po
lib/hu.po
lib/id.po
lib/it.po
lib/pl.po
lib/pt.po
lib/pt_BR.po
lib/ro.po
lib/ru.po
lib/sk.po
lib/survex.pot
lib/zh_CN.po
src/export.cc
src/export.h
src/kml.cc
src/kml.h
src/printing.cc
src/survexport.cc