therion-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Therion] Printing xvi maps


From: Stacho Mudrak
Subject: Re: [Therion] Printing xvi maps
Date: Tue, 06 Nov 2007 13:24:05 +0100
User-agent: Internet Messaging Program (IMP) 3.2.2

Well, there is no direct way how to print XVI and I can not imagine how it would
be possible. There is a possibility for printing canvas to postscript in TCL,
but my experience with it is not very good.

I would suggest you to generate PDF map for printing. All items visible in XVI
may be also visible in PDF. Just use export command:

export map.pdf -layout-color map-fg 50 -layout-scale 1 500

By default - map-fg is white, therefore walls are not visible when exporting
data just from centerline.

If you have some scraps already drawn in your data, you need to create and
select centerline map before this export. It can be done within your
configuration file. Example:

source
map centerline-map
  my-survey
endmap
endsource

select centerline-map
export map.pdf -layout-color map-fg 50 -layout-scale 1 500


... where my-survey is the name of top-level survey. If it will not work for
you, just send me some somple data where it does not work and I can have a
look.

Regards, S.

Quoting Ricardo Constantino <address@hidden>:
> Hello,
> 
> I would like to print a map with Centerline, Left & Right lines (based on
> LRUD data).
> The XVI format has this nicelly, but I can't find a way to print out the xvi
> file.
> 
> Thanks in advance,
> Ricardo
> (www.ENTRADA.tv)
> 


_______________________________________________
Therion mailing list
address@hidden
http://www.speleo.sk/mailman/listinfo/therion




reply via email to

[Prev in Thread] Current Thread [Next in Thread]