Re: [Therion] Subtypes can't have numbers?

2024-01-14 Thread Martin Budaj
Hi, this is a MetaPost limitation; s41p actually means s[41].p in MetaPost, not a simple variable name. M. On Sun, Jan 14, 2024, 20:54 Rodrigo Severo via Therion wrote: > Hi, > > > Just trying to set a "line u:s41p" symbol on latest Therion and getting > strange metapost errors: > > ! Missing

Re: [Therion] Turning LIDAR point clouds into cave maps

2023-11-29 Thread Martin Budaj
On Wed, Nov 29, 2023 at 4:47 PM Bill Gee wrote: > Looking at the sample files, it looks like he extracts some images from > the point cloud. One of them is an overhead view and others are cross > sections and profiles. He then uses these JPG images as the drawing > background to produce a

Re: [Therion-cs] JTSK

2023-09-19 Thread Martin Budaj
Ahoj, On Mon, Sep 18, 2023 at 10:11 PM Lubomir Sliva wrote: > downloading the grid sk_gku_JTSK03_to_JTSK.tif from into > C:\Users\Lubo\AppData\Local/proj... > done > > C:\Program Files (x86)\Therion\therion.exe: error -- PROJ library: 1029 > (File not found or invalid): +proj=pipeline +step

Re: [Therion] Background map-header

2023-09-10 Thread Martin Budaj
Hi, the header background colour is hard-coded to be the same as the map background so it can't be changed without modifying the program. What's your use case to have a different colour? Martin On Fri, Sep 8, 2023 at 8:05 PM Yann Gardère wrote: > > Hello therion users > > On Therion I would

Re: [Therion] Change default PDF output font

2023-09-05 Thread Martin Budaj
On Tue, Sep 5, 2023 at 3:17 PM Wookey wrote: > On 2023-09-05 23:15 +1200, Paul Rowe wrote: > >This will be really handy as our Māori alphabet includes accented > >characters unavailable in the default non-Unicode set. > > Maybe the default therion font should be set to a unicode one so

Re: [Therion] Bug with "copyright" symbol ?

2023-09-04 Thread Martin Budaj
Hi, the easiest way is to use unicode fonts (set "pdf-fonts" in the ini file), directly with the © character instead of \copyright macro. It would be much more work to redefine the \copyright macro (and other similar plain TeX macros which construct some complex characters from more simple ones)

Re: [Therion] Change default PDF output font

2023-09-04 Thread Martin Budaj
Hi, to change the font family, use the "pdf-fonts" setting in the ini file (see the thbook, page 89). The easiest way to change the default style of all texts to e.g. italics, just use the same italic font five times in the "pdf-fonts" specification. Martin On Wed, Aug 2, 2023 at 2:09 AM Paul

Re: [Therion] Can't change default l_wall style with metapost

2023-07-25 Thread Martin Budaj
Hi, define l_wall_bedrock instead of l_wall M. On Tue, Jul 25, 2023 at 2:03 AM Paul Rowe wrote: > Hi, > I have changed wall subtypes before in my layout. e.g. Using Bruce > Mutton's > > code metapost > def l_wall_unsurveyed (expr P) = > T:=identity; > pickup PenC; > thdraw P dashed

[Therion] mailing list issues

2023-07-06 Thread Martin Budaj
Hi, there was an issue with rejected posts to this list: https://github.com/therion/therion/issues/515 We did some modifications in the mailing system configuration; it should be fixed now. Martin ___ Therion mailing list Therion@speleo.sk

Re: [Therion] Text size of the scale-bar

2023-04-22 Thread Martin Budaj
Check https://github.com/therion/therion/issues/125#issuecomment-639324177 Best regards Martin On Sat, Apr 22, 2023 at 4:39 PM david Le berre via Therion < therion@speleo.sk> wrote: > Dear all. > > Little issue: I can change all text size in the header except the scale > bar one's. > After a

Re: [Therion] Base-Scale produces numbers in front of point:abel

2022-11-24 Thread Martin Budaj
Should be fixed in the recent commits, see also https://github.com/therion/therion/issues/428 Martin On Thu, Nov 24, 2022, 16:17 Axel wrote: > Hi, > > got some weired problem which might be a bug or me being stupid: > If scale and base-scale are used (just want to get all symbols a bit >

Re: [Therion] Upgrade to Fedora 37 - Problems with proj packages

2022-11-17 Thread Martin Budaj
On Wed, Nov 16, 2022 at 10:00 PM James Begley wrote: > I'm aware of this issue - I'm currently struggling to build therion under > fedora 37 (which has proj v9 installed). I had hoped that it would be a > simple task to rebuild therion to pick up the new proj libraries, but that > doesnt appear

Re: [Therion] Translation of therion book to Greek

2022-11-17 Thread Martin Budaj
Hi, great to hear about your plan! Perhaps the best way would be to start in a separate repo. If it works well, maybe we could integrate it into the main repo later. I suggest to use thbook/translations/gr as a base directory and adopt the paths to files included from thbook/etc, thbook/mp and

Re: [Therion] New default settings and recent proj changes

2022-04-27 Thread Martin Budaj
king before trying it in case I end up breaking something > that is hard to fix! > > Bruce > > -Original Message- > From: Therion On Behalf Of Martin Budaj > Sent: Wednesday, 27 April 2022 18:23 > To: List for Therion users > Subject: Re: [Therion] New default s

Re: [Therion] New default settings and recent proj changes

2022-04-27 Thread Martin Budaj
... downloading the grid > https://cdn.proj.org/nz_linz_nzgd2kgrid0005.tif... done > > saved/cached grid file: C:\path\ nz_linz_nzgd2kgrid0005.tif > > done > > > > Bruce > > > > From: Therion On Behalf Of Martin Budaj > Sent: Wednesday, 27 April 2022 05:2

Re: [Therion] Problem with new default settings and recent proj changes

2022-04-26 Thread Martin Budaj
On Tue, Apr 26, 2022 at 11:45 AM Bruce Mutton wrote: > I am a little confused, as Therion automatically downloaded the grid and > yet my therion.ini does not have any of the proj-auto or proj-missing-grid > settings mentioned in the 14fac78 Therion Book pg 86-87, which raises for > me many

Re: [Therion] Problem with new default settings and recent proj changes

2022-04-26 Thread Martin Budaj
They all come from 'pkg-config proj --libs --static' (which takes them from 'pkg-config libcurl --libs --static'). I agree it's excessive. For historical reasons, make uses static linking, you can use cmake which links dynamically. Martin On Tue, Apr 26, 2022 at 3:10 PM Benedikt Hallinger

Re: [Therion] Problem with new default settings and recent proj changes

2022-04-25 Thread Martin Budaj
On Mon, Apr 25, 2022 at 9:38 PM Martin Budaj wrote: > > On Mon, Apr 25, 2022 at 11:27 AM Bruce Mutton wrote: > > Before reporting this I thought I'd better at least try 6.0.6+3bc6556 > > > > I get a crash right away as the therion.log transcript below indicates. &

Re: [Therion] Problem with new default settings and recent proj changes

2022-04-25 Thread Martin Budaj
On Mon, Apr 25, 2022 at 11:27 AM Bruce Mutton wrote: > Something bad happened between 6.0.0 and 6.0.5 that we only just noticed > today (because for day to day work we only compile small sections of the > cave). We started to use Proj 9 in 6.0.5 (msys2 build). In mxe builds Proj 5 is still

Re: [Therion] Custom Metapost label can't display newlines or accents

2022-04-25 Thread Martin Budaj
On Sat, Apr 23, 2022 at 9:56 PM Rhys Tyers wrote: > Just in case a simplification makes the question/answer clearer, I'll > retry my question from above: > > I define a user label: > > def p_u_label (expr P,R,S,A)= > lab:=thelabel(ATTR_text, P) > process_label(P, R) > enddef; >

[Therion] new default settings

2022-04-23 Thread Martin Budaj
Hi all, Therion has been supporting the advanced features of the Proj library for some time now. (Proj's purpose is to do transformations between coordinate systems.) This functionality was disabled by default and you could enable it using 'proj-auto' and 'proj-missing-grid' options in the

Re: [Therion] Delete documents in Therion wiki Media Manager

2022-02-19 Thread Martin Budaj
OK, deleted. There is a Media Manager in the menu next to the search field in the upper-right corner; not sure if some special permissions are required. Martin On Sat, Feb 19, 2022 at 3:10 AM Bruce Mutton wrote: > > Just been doing a little maintenance, and this document is no longer required

Re: [Therion] Tex-map code for passing variables

2022-02-12 Thread Martin Budaj
Hi, I think the following should work: 1) use \loadpicture{\pathvar} in the shared thconfig file 2) define \pathvar macro in the 'code tex-map' section of the customised thconfig file: \def\pathvar{yourfile.pdf} Martin On Tue, Feb 8, 2022 at 11:03 AM Nigel Cooke wrote: > > Good evening all, >

Re: [Therion] My take on a new Therion map editor

2022-01-15 Thread Martin Budaj
Wow, the demo is really impressive! It would be great if you could join our next developers' online meeting (not scheduled yet). Cheers, Martin On Sat, Jan 15, 2022 at 3:40 PM Csongor Zih wrote: > > Hi everyone! > > > I'm a university student and I decided to try and make an XTherion >

Re: [Therion] Presenting Mapiah, a multi-platform, more friendly, modern and performant graphical interface for Therion

2021-12-07 Thread Martin Budaj
On Sun, Dec 5, 2021 at 1:38 PM Martin Budaj wrote: > > On Wed, Dec 1, 2021 at 11:01 AM Rodrigo Severo via Therion > wrote: > > Maybe we schedule a live meeting to talk about both approaches together and > > decide which way to go? > > So here is a poll to find the b

Re: [Therion] Presenting Mapiah, a multi-platform, more friendly, modern and performant graphical interface for Therion

2021-12-05 Thread Martin Budaj
On Wed, Dec 1, 2021 at 11:01 AM Rodrigo Severo via Therion wrote: > Maybe we schedule a live meeting to talk about both approaches together and > decide which way to go? So here is a poll to find the best meeting time: https://doodle.com/poll/dhhz9mhk7vaizmis?utm_source=poll_medium=link

Re: [Therion] Fwd: PDF output: layers nested?

2021-11-30 Thread Martin Budaj
On Tue, Nov 23, 2021 at 4:42 PM Andrew Atkinson wrote: > On 23/11/2021 15:08, Benedikt Hallinger wrote: > > > I don't know PDF specifics, but it would be very handy to have "nested" > > layers, i.e. submaps as separate layers in the main layer. > > That would be very useful, don't know if it is

Re: [Therion] Presenting Mapiah, a multi-platform, more friendly, modern and performant graphical interface for Therion

2021-11-30 Thread Martin Budaj
Hi, Rodrigo. Your PoC app looks very promising and we are happy that you've made this first step. C++/Qt seems to be a good choice as well. What might be a bit surprising for most of the users hoping for a better UI, there is also one other project to create a Qt replacement for XTherion

Re: [Therion] Export centerline and/or stations to SHP without th2 files

2021-11-24 Thread Martin Budaj
‪On Thu, Nov 18, 2021 at 12:09 PM ‫עמרי גסטר‬‎ wrote:‬ > When I try to export to SHP or kml I get empty layers because I don't use th2 > files. > What I don't understand is why the centerline / splayes / stations layers are > empty as well. Hi, there is a bug in the embedded shapefile library

Re: [Therion] thfill with page background colour?

2021-11-23 Thread Martin Budaj
On Tue, Nov 23, 2021 at 4:34 PM Tarquin Wilton-Jones via Therion wrote: > > > In which variable do i access the page's background color (the one set > > wit the layout option "map-bg")? > > Fun fact ... you can't access that. Or at least, it didn't seem to be > available back when I was trying to

Re: [Therion] Therion Github plan

2021-10-13 Thread Martin Budaj
Free plan ;) Martin On Wed, Oct 13, 2021 at 9:08 PM Bruce Mutton wrote: > > Oops, a free or paid plan? > > > > From: Therion On Behalf Of Bruce Mutton > Sent: Thursday, 14 October 2021 08:02 > To: 'List for Therion users' > Subject: [Therion] Therion Github plan > > > > Just curious > > Is

Re: [Therion] Metapost exit code in therion 6.0.1 and 6.0.2

2021-10-04 Thread Martin Budaj
Hi, this has been fixed in 6.0.3. Cheers Martin On Wed, Sep 22, 2021 at 11:01 PM A Gott wrote: > > HI Everyone, > > A friend messaged me while I was lucky enough to escape the UK and get to > spain for some caving, which was great! > > I've got back and tonight I tried to look at the problem

Re: [Therion] new Therion 6.0.3

2021-10-04 Thread Martin Budaj
On Mon, Oct 4, 2021 at 5:10 AM Wookey wrote: > This builds, but doesn't install, on debian unstable. Hi, I'm attaching modified build files which should work. I couldn't find a more elegant way to specify --prefix in 'override_dh_auto_install-indep'; could you look into it? For some reason

Re: [Therion] Metapost exit code in therion 6.0.1 and 6.0.2

2021-09-22 Thread Martin Budaj
Hi, this is related to a new continuously-coloured altitude legend introduced in 6.0.0. Could you send me the problematic dataset to investigate the issue? In the meantime you can avoid the problem using colour-legend discrete in the layout. Cheers Martin On Wed, Sep 22, 2021, 23:01 A

Re: [Therion] Survex splays flag in Therion

2021-09-22 Thread Martin Budaj
On Wed, Sep 22, 2021 at 9:40 AM Rodrigo Severo via Therion < therion@speleo.sk> wrote: > Dear developers, please consider including it in Therion source. > Sure, included. Martin ___ Therion mailing list Therion@speleo.sk

Re: [Therion] Therion 6.0.1 colour processing problem

2021-08-26 Thread Martin Budaj
Hi, the latest commit to Master adds compatibility macros so that the old-style transparency definitions are supported again. M. On Mon, Aug 23, 2021 at 9:10 PM Martin Budaj wrote: > Hi, > > if really needed, windows installer for 5.5.7 could be compiled (we don't > store ol

Re: [Therion] Linux xtherion will not load thconfig

2021-08-25 Thread Martin Budaj
On Wed, Aug 25, 2021 at 6:05 PM Wookey wrote: > There is a bug in xtherion 5.5.7, at least in the debian build I am > using (therion 5.5.7ds1-2). > > If you try to open a thconfig file, you get an error: > > "thconfig.thcfg does not exist". > > Fortunately you can run 'xtherion thconfig' and

Re: [Therion] Therion 6.0.1 colour processing problem

2021-08-23 Thread Martin Budaj
t convinced me I'm simply too > uninterested in new features or too stupid to fix something that wasn't > broken to begin with. > > Cheers, > > Anton > > > Op za 21 aug. 2021 om 18:37 schreef Martin Budaj > >> Hi, >> >> the problem is caused by an incompat

Re: [Therion] Therion 6.0.1 colour processing problem

2021-08-21 Thread Martin Budaj
Hi, the problem is caused by an incompatible change in transparent colours handling introduced in 6.0.0 (see https://github.com/therion/therion/blob/master/CHANGES): incompatible changes: the drawing option 'withtransparentcolor', macro 'def_transparent_rgb' and predefined transparent colors

Re: [Therion] Colour legend labels poorly aligned if more than single line

2021-08-21 Thread Martin Budaj
On Sat, Aug 21, 2021 at 12:50 AM Bruce Mutton wrote: > *map header title* > > The text over writes the north arrow, although that is consistent with > what happened before (possible that this is an artifact of my customisation > however). > > Thanks Bruce for testing the modifications.

Re: [Therion] Colour legend labels poorly aligned if more than single line

2021-08-20 Thread Martin Budaj
On Thu, Aug 19, 2021 at 10:59 AM Bruce Mutton wrote: > The relative position of map header title is changed relative to the north > arrow – probably not ideal as it will change existing projects. > Hi, this should be fixed in af88db0

Re: [Therion] Plan gridline colour changes unpredictably

2021-08-12 Thread Martin Budaj
ly use a > number of pdf viewers and printers. They all present line thicknesses and > colours slightly differently. Especially Sumatra pdf compared to most > others. > > > > Bruce > > > > > > *From:* Therion *On Behalf Of *Martin Budaj > *Sent:* Wednesday, 11 Aug

Re: [Therion] Install on Mac OS 11.4

2021-08-12 Thread Martin Budaj
On Wed, Aug 11, 2021 at 7:46 PM Andrea Corna via Therion wrote: > Thank you Martin, > Following the link I compiled correctly. Therion and Lock are working. > But I can’t find xtherion.. > What I have missed? > Ah, xtherion is omitted in macOS build. You can run cmake --build build -t

Re: [Therion] Install on Mac OS 11.4

2021-08-10 Thread Martin Budaj
Hi, could you follow the macOS part of https://github.com/therion/therion/blob/master/.github/workflows/cmake.yml and if there is a problem include a more detailed log file? Basically you need to run the following in the therion source directory: mkdir build && cd build && cmake -G Ninja

Re: [Therion] Plan gridline colour changes unpredictably

2021-08-10 Thread Martin Budaj
Hi, 0.5white doesn't work in CMYK properly (it's equivalent to 0.5*(0,0,0,0) = (0,0,0,0) = white) 0.1black doesn't work in RGB (it's 0.1*(0,0,0) = (0,0,0) = black) So your formula produces 50% gray in RGB and 10% gray in CMYK. No idea why you got 10% gray in some RGB setups, some test data would

Re: [Therion] Therion 6.0.0 altitude colour legend feedback

2021-07-22 Thread Martin Budaj
On Mon, Jul 19, 2021 at 12:08 PM Bruce Mutton wrote: > The new colourbar misses out the top colour (red), and generally biases > the colours on the colourbar too far up relative to the labelled altitudes > (a bug). > Hi, this should be fixed in the latest commit in the master branch. The issue

Re: [Therion] Therion 6.0.0 altitude colour legend feedback

2021-07-19 Thread Martin Budaj
On Mon, Jul 19, 2021 at 12:08 PM Bruce Mutton wrote: > >Is it possible to scale the length of the bar based on the number of > altitudes so that it fits the standard variable module length used for > other colour legends? > > >>this has been implemented in 9a30b34 >

Re: [Therion] GitHub Windows installer

2021-07-15 Thread Martin Budaj
On Thu, Jul 15, 2021 at 9:31 PM Bruce Mutton wrote: > > You need to get the windows installer from GitHub now, as we no longer > build windows binaries on our server. The new links are in the Downloads > section of the therion web page. > > > > Umm… > > I’m logged in and on the installer page.

Re: [Therion] Problem when compiling on MacOS

2021-06-22 Thread Martin Budaj
have to deal with a vtkHybrid library that doesn’t seems to exist for > VTK8 or VTK9 releases and I will also have loch. > > Thanks a lot for your help ! > Phil > > > > On 18 Jun 2021, at 18:33, Martin Budaj wrote: > > > > Hi, > > > > try to co

Re: [Therion] Adding a creative common image to each page of an atlas

2021-06-18 Thread Martin Budaj
But the TeX learning curve is steep and I cannot find a way to have the > legend with the symbol on the same first page rather than at the end of the > atlas. Any clue on which part I should play with to have the legend before > the maps ? > > Thanks, > Phil > > >

Re: [Therion] Problem when compiling on MacOS

2021-06-18 Thread Martin Budaj
Hi, try to compile the latest commit in the master branch, which contains the updated Catch2 library – not sure if the issue has been fixed, though. You can also use cmake to link to the system Catch2 library (details on cmake compilation are in the thbook). Martin On Thu, Jun 17, 2021 at 10:51

Re: [Therion] Adding a creative common image to each page of an atlas

2021-06-16 Thread Martin Budaj
ame” on the atlas pages, what am I missing? > > Phil > > > > On 15 Jun 2021, at 17:44, Martin Budaj wrote: > > > > Hi, > > > > you can e.g. modify this part of the macro: > > > >\vbox to \ht\navbox{ > > \ifnortharrow\hbox to 0pt{\h

Re: [Therion] Adding a creative common image to each page of an atlas

2021-06-15 Thread Martin Budaj
t; > I’ve tried, but could not figure it out where I should add a command in the > “dopage” macro and which command I should add to include a figure. Any > example that I could work on an modify would be greatly appreciated. > > Thanks, > Phil > > > On 12 Jun 2021, at 19:39

Re: [Therion] Adding a creative common image to each page of an atlas

2021-06-12 Thread Martin Budaj
Hi, you need to redefine the '\dopage' macro; check the pages 70 and 71 in the thbook. Let me know if more specific advice is needed. M. On Fri, Jun 11, 2021 at 3:27 PM Philippe Vernant wrote: > Hi, > > I tried several lines of code, but couldn’t success in adding a creative > common image on

Re: [Therion] pdftex error introduced after c43b32a (2021-03-08)

2021-04-25 Thread Martin Budaj
Hi Bruce, I guess it's related to one of the changes, although I couldn't reproduce it on my data. Could you please send me all *.tex files from the thTMPDIR when you run Therion in the debug mode on the problematic dataset? Martin On Sun, Apr 25, 2021 at 7:39 AM Bruce Mutton wrote: > Hi

Re: [Therion] Metapost / Tex error when compiling my projects on a new machine

2021-04-07 Thread Martin Budaj
Hi, it looks exactly like https://github.com/therion/therion/issues/339 Although it hasn't been solved yet, maybe the log files from your system could help; could you generate them according to the discussion there? Best regards Martin On Wed, Apr 7, 2021 at 9:46 AM Tom Foord wrote: > Hi

Re: [Therion] 3D model height

2021-02-22 Thread Martin Budaj
61011450532,47.52649337534078,281.08568208855468 >> 19.00962225574169,47.52658294585592,281.08562306819113 >> 19.00975449765885,47.5265747689,281.08549506128293 >> >> >> On Fri, Feb 19, 2021 at 8:19 PM Martin Budaj wr

Re: [Therion] 3D model height

2021-02-19 Thread Martin Budaj
Hi, which version of Therion and Proj are you using? I get 19.00961002698361,47.52649340144701,262.00 in the kml export with the latest Therion and Proj 7.2.1 Best wishes Martin On Fri, Feb 19, 2021 at 11:25 AM Balambér Hakapesz wrote: > thconfig: > #cs long-lat > #fix 0

Re: [Therion] "\legendbox" "\loadpicture" and absolute paths

2021-02-07 Thread Martin Budaj
On Thu, Jan 15, 2015 at 9:59 AM rowena wrote: > I am using the “\loadpicture” capability in “\legendbox” constructs to > include map sections, elevations, etc. > It all works nicely on my PC where I am using relative paths to the pdf files. > My club has a desire to archive the map data for

Re: [Therion] specific which label appears in output

2021-01-24 Thread Martin Budaj
On Sun, Jan 17, 2021 at 8:02 PM Axel wrote: > for an overview map I need to specific the labels I want to have in the > output. Just sorting them by size is not possible. After searching I found a > label re-definition at > http://marcocorvi.altervista.org/caving/tbe/m_07/m_072.htm (7.2.10). >

Re: [Therion] Therion 5.5.5 bug - statistics missing from header

2020-12-26 Thread Martin Budaj
Yes, the bug was discovered after the release 5.5.5 was published. We plan to release 5.5.6 which fixes this bug tomorrow. That should be the version included in the next Debian stable. Martin On Sat, Dec 26, 2020 at 5:24 PM Benedikt Hallinger wrote: > Here Explorers/etc statistics are missing

Re: [Therion] Gradient out of range - does not process

2020-12-19 Thread Martin Budaj
On Sat, Dec 19, 2020 at 1:07 PM Andrew Atkinson wrote: > > I would hesitate to use magnetic legs for this > > purpose (there is much uncertainty with the declination as the models > > are not particularly precise, there is a daily variation of declination > > (up to 0.2 degrees!) and there might

Re: [Therion] Gradient out of range - does not process

2020-12-19 Thread Martin Budaj
Hi, >> Theodolites are not really set up for doing traverses, for a loop of a few hundred metres we have an mis-closure of about 1m. Yes, theodolites are not really suitable for long traverses where the angular errors accumulate. When using them it's essential to eliminate all sources of error,

Re: [Therion] Trouble compiling latest therion code in Linux (Ubuntu 20.04)

2020-12-15 Thread Martin Budaj
Hi, compilation on Ubuntu 20.04 works fine in our CI, check https://github.com/therion/therion/blob/master/.github/workflows/make.yaml if there are any differences to your setup. Martin On Tue, Dec 15, 2020 at 11:22 AM Rodrigo Severo via Therion < therion@speleo.sk> wrote: > Hi, > > > I'm

Re: [Therion] Gradient out of range - does not process

2020-12-14 Thread Martin Budaj
On Mon, Dec 14, 2020 at 8:51 PM Andrew Atkinson wrote: > Those fixed positions would need to be calculated, by something. Errors do > occur which are better distributed about the loops. Most none surveying > software doesn't really do this. Check https://www.gnu.org/software/gama/ BTW, how

Re: [Therion] Creating PDF/A map files

2020-10-22 Thread Martin Budaj
On Thu, Oct 22, 2020 at 6:39 PM Martin Sluka via Therion wrote: > > http://texdoc.net/texmf-dist/doc/latex/pdfx/pdfx.pdf Hi, this unfortunately requires LaTeX, while Therion uses Plain TeX. I'm afraid I don't see any viable option to produce PDF/A directly from Therion without reimplementing the

Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Martin Budaj
On Wed, Oct 14, 2020 at 10:38 AM Benedikt Hallinger wrote: > When trying to compile a specific plan map view PDF i get an error about > UTF8. The compile runs fine with release-therion 5.5.1, however! > (i don't know if this is related) > Hi, there was no change in the processing of utf-8

Re: [Therion] Therion uses wrong declination for surveys 'in the future'

2020-10-06 Thread Martin Budaj
Hi, On Tue, Oct 6, 2020 at 4:10 AM Wookey wrote: > On 2020-10-05 23:54 +0200, Matthias Keller wrote: > >Unfortunately, even the current Therion 5.5.1 doesn't have a more > >meaningful (and correct) message than "unable to determine magnetic > >declination for undated surveys" >

Re: [Therion] Error while compiling Therion 5.5.x (proj issue?) on MacosX

2020-09-10 Thread Martin Budaj
On Thu, Sep 10, 2020 at 12:21 PM Xavier Robert < xavier.rob...@univ-grenoble-alpes.fr> wrote: > I am trying to compile the last Therion version on my Macos 10.14.6. The > compilation fails with the ./utest with the error: > ./utest > proj_create: cannot build projectedCRS 32634: cannot build

Re: [Therion] Building Therion on Centos 8 (stream)

2020-08-19 Thread Martin Budaj
quot;Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0]]", > "WGS84 / UTM zone 34N"}, > > There is no output when I run tclsh thcsdata.tcl. The script seems to exit > normally, but without printing anything. > > Þó

Re: [Therion] Building Therion on Centos 8 (stream)

2020-08-17 Thread Martin Budaj
-9.25-7.el8.x86_64 >- freetype: > - freetype-2.9.1-4.el8.x86_64 > - freetype-devel-2.9.1-4.el8.x86_64 >- VTK 9.0.1 (built from source) >- libjpeg-turbo-1.5.3-10.el8.x86_64 >- libjpeg-turbo-devel-1.5.3-10.el8.x86_64 >- libpng-1.6.34-5.el8.x86_64 >- libpng-

Re: [Therion] Building Therion on Centos 8 (stream)

2020-08-13 Thread Martin Budaj
020-08-12 22:01 +0200, Martin Budaj wrote: > >Hi, > >check if you have libsqlite3-tcl (or equivalent) installed and > working. > >It's required for correct parsing of projection names from the EPSG > >database. > > Is this a build-time only dep

Re: [Therion] Building Therion on Centos 8 (stream)

2020-08-12 Thread Martin Budaj
Hi, check if you have libsqlite3-tcl (or equivalent) installed and working. It's required for correct parsing of projection names from the EPSG database. Best regards Martin On Wed, Aug 12, 2020, 19:34 Þórir Már Jónsson wrote: > I am building Therion for the first time and getting one Proj

Re: [Therion] Extended Gridl ines longer and other font for altitude

2020-07-28 Thread Martin Budaj
On Tue, Jul 28, 2020 at 5:38 PM Axel wrote: > Now the only question is how to get the labels in normal font and not > italic... > Hi, the elevations are typeset in math mode to get e.g. the minus sign correct (it's different from both hyphen and dash). The side effect of the math mode in TeX is

Re: [Therion] Extended Gridl ines longer and other font for altitude

2020-07-27 Thread Martin Budaj
Hi, you can modify the appearance of lines (using s_vgrid MetaPost macro as you tried) and also the alignment of the altitude labels (using \gridcoord TeX macro). This modification (it's simplified and wouldn't work for the plan projection) displays coordinates on the outer side of the imaginary

Re: [Therion] For JM Begley - Rebuild for Fedora 32

2020-04-29 Thread Martin Budaj
Hi, we plan to release the next version in a couple of days, so it would be best to wait a bit. Best wishes Martin On Wed, Apr 29, 2020 at 9:26 PM Bill Gee wrote: > No worries, mate! It's not like I have a huge need to use Therion right > now. All my mapping projects are up to date, and no

Re: [Therion-cs] - Re: Chybný výpočet truenorth

2020-01-19 Thread Martin Budaj
Ahoj, skús najnovšiu vývojársku verziu (a18b2f0) s aktualizovanou databázou na výpočet deklinácie. M. On Fri, Jan 17, 2020 at 6:33 PM Vratislav Ouhrabka wrote: > Ahoj, > souvisí to s datem kompilace, jakmile naskočí rok 2020 tak je ve výpočtu > chyba. Do roku 2019 je výpočet OK. Zkoušel jsem

Re: [Therion] Problem with dots in symbols: map-connection is empty

2019-12-18 Thread Martin Budaj
Hi, the problem is in a global "linecap := butt;" setting in the point mudcrack symbol (added on December 6) which changes the appearance of the line endings (the dot is a zero-length line which used to be drawn with a round pen). A thorough revision of newly added symbols is necessary before the

Re: [Therion] Metapost for a line ending in an ellipse

2019-11-24 Thread Martin Budaj
On Fri, Nov 22, 2019 at 8:56 PM Tarquin Wilton-Jones via Therion wrote: > In Therion's Metapost, the line is easy; > pickup PenC; > thdraw P; > > Drawing a horizontal ellipse at the coordinates of the last point in the > line is easy: > p:=fullcircle xscaled (.5u) yscaled (.25u); > draw p

Re: [Therion] therion crashes on debian testing (bullseye)

2019-09-15 Thread Martin Budaj
Build-time, just for therion. It's used to parse the definitions of CSs from the Proj database. M. On Mon, Sep 16, 2019, 01:16 Olly Betts wrote: > On Sun, Sep 15, 2019 at 09:45:23PM +0200, Martin Budaj wrote: > > @Olly, Wookey: While investigating this issue I noticed that a d

Re: [Therion] therion crashes on debian testing (bullseye)

2019-09-15 Thread Martin Budaj
Hi, after a quick investigation (no time for going more in depth) it seems that there is some issue in Proj v.6 itself. Therion internally generates the following transformation for Benedikt's example: +proj=pipeline +step +inv +init=epsg:31258 +step +init=epsg:31258 (source and destination CS

Re: [Therion] Automatic scaling of PDF output

2019-05-24 Thread Martin Budaj
Hi unfortunately Therion doesn't support this. It would be actually quite complicated to implement it, as map symbols are scale-dependent so to know the exact size of the output drawing (not just the centreline), you have to draw it first in the selected scale. Martin On Fri, May 24, 2019 at

Re: [Therion] Setting scale on custom symbol

2019-05-22 Thread Martin Budaj
> > There is a partial explanation of u: here > https://therion.speleo.sk/wiki/metapost#symbol_sizing but I will admit to > not knowing if it relates directly to U: Are u: and U: the same? I suspect > not. > Hi, check also the chapter New map symbols / Point symbols in the Therion book (page 73)

Re: [Therion] JMBegley need repackaged survex and therion

2019-05-01 Thread Martin Budaj
Hi, Therion 5.4.4 (released today) should be compatible with proj-5.2.0 used in Fedora 30 (and proj-6.0.0 as well). Let us know if there is any problem packaging this new version. Martin On Wed, May 1, 2019 at 6:04 PM Bill Gee wrote: > For JMBegley who very kindly maintains Fedora packages

Re: [Therion] World Magnetic Model

2019-04-11 Thread Martin Budaj via Therion
Hi, Therion does not use WMM at all (as it doesn't contain 20th century historical data). It uses IGRF model (https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html) which hasn't been updated yet. Best regards Martin On Thu, Apr 11, 2019 at 5:05 PM kevin dixon via Therion wrote: > The last Therion

Re: [Therion] SVG output gives blank file and compiling error

2019-03-04 Thread Martin Budaj via Therion
> On Fri, Mar 1, 2019 at 12:00 PM Andrew Atkinson via Therion > > The conclusion is that with the same data set svg output works on a > > windows 10 machine but does not work on Debian testing therion 5.4.3 > > (2019.02.01) Fixed now in the current development version (947e945). Martin

Re: [Therion] SVG output gives blank file and compiling error

2019-03-01 Thread Martin Budaj via Therion
On Fri, Mar 1, 2019 at 12:00 PM Andrew Atkinson via Therion wrote: > The conclusion is that with the same data set svg output works on a > windows 10 machine but does not work on Debian testing therion 5.4.3 > (2019.02.01) Hi, could you send me that example? I processed 'Maze' part of the cave

Re: [Therion] Therion 5.4.2. potential bug

2019-01-18 Thread Martin Budaj via Therion
fix. > > Is it also fixed in > > https://therion.speleo.sk/downloads/therion-setup-5.4.2.exe > > ? > > Regards, > > Michael. > > > > *Von:* Therion *Im Auftrag von *Martin Budaj > via Therion > *Gesendet:* Donnerstag, 17. Januar 2019 19:26 > *An:* List fo

Re: [Therion] Therion 5.4.2. potential bug

2019-01-17 Thread Martin Budaj via Therion
Hi, it's fixed in d98a0a6. Martin On Tue, Jan 15, 2019 at 7:28 PM Martin Budaj wrote: > On Sat, Jan 12, 2019 at 10:51 AM Michael wrote: > >> I have now attached a minimal cave sample produced with 5.4.1. and one >> produced with 5.4.2. to demonstrate the displ

Re: [Therion] Therion 5.4.2. potential bug

2019-01-15 Thread Martin Budaj via Therion
On Sat, Jan 12, 2019 at 10:51 AM Michael wrote: > I have now attached a minimal cave sample produced with 5.4.1. and one > produced with 5.4.2. to demonstrate the displacement. > Hi, the problem is that EPSG:31467 projection uses the "potsdam" datum and the PROJ library used by Therion

Re: [Therion] Therion 5.4.2. potential bug

2019-01-09 Thread Martin Budaj via Therion
Hi, On Wed, Jan 9, 2019 at 4:03 PM Michael via Therion wrote: > Excited to see the new version being available, as not everyone is IT-savy > enough to build it. > > actually there is always a windows installer for the most recent git commit at https://therion.speleo.sk/download.php; just look

[Therion] new Therion release

2019-01-08 Thread Martin Budaj via Therion
Hi all, there is a new release of Therion, 5.4.2. See https://github.com/therion/therion/blob/v5.4.2/CHANGES for a list of changes. Best regards Therion team ___ Therion mailing list Therion@speleo.sk https://mailman.speleo.sk/listinfo/therion

Re: [Therion] Height numbers in square boxes

2018-10-02 Thread Martin Budaj via Therion
Hi Bruce, thanks for the feedback. Possibly some issues for now though, > > >> p_label_mode_dbgscrap-1 > > Looks like have missed changing a dbgscrap to debugscrap somewhere in the > code. > > > > Also some odd assignments. > > p_label_mode_debugstation:=2; %should be set to 7… > >

Re: [Therion] What file I have to translate for Loch

2018-03-10 Thread Martin Budaj via Therion
On Sun, Mar 11, 2018 at 2:31 AM, Wookey via Therion wrote: > On 2018-03-11 00:13 +0100, Evaristo Quiroga via Therion wrote: > > Thanks Olly. > > > > I have already translated it. Now, What do have I do. Wait for a new > > compilation, or I can install it directly in the

Re: [Therion] Scrap limits

2017-12-01 Thread Martin Budaj via Therion
Hi, there is no change regarding the limits in Therion. If there is a real need, following could be done: - in the current version of MetaPost, it's possible to used "double" arithmetic just by specifying a command line option, which practically eliminates MetaPost limits - instead of pdfTeX we

Re: [Therion] Therion 5.4.1

2017-04-19 Thread Martin Budaj via Therion
Hi, the installer should be fixed now (for both 5.4.1 and the development version). Martin On Wed, Apr 19, 2017 at 8:06 AM, Евгений via Therion wrote: > Hello! > > I have some problem with installation of Therion 5.4.1. > When pushing the button "install", occurs error:

Re: [Therion] New version of Therion 5.4.0 available

2017-04-07 Thread Martin Budaj via Therion
Check https://github.com/therion/therion/blob/master/CHANGES Martin On Fri, Apr 7, 2017 at 5:39 AM, rowena_l--- via Therion wrote: > Hi, > > Is there a summary of new features in the 5.4.0 release? > > thanks, > > Rowena > > > - Original Message - > From: > "List for

Re: [Therion] Current Therion for Windows version 13Mar2017

2017-03-31 Thread Martin Budaj via Therion
> > One request, if the new build(s) could have the version identifier in the > UI and /thversion variable updated; they still read 5.3.16. Perhaps > ‘5.3.16 13Mar2017’ or the like, would help with identifying which version I > have active, and from which version pdf outputs were created. > > >

Re: [Therion] Declination handling imprecise?

2017-02-18 Thread Martin Budaj via Therion
On Sat, Feb 18, 2017 at 9:20 AM, Benedikt Hallinger via Therion wrote: > If therion calculates the average position of all fixed points this is fine. > the cave spans about 5km w/e and about 3km n/s. The change in declination over 5 km distance in your area is about 1' which

Re: [Therion] Wiki search finds not much

2017-01-25 Thread Martin Budaj via Therion
Hi, the search index was updated; the problem should be fixed. Martin On Wed, Jan 25, 2017 at 9:00 AM, Bruce Mutton via Therion wrote: > I noticed just now that the search at the top of the Therion wiki page does > not return many results. > >

  1   2   3   >