Re: [Therion] Line waterflow: thicker points?

2018-09-24 Thread Benedikt Hallinger via Therion
Sorry, i want to override the "conjectural" type, not the intermittent... Am 2018-09-24 23:04, schrieb Benedikt Hallinger: Hello, i currently try to make the little points in an "intermittent waterflow" more visible on clay background. For this i tried to make the points bigger and added to my

[Therion] Line waterflow: thicker points?

2018-09-24 Thread Benedikt Hallinger via Therion
Hello, i currently try to make the little points in an "intermittent waterflow" more visible on clay background. For this i tried to make the points bigger and added to my layout section: layout hvho_basic.layout # more irrelevant stuff here... symbol-set AUT # Thicker

Re: [Therion] Line waterflow: thicker points?

2018-09-24 Thread Benedikt Hallinger via Therion
Ok, well, i found it shortly after my mail. it works when i give def l_waterflow_conjectural (expr Path) = instead of def l_waterflow_conjectural_SKBB (expr Path) = sorry for any inconvinience... Am 2018-09-24 23:06, schrieb Benedikt Hallinger: Sorry, i want to override the "conjectural" ty

Re: [Therion] boxed label

2018-09-24 Thread Bruce Mutton via Therion
Thanks Marco Eventually the squeaky wheel gets oiled :) Looks like it should work, but it seems to complain about setting the parsed attribute to a picture. I will look some more when I have time tonight.. **data.mp (./data.mp [4001] [4002] [4003] [4004] [4005] [4006] [4007] [4008] [4009]

Re: [Therion] Height numbers in square boxes

2018-09-24 Thread Martin Sluka via Therion
It could be quite simple - just to add to NSS symbol set point symbol for height, there is no one defined yet. Then you choose in thconfig NSS symbol set. Try to generate symbol sets table from compiler of Therion - see Thbook. Martin S. > 20. 9. 2018 v 13:32, Bill Gee via Therion : > >

Re: [Therion] boxed label

2018-09-24 Thread Martin Sluka via Therion
Marco, you are right. But the discussion is that Missouri mappers use number in box as point height. So by my meaning correct way should be to define new symbol set which will generate point height in sguare label. User definition is temporary solution in this case. Martin S. > 24. 9. 2018

[Therion] boxed label

2018-09-24 Thread Marco Corvi via Therion
hi bruce, this is a boxed u:label basically it gets the string as picture, its bounding box corners, and define the x and y to draw the box, then draw the string picture point 10 20 u:label -attr val 20 def p_u_label ( expr p,r,s,t ) = picture pic; pic := thelabel( ATTR_val, (0,0)) scaled s;

Re: [Therion] Height numbers in square boxes

2018-09-24 Thread Bruce Mutton via Therion
Every time I have a good idea, I eventually realise why it will not work. Sigh... So I think the way forward may be to understand and build on the general point label definition vardef p_label@#(expr txt,pos,rot,mode) = if (mode=1) or (mode=7): interim labeloffset:=(u/8) fi; la

Re: [Therion] Height numbers in square boxes

2018-09-24 Thread Bruce Mutton via Therion
Every time I have a good idea, I eventually realise why it will not work. Sigh... So I think the way forward may be to understand and build on the general point label definition vardef p_label@#(expr txt,pos,rot,mode) = if (mode=1) or (mode=7): interim labeloffset:=(u/8) fi; la