[Therion] Multiple elevation maps

2014-11-10 Thread Bill Gee
Hello everyone - I am working on a map where the cave makes a T-junction. I have an elevation working for the passage from the entrance to the junction. Now I want to make a NEW elevation map for each arm of the T. I think the secret I am missing is how to specify the scraps to be included

[Therion] Multiple elevation maps

2014-11-10 Thread Martin Sluka
What is the problem? map_ext_1.map -projection extended scrap_ext_1 scrap_ext_2 endmap map_ext_2.map -projection extended scrap_ext_3 scrap_ext_4 endmap map_ext_3.map -projection extended scrap_ext_5 scrap_ext_6 endmap map_ext_all.map -projection

[Therion] Multiple elevation maps

2014-11-11 Thread Bruce
uce -Original Message- From: therion-bounces at speleo.sk [mailto:therion-boun...@speleo.sk] On Behalf Of Bill Gee Sent: Tuesday, 11 November 2014 8:56 a.m. To: List for Therion users Subject: [Therion] Multiple elevation maps Hello everyone - I am working on a map where the cave makes a

[Therion] Multiple elevation maps

2014-11-11 Thread Bill Gee
n and elevation within the same export statement. > > > > Bruce > > > > -Original Message- > From: therion-bounces at speleo.sk [mailto:therion-bounces at speleo.sk] On > Behalf > Of Bill Gee > Sent: Tuesday, 11 November 2014 8:56 a.m. > To: List f

[Therion] Multiple elevation maps

2014-11-11 Thread Bill Gee
Hi Martin - When I try this, I get a compile error in Therion. It says that the target of the select command cannot be found. I made up a simple data set to illustrate what I get. The files are attached. What I want to get is to split the elevations across multiple PDF files. From there I

[Therion] Multiple elevation maps

2014-11-11 Thread Martin Sluka
11. 11. 2014 v 21:54, Bill Gee : > When I try this, I get a compile error in Therion. It says that the target > of > the select command cannot be found. Hi Bill, it worked for me: -- next part -- An HTML attachment was scrubbed... URL:

[Therion] Multiple elevation maps

2014-11-11 Thread Bill Gee
Hi Martin - Yes, these files will produce a PDF. There are two problems. 1) The Therion compiler issues two warnings. These come from the select statements: calculating station coordinates ... done calculating basic statistics ... done processing extended elevation ... done proce

[Therion] Multiple elevation maps

2014-11-12 Thread rowen...@tpg.com.au
- From: "List for Therion users" To:"List for Therion users" Cc: Sent:Tue, 11 Nov 2014 18:35:04 -0600 Subject:Re: [Therion] Multiple elevation maps Hi Martin - Yes, these files will produce a PDF. There are two problems. 1) The Therion compiler issues two warnings. These

[Therion] Multiple elevation maps

2014-11-12 Thread Bruce
al Message- From: therion-bounces at speleo.sk [mailto:therion-boun...@speleo.sk] On Behalf Of Bill Gee Sent: Wednesday, 12 November 2014 8:50 a.m. To: 'List for Therion users' Subject: Re: [Therion] Multiple elevation maps Hi Bruce - The first thing I see in your reply is mention of &

[Therion] Multiple elevation maps

2014-11-12 Thread Martin Sluka
12. 11. 2014 v 7:28, Bruce : > Hi Bill > I think I see your problem. I will potter around with the example you sent > to demonstrate what I think you want, but maybe not tonight. > > For now, you can avoid the 'object not found' error by double clicking on > the survey or map item on the right-

[Therion] Multiple elevation maps

2014-11-12 Thread Bruce
was having trouble with in my datasets - it works! Regards Bruce -Original Message- From: therion-bounces at speleo.sk [mailto:therion-boun...@speleo.sk] On Behalf Of Bruce Sent: Wednesday, 12 November 2014 7:29 p.m. To: 'List for Therion users' Subject: Re: [Therion

[Therion] Multiple elevation maps

2014-11-12 Thread Martin Sluka
Maps definitions are independent of surveys, so you may define as many structures of maps as you want. But each map definition "lives" in it's survey where it is defined! It is the reason you should use: select map at its_home_survey m.s.

[Therion] Multiple elevation maps

2014-11-12 Thread Bill Gee
essage- > From: therion-bounces at speleo.sk [mailto:therion-bounces at speleo.sk] On > Behalf > Of Bruce > Sent: Wednesday, 12 November 2014 7:29 p.m. > To: 'List for Therion users' > Subject: Re: [Therion] Multiple elevation maps > > > > Hi Bill >

[Therion] Multiple elevation maps

2014-11-12 Thread Bill Gee
Hi Bruce and Martin - It seems I am still missing something. The trivial example PracticeCave compiles correctly and produces two unique elevation PDF files. However, it is not working on my real cave. I changed all the elevation scraps to "projection elevation". I put each in its own map s

[Therion] Multiple elevation maps

2014-11-12 Thread Martin Sluka
12. 11. 2014 v 17:20, Bill Gee : > therion: error -- MillCreekCave.th [41] -- incompatible scrap projection -- > Elevation1 What is on 41st line of MillCreekCave.th ? m. -- next part -- An HTML attachment was scrubbed... URL:

[Therion] Multiple elevation maps

2014-11-13 Thread Bruce
Ben >It seems I am still missing something. The trivial example PracticeCave compiles correctly and produces two unique elevation PDF files. However, it is not working on my real cave. >I changed all the elevation scraps to "projection elevation". I put each in its own map statemen

[Therion] Multiple elevation maps

2014-11-12 Thread Martin Sluka
12. 11. 2014 v 19:37, Bruce : > Have you though of using offset in your extended elevations as an alternative > to segregated output files? You know you can choose the starting station and > direction of branching in extended elevations? > You can use offset to separate passages that would othe

[Therion] Multiple elevation maps

2014-11-12 Thread Bill Gee
Hi Martin Line 41 in MillCreekCave.th names the first elevation scrap in the first of the two elevation maps. == map MainPlan -title "Mill Creek Cave (PUL-012) - Plan View" # Main survey scraps Entrance1 EntranceConnector Entrance2 TJunction1 TJunction2 TJunction3 end

[Therion] Multiple elevation maps

2014-11-14 Thread Martin Sluka
Bill, it is not good idea to sketch sections as extended and that to try them to morph to elevation. For elevation view is probably better to use 3D. There are commands in centreline: flip right, flip left, flip none, flip ignore. You may flip scraps in xTherion too. With this commands you may

[Therion] Multiple elevation maps

2014-11-14 Thread Martin Sluka
Bill, I'm sorry of mess I made in last mail flip - command to flip scraps in xTherion • flip (none)/horizontal/vertical ▷ flips the scrap after scale transformation extend - command to extend (or flip) branches in centreline: • extend [ []] ▷ control how the centerline is extended.

[Therion] Multiple elevation maps

2014-11-15 Thread Bill Gee
Hi Martin - Not a problem! I appreciate your assistance very much. In the end, after wrestling with this for most of the last two days, I have decided to adopt Plan C ... I created new thconfig and .th files for each elevation segment that I want. I built a shell script to compile them all.

[Therion] Multiple elevation maps

2014-11-19 Thread Martin Budaj
On Sat, Nov 15, 2014 at 8:52 PM, Bill Gee wrote: > Lastly, as a feature enhancement - It would be nice to have a way to tell > Therion to rotate scraps with "none" and "elevation" projections. I have a > number of sketches where the cave is drawn right-to-left but the cross > sections and elevati