Re: [Therion] Get shortest route

2021-11-27 Thread Olly Betts
On Fri, Nov 26, 2021 at 05:10:18PM +0100, Benedikt Hallinger wrote:
> i would want to get some advanced statistics regarding lengths in a very big 
> cave (130km/Hirlatz).
> 
> Basicly i want to supply two stations and get the following data for the 
> shortest path:
> - length of shots
> - cumulated height for shots going upwards
> - cumulative depth for shots going downwards
> - optionally it would be cool to be able to somehow visualize the route in 
> aven/loch, or in a therion map output
> 
> Is this possible already?

I don't think so.

Someone was working on it, but I guess it didn't come to anything as
that was 2016:

https://lists.survex.com/pipermail/survex/2016-October/002082.html

Cheers,
Olly
___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


[Therion] Hiding cross-section symbols

2021-11-27 Thread Bill Gee
In a map layout, what is the symbol-hide command to not produce cross-sections? 
 I have tried these without success:

layout NoCrossSections
  symbol-hide point section
  symbol-hide line cross-section
  symbol-hide section section
  symbol-hide section cross-section
  symbol-hide group section
  symbol-hide group cross-section
endlayout

For all of these Therion says "Unknown symbol specification".  

Thanks!

Bill Gee




___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Hiding cross-section symbols

2021-11-27 Thread Andrew Atkinson
-context point section

Or

-context line section

Annoyingly on xtherion one of these is called something like cross section, I 
cannot check as I'm on a phone.

Have you tried the built in function for showing cross sections? It gets a bit 
of getting use to but works well. Page 27 of thboolk.

You might be able to use, but I've never tried.

-context group sections


Be warned context doesn't always work, I imagine  as they are very untested by 
end users, but a bug report has ended up with a rapid fix in the past 
One of the first two definatly work as I've used it on labels for cross 
section, well it worked for labels.

Andrew
-- 
Sent with K-9 Mail

On 27 November 2021 18:37:19 GMT, Bill Gee  wrote:
>And a followup question!  More secret incantations ...
>
>Although the cross-section lines and scraps are now gone, the arrows that I 
>used to connect them are still there.  I tried adding an option to the arrow 
>line, like this:
>
>   -context sections
>
>but that only produces an error "not enough option arguments -- -context -- 
>must be 2".  I changed it to read
>
>   -context line sections
>
>and got "invalid object context -- line sections".
>
>Page 29 of the Therion Book implies that something like this should be 
>possible.  I don't want to hide ALL arrows - just the ones that are used in 
>association with cross-sections.
>
>Maybe I need to use some other context besides "sections"?  Perhaps define 
>those arrows as context of "section_arrow", then use "symbol-hide group 
>section_arrow"?
>
>
>Bill Gee
>
>
>On Saturday, November 27, 2021 12:13:08 PM CST Bill Gee wrote:
>> Yep, that did it.  Thanks!
>> 
>> Now that I know what to look for, I see on page 52 of the Therion Book that 
>> "sections" is listed as a possible group under symbol-assign.  It is not in 
>> either symbol-hide or symbol-show, which is why I missed it.
>> 
>> 
>> Bill Gee
>> 
>> 
>> On Saturday, November 27, 2021 11:29:00 AM CST Andrew Atkinson wrote:
>> > symbol-hide group sections
>> > 
>> > All you needed was an s :)
>> > 
>> > Andrew
>> > >In a map layout, what is the symbol-hide command to not produce 
>> > >cross-sections?  I have tried these without success:
>> > >
>> > >layout NoCrossSections
>> > >  symbol-hide point section
>> > >  symbol-hide line cross-section
>> > >  symbol-hide section section
>> > >  symbol-hide section cross-section
>> > >  symbol-hide group section
>> > >  symbol-hide group cross-section
>> > >endlayout
>> > >
>> > >For all of these Therion says "Unknown symbol specification".  
>> > >
>> > >Thanks!
>> > >
>> > >Bill Gee
>> > >
>> > >
>> > >
>> > >
>> > >___
>> > >Therion mailing list
>> > >Therion@speleo.sk
>> > >https://mailman.speleo.sk/listinfo/therion
>> > 
>> 
>> 
>> 
>> 
>> ___
>> Therion mailing list
>> Therion@speleo.sk
>> https://mailman.speleo.sk/listinfo/therion
>> 
>
>
>
>
>___
>Therion mailing list
>Therion@speleo.sk
>https://mailman.speleo.sk/listinfo/therion
___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Hiding cross-section symbols

2021-11-27 Thread Bill Gee
Yep, that did it.  Thanks!

Now that I know what to look for, I see on page 52 of the Therion Book that 
"sections" is listed as a possible group under symbol-assign.  It is not in 
either symbol-hide or symbol-show, which is why I missed it.


Bill Gee


On Saturday, November 27, 2021 11:29:00 AM CST Andrew Atkinson wrote:
> symbol-hide group sections
> 
> All you needed was an s :)
> 
> Andrew
> >In a map layout, what is the symbol-hide command to not produce 
> >cross-sections?  I have tried these without success:
> >
> >layout NoCrossSections
> >  symbol-hide point section
> >  symbol-hide line cross-section
> >  symbol-hide section section
> >  symbol-hide section cross-section
> >  symbol-hide group section
> >  symbol-hide group cross-section
> >endlayout
> >
> >For all of these Therion says "Unknown symbol specification".  
> >
> >Thanks!
> >
> >Bill Gee
> >
> >
> >
> >
> >___
> >Therion mailing list
> >Therion@speleo.sk
> >https://mailman.speleo.sk/listinfo/therion
> 




___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Hiding cross-section symbols

2021-11-27 Thread Andrew Atkinson
symbol-hide group sections

All you needed was an s :)

Andrew
-- 
Sent with K-9 Mail

On 27 November 2021 16:33:54 GMT, Bill Gee  wrote:
>In a map layout, what is the symbol-hide command to not produce 
>cross-sections?  I have tried these without success:
>
>layout NoCrossSections
>  symbol-hide point section
>  symbol-hide line cross-section
>  symbol-hide section section
>  symbol-hide section cross-section
>  symbol-hide group section
>  symbol-hide group cross-section
>endlayout
>
>For all of these Therion says "Unknown symbol specification".  
>
>Thanks!
>
>Bill Gee
>
>
>
>
>___
>Therion mailing list
>Therion@speleo.sk
>https://mailman.speleo.sk/listinfo/therion
___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Hiding cross-section symbols

2021-11-27 Thread Bill Gee
And a followup question!  More secret incantations ...

Although the cross-section lines and scraps are now gone, the arrows that I 
used to connect them are still there.  I tried adding an option to the arrow 
line, like this:

-context sections

but that only produces an error "not enough option arguments -- -context -- 
must be 2".  I changed it to read

-context line sections

and got "invalid object context -- line sections".

Page 29 of the Therion Book implies that something like this should be 
possible.  I don't want to hide ALL arrows - just the ones that are used in 
association with cross-sections.

Maybe I need to use some other context besides "sections"?  Perhaps define 
those arrows as context of "section_arrow", then use "symbol-hide group 
section_arrow"?


Bill Gee


On Saturday, November 27, 2021 12:13:08 PM CST Bill Gee wrote:
> Yep, that did it.  Thanks!
> 
> Now that I know what to look for, I see on page 52 of the Therion Book that 
> "sections" is listed as a possible group under symbol-assign.  It is not in 
> either symbol-hide or symbol-show, which is why I missed it.
> 
> 
> Bill Gee
> 
> 
> On Saturday, November 27, 2021 11:29:00 AM CST Andrew Atkinson wrote:
> > symbol-hide group sections
> > 
> > All you needed was an s :)
> > 
> > Andrew
> > >In a map layout, what is the symbol-hide command to not produce 
> > >cross-sections?  I have tried these without success:
> > >
> > >layout NoCrossSections
> > >  symbol-hide point section
> > >  symbol-hide line cross-section
> > >  symbol-hide section section
> > >  symbol-hide section cross-section
> > >  symbol-hide group section
> > >  symbol-hide group cross-section
> > >endlayout
> > >
> > >For all of these Therion says "Unknown symbol specification".  
> > >
> > >Thanks!
> > >
> > >Bill Gee
> > >
> > >
> > >
> > >
> > >___
> > >Therion mailing list
> > >Therion@speleo.sk
> > >https://mailman.speleo.sk/listinfo/therion
> > 
> 
> 
> 
> 
> ___
> Therion mailing list
> Therion@speleo.sk
> https://mailman.speleo.sk/listinfo/therion
> 




___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Hiding cross-section symbols

2021-11-27 Thread Bill Gee
"-context line section" did the trick.  Once again - Thank you!

It seems odd ...  The first question I had was solved by adding an 's'.  This 
time it was solved by removing an 's'.

The function described on page 27 of the Therion book seems to be related to a 
line of type section.  I use those all the time.  That kind of line indicates 
where in the cave the cross section goes.  I then add a point of type 
cross-section which places the scrap on the map.  An option for the point tells 
which scrap goes with it.

The thing about this map is that it has a LOT of cross sections crowded into a 
small area.  Placing a scrap near its section line is not always possible, so I 
use an arrow line to indicate which scrap belongs to which line.  Doing a 
symbol-hide on the sections takes out both the scraps and the section lines, 
but leaves the arrows.  The map is much less busy, but those arrows are just 
hanging out there with no obvious purpose.

Now I know how to take them out too.  


Bill Gee


On Saturday, November 27, 2021 1:31:34 PM CST Andrew Atkinson wrote:
> -context point section
> 
> Or
> 
> -context line section
> 
> Annoyingly on xtherion one of these is called something like cross section, I 
> cannot check as I'm on a phone.
> 
> Have you tried the built in function for showing cross sections? It gets a 
> bit of getting use to but works well. Page 27 of thboolk.
> 
> You might be able to use, but I've never tried.
> 
> -context group sections
> 
> 
> Be warned context doesn't always work, I imagine  as they are very untested 
> by end users, but a bug report has ended up with a rapid fix in the past 
> One of the first two definatly work as I've used it on labels for cross 
> section, well it worked for labels.
> 
> Andrew
> >And a followup question!  More secret incantations ...
> >
> >Although the cross-section lines and scraps are now gone, the arrows that I 
> >used to connect them are still there.  I tried adding an option to the arrow 
> >line, like this:
> >
> > -context sections
> >
> >but that only produces an error "not enough option arguments -- -context -- 
> >must be 2".  I changed it to read
> >
> > -context line sections
> >
> >and got "invalid object context -- line sections".
> >
> >Page 29 of the Therion Book implies that something like this should be 
> >possible.  I don't want to hide ALL arrows - just the ones that are used in 
> >association with cross-sections.
> >
> >Maybe I need to use some other context besides "sections"?  Perhaps define 
> >those arrows as context of "section_arrow", then use "symbol-hide group 
> >section_arrow"?
> >
> >
> >Bill Gee
> >
> >
> >On Saturday, November 27, 2021 12:13:08 PM CST Bill Gee wrote:
> >> Yep, that did it.  Thanks!
> >> 
> >> Now that I know what to look for, I see on page 52 of the Therion Book 
> >> that "sections" is listed as a possible group under symbol-assign.  It is 
> >> not in either symbol-hide or symbol-show, which is why I missed it.
> >> 
> >> 
> >> Bill Gee
> >> 
> >> 
> >> On Saturday, November 27, 2021 11:29:00 AM CST Andrew Atkinson wrote:
> >> > symbol-hide group sections
> >> > 
> >> > All you needed was an s :)
> >> > 
> >> > Andrew
> >> > >In a map layout, what is the symbol-hide command to not produce 
> >> > >cross-sections?  I have tried these without success:
> >> > >
> >> > >layout NoCrossSections
> >> > >  symbol-hide point section
> >> > >  symbol-hide line cross-section
> >> > >  symbol-hide section section
> >> > >  symbol-hide section cross-section
> >> > >  symbol-hide group section
> >> > >  symbol-hide group cross-section
> >> > >endlayout
> >> > >
> >> > >For all of these Therion says "Unknown symbol specification".  
> >> > >
> >> > >Thanks!
> >> > >
> >> > >Bill Gee
> >> > >
> >> > >
> >> > >
> >> > >
> >> > >___
> >> > >Therion mailing list
> >> > >Therion@speleo.sk
> >> > >https://mailman.speleo.sk/listinfo/therion
> >> > 
> >> 
> >> 
> >> 
> >> 
> >> ___
> >> Therion mailing list
> >> Therion@speleo.sk
> >> https://mailman.speleo.sk/listinfo/therion
> >> 
> >
> >
> >
> >
> >___
> >Therion mailing list
> >Therion@speleo.sk
> >https://mailman.speleo.sk/listinfo/therion
> ___
> Therion mailing list
> Therion@speleo.sk
> https://mailman.speleo.sk/listinfo/therion
> 




___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


[Therion] Duplicate pdftex fonts

2021-11-27 Thread Bill Gee
Hello everyone -

This is not really a Therion question, but it happens only when I am compiling 
Therion maps.  I figured I would start here and see if anyone has any ideas 
where to go for more help.

Every time I compile a map to a PDF file in Therion, pdftex issues some 
warnings.  They look like this:

pdfTeX warning: pdftex (file 
/usr/share/texlive/texmf-var/fonts/map/pdftex/updmap/pdftex.map): fontmap entry 
for `rtxphvb' already exists, duplicates ignored


There are ten of these, each for a different font.  The maps that are produced 
are sane with no visible problems.  

I looked at the pdftex.map file and, as noted in the warning, the fonts named 
are in there twice.  In fact, dang near EVERY font is in there twice!

This warning started appearing after I upgraded from Fedora 34 to 35.  It 
appears on two different computers.

So far this is merely annoying.  The maps that Therion produces look great, and 
I have not seen the warnings anywhere else.  Even so, it would be nice to 
figure out what is going on and get it fixed.  

Has anyone else seen this?  Does anyone have suggestions on where to go for 
help on fixing it?

Thanks!

Bill Gee


___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion