Do not show control point name on map
I hope for collective help.
Is it possible to not show the text of the control point included in the track on the map? (only in the index above).
Here is a part of the track
T A 59.99912806ºN 30.32944506ºE 19-JAN-22 00:00:00.000 s 23.000000 0 0 0 0 -1000.000000 -1.000000 -1 -1.000000 -1 -1 -1
a nav_turn_left,1,3,0,Turn left to the street
a left,1,8,0,
Let's go line by line
1. Track point everything is clear here
2. a .. 1,3,0 controls the icon on the map (nav_turn_left), but the text (Turn left to the street) appears both on the map and at the top of the screen before turning
The icon on the map (nav_turn_left) should be used exactly like this, since it is 32 * 32 in size, unlike the left of 64 * 64 and will not spoil the map
3. a .. 1,8,0 controls the navigation icon (left) when moving.
The navigation icon (left) should be used exactly like this, since it is 64 * 64 in size, unlike nav_turn_left in size 32 * 32 and will be shown as a large icon on the top left
In total, after specifying these two lines, I almost achieved what I wanted and the map almost looks normal and the movement arrows are large
However, the presence of inscriptions with a description of the turn on the map is annoying, I want to see them at the top of the screen before turning
It would seem that a line w like
w nav_turn_left,0,-1.0,16317688,0,1,39,,0,0,-1,0,3
There is also a directive 39 (i.e. indicates to show
Radius 32
icon 4
Description 2
name 1
)
and changing it to 4 or 36 we should get what we want.
But no :( at this point, with this directive, we control only the display / not display of the icon)
The question may be there is a way to remove the name from the map, leaving it displayed during maneuvers.
Thanks in advance.
Accedi per aggiungere un commento.
Commenti
3 commenti