Hi Stacho, I've been wanting to get print-outs of XVI, too, so I am verry interested in your recommendation, below. I've tried it, but this is the result I get: only the centreline is visible, not LRUD. - Ben Cooper
-----Original Message----- From: therion-bounces at speleo.sk [mailto:[email protected]] On Behalf Of Stacho Mudrak Sent: 06 November 2007 12:24 To: therion at speleo.sk Subject: Re: [Therion] Printing xvi maps 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 <ricardo at entrada.tv>: > 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 Therion at speleo.sk http://www.speleo.sk/mailman/listinfo/therion -------------- next part -------------- A non-text attachment was scrubbed... Name: UF_CL.pdf Type: application/octet-stream Size: 86157 bytes Desc: UF_CL.pdf URL: <http://mailman.speleo.sk/pipermail/therion/attachments/20071108/a5a15644/attachment.obj>
