Re: [Therion] Multiple caves on one map with an offset

2019-11-14 Thread Bill Gee
Hi Martin - I tried a few more things based on your suggestions. The first thing I had to learn was how to get the Survey Structure and Map Structure boxes to populate. The secret is to run the therion compiler from inside xtherion. I have been running it straight from the command line.

[Therion] ***UNCHECKED*** RE: Multiple caves on one map with an offset

2019-11-14 Thread Bruce Mutton
Just something to check Bill. If you set maps to off in your thconfig, you will not get any offsets, previews or other map features. Does not look like you have done this however, but something to be aware of. maps if maps OFF is chosen, defined map structures are NOT parsed to the

[Therion] Breaking a loop at a specific station on extended elevation

2019-11-14 Thread Bruce Mutton
Thanks Stacho, I have had a look through my projects, and I don’t think I have ever used an ‘extend ignore station’ because of its unpredictable results (but I have used many ‘extend ignore leg’, which usually work as expected). A quick check seems to indicate all my projects are unaffected

Re: [Therion] Multiple caves on one map with an offset

2019-11-14 Thread Martin Sluka via Therion
> 14. 11. 2019 v 14:38, Bill Gee : > > I am shooting blindly in the dark here. What is the hierarchy of namespaces? > Do surveys contain maps, or do maps contain surveys? Can maps contain maps? > Can surveys contain surveys? Can a map contain a survey which in turn > contains a map?

Re: [Therion] Multiple caves on one map with an offset

2019-11-14 Thread Bill Gee
This morning I tried several things: 1) I modified the BigCavernRanch.th file to look like this: map MapGroup -projection plan AllieMainPlan endmap and then recompiled. No error was produced. The resulting map contains all four caves. Offsets are not offset. As far as I can tell, that

Re: [Therion] Breaking a loop at a specific station on extended elevation

2019-11-14 Thread Tarquin Wilton-Jones via Therion
> Normally,  > > extend ignore 6 > > should do the job. But there was a bug in the code, so it did not work > as intended. Thanks so much for this explanation! Suddenly everything makes sense, once you know that it was unintentional behaviour :) > It should be fixed now in the latest commit.

Re: [Therion] Breaking a loop at a specific station on extended elevation

2019-11-14 Thread Stacho Mudrak
Normally, extend ignore 6 should do the job. But there was a bug in the code, so it did not work as intended. It should be fixed now in the latest commit. If some of you have more complex entended elevation projects, could you please check, whether this change does not introduce new errors? The

Re: [Therion] Multiple caves on one map with an offset

2019-11-14 Thread Martin Sluka via Therion
As always, bathroom effect ;) There is a typical problem in data - badly used name spaces. You defined in file BigCavernRanch.th: survey all -title "Big Cavern Ranch" # Name the input caves input ../AllieSpringCaveSurvey/AllieSpringCave.th input ../MillCreekCaveSurvey/MillCreekCave.th input

[Therion] Multiple caves on one map with an offset

2019-11-14 Thread Bruce Mutton
. produced errors saying that objects did not exist. If I open the BigCavernRanch files in xtherion and then look at the boxes for survey structure and map structure, they are completely empty. Hi Bill I added your files to the bits of your project that I have, but there is too much of the

Re: [Therion] Multiple caves on one map with an offset

2019-11-14 Thread Martin Sluka via Therion
> 14. 11. 2019 v 8:45, Martin Sluka via Therion : > > survey all.survey Sorry, it will work only in very simple case, dot is a part of „path“ on right side of object after „@„ So NOT use dot in names of surveys. I any case you may use underline or something else - all_survey