when we make a path we get a long label with the total distance and the azimuth at every point we click on.
when i try make a path across the map those labels obscure the map. i cannot see the map to see where to put the next point.
is there some way to stop this - to switch off those information labels and just make the path?
How to remove label info when making a path...
Модератор: Tolik
- abrogard
- Соображающий
- Сообщения: 75
- Зарегистрирован: 09 май 2018, 09:28
- Откуда: South Australia
- Благодарил (а): 5 раз
- Поблагодарили: 1 раз
- Контактная информация:
Re: How to remove label info when making a path...
I found the answer. edit sasplanet.ini. Lines 783,784,785,786. Here:
780 [EditMarkPolyLine]
781 LineColorHex=$96FF0000
782 LineWidth=3
783 VisibleCaptions=0
784 ShowAzimuth=0
785 ShowIntermediateDist=0
786 ShowDistIncrement=0
787 FontSize=8
788 LastPointFontSize=9
789 FontName=Arial
790 TextColorHex=$FFFFFFFF
791 TextBGColorHex=$70000000
They are set at '1', I changed them to '0'. Now the screen is uncluttered.
Probably all this is needed it to change 783 'Visible Captions' but I didn't check that yet. It certainly works find with all four changed.
780 [EditMarkPolyLine]
781 LineColorHex=$96FF0000
782 LineWidth=3
783 VisibleCaptions=0
784 ShowAzimuth=0
785 ShowIntermediateDist=0
786 ShowDistIncrement=0
787 FontSize=8
788 LastPointFontSize=9
789 FontName=Arial
790 TextColorHex=$FFFFFFFF
791 TextBGColorHex=$70000000
They are set at '1', I changed them to '0'. Now the screen is uncluttered.
Probably all this is needed it to change 783 'Visible Captions' but I didn't check that yet. It certainly works find with all four changed.
- abrogard
- Соображающий
- Сообщения: 75
- Зарегистрирован: 09 май 2018, 09:28
- Откуда: South Australia
- Благодарил (а): 5 раз
- Поблагодарили: 1 раз
- Контактная информация:
Re: How to remove label info when making a path...
I found those options once and could never find them again.
I think the reason might be that panel gets detached and floats away elsewhere on the screen.
Thanks for pointing it out. That's what I was looking for in the first place. When I couldn't find it again I thought i must be hallucinating.

I think the reason might be that panel gets detached and floats away elsewhere on the screen.
Thanks for pointing it out. That's what I was looking for in the first place. When I couldn't find it again I thought i must be hallucinating.