Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Vyacheslav Rotko

#1
Quote from: Leo Wood on November 13, 2024, 02:06:49,How could I add a navigation waypoint into the track with out the router planner?
Without a scheduler, the VIA point can be added to the file using a text editor, if you write the WPT tag correctly.  For example:
<wpt lat="53.325140" lon="28.6281250">
<name>my point</name>
<sym>z-ico02</sym>
<extensions>
<locus:rtePointAction>pass_place</locus:rtePointAction>
</extensions>
</wpt>
Please note that the coordinates of this VIA point must match one of the points on the track.

I think it's easier to put a simple dot near the track and turn on the alert.
#2
I want to write a theme for displaying roads of class "H".
For example:
Н9574 (https://www.openstreetmap.org/way/329708414)
Н9579 (https://www.openstreetmap.org/way/126577604)
...

The rule for displaying any "ref" key works:
<rule e="way" k="ref" v="*">
   <rule e="way" k="highway" v="tertiary|unclassified">
      <line stroke="#00d900" stroke-width="1.8" stroke-linecap="butt" />
   </rule>
</rule>

If I write <rule e="way" k="ref" v="H*">, then it won't work.

How do I write a rule for displaying roads where the value "ref" starts with the letter H?

#3
The problem is solely with the phone. The locus itself does not read satellite readings, it uses data provided to it by the phone's hardware.
#4
I have installed local surveillance on the second phone. The track is loaded when monitoring is enabled, but it is not updated. To see the new location and track, you need to turn monitoring off and on again.
Is this how it should work?

--- upd ---

Sorry.  Figured it out. To update, it was necessary to set the parameter 0 meters.

But immediately the following question arose. If you open the panel with the motion parameters, these parameters will not be updated, although the track itself will be updated.

Can this be fixed?
#5
Settings - Controls - Map screen - Simple multitouch... turned off?
#6
It's uncomfortable when you're constantly watching someone. Do you have any plans to automatically update the location of the group members?
#7
Hi.
When I view my location in the browser, it doesn't update automatically. Is this how it should be?