[Therion] Labyrinth GUI

2012-03-16 Thread Carl Magnuson
As others have said, I think there is a lot of room for improvement in tooling that is more end-user friendly yet can still leverage the power of Therion in the background to compile maps, stats, etc. I've built some software for a specialized survey project I've been working on to ease

[Therion] Generated PDF compliant to spec?

2011-09-28 Thread Carl Magnuson
I tried converting my PDF map to a JPG using Ghostscript yesterday. It seemed to convert properly, though I saw a handful of warnings that there was an "Unknown operator: 'pop'" in the source PDF. Is Therion producing something which isn't to spec, or producing a newer version PDF that

[Therion] Increasing Metapost 4096 scrap limit

2009-12-01 Thread Carl Magnuson
On Dec 1, 2009, at 11:43 AM, Martin Budaj wrote: > Therion currently inserts warningcheck:=1; before scraps without good > reason, so it will be fixed soon. > > If the new warningcheck setting would work for you, I would prefer not > to modify current file numbering scheme for metapost pictures

[Therion] Increasing Metapost 4096 scrap limit

2009-12-01 Thread Carl Magnuson
It looks like the solution is to issue the following metapost command: warningcheck := 0; However adding it in a code metapost warningcheck := 0; endcode block seems to have no effect, mpost still fails on more then 4096 scraps. Carl On Nov 30, 2009, at 9:55 PM, Carl Magnuson wrote: > I

[Therion] Increasing Metapost 4096 scrap limit

2009-11-30 Thread Carl Magnuson
I am getting close to the limit of 4096 scraps for Metapost which is mentioned in the Therion book and I have ran into it in some cases. It looks like this is a setting in Metapost that must be changed and not Therion, but I was hoping maybe others had ran into this and knew what modifications

[Therion] Incorrectly Drawn Scraps

2009-11-16 Thread Carl Magnuson
I use english, but I took out all of my layout commands to make a simpler example. I haven't decided to learn Czech through Therion at least not yet :P Carl On Nov 16, 2009, at 4:08 PM, Martin Sluka wrote: > BTW, way you use the Czech language for exported maps? :) > > m. >

[Therion] Incorrectly Drawn Scraps

2009-11-16 Thread Carl Magnuson
1.2009, at 21:07, Carl Magnuson wrote: > >> Thanks for the suggestion but I don't think it would work in my >> case - I simplified the data to show the problem I was having, but >> I am actually making a number of different wall types from the LRUD >> data and as I under

[Therion] Incorrectly Drawn Scraps

2009-11-16 Thread Carl Magnuson
Thanks for the suggestion but I don't think it would work in my case - I simplified the data to show the problem I was having, but I am actually making a number of different wall types from the LRUD data and as I understand it Therion will only create regular walls from LRUD data. Carl

[Therion] Incorrectly Drawn Scraps

2009-11-15 Thread Carl Magnuson
I have been working on a larger cave and storing all the survey data in my own program which exports to therion files. For a particular survey the scraps are not being drawn correctly, but drawing just the centerline from the survey data looks fine. Posted here

[Therion] SD Units for fixed points

2008-12-13 Thread Carl Magnuson
Hello, I was wondering what units the standard deviations are for fixed points - the same units you are using for the rest of your data input, or the units your fixed point is in (UTM15 for example)? It doesn't seem to be documented in the manual or elsewhere. Thanks, Carl