Oh got it, thank you! I'll check how it goes on the next ride!
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.
#1
GENERAL / Re: Displaying Estimated Finish Time on Dashboard for Tracking Routes
October 24, 2024, 08:59:13 AM #2
GENERAL / Displaying Estimated Finish Time on Dashboard for Tracking Routes
October 24, 2024, 05:53:46 AM
Is there a way to display on the dashboard, when I'm tracking or recording a route, the time I will finish? I mean not how much time is left for the activity, but the hour I will arrive. For example, if according to the calculation the app makes it will take me another hour to arrive (this information can indeed be displayed), and the current time is 09:30, I want it to show on the dashboard that I am expected to finish the activity at 10:30.
#3
GENERAL / My routhes becomed solid black..
August 12, 2024, 07:08:51 AM
I don't why, in was ok until now, always the color ws the deifinded color in the settings. Now the the routes becomed solid black..Pls see the screenshot. I'd love to get some help with that
Link (I couldn't manage to upload the photos to the forum)
Link (I couldn't manage to upload the photos to the forum)
#4
GENERAL / Re: Batch of questions - Navigation to Start, Cursor Color, Altitude Graph, Heatm...
August 14, 2023, 09:28:33 PMQuote from: Lenz on August 12, 2023, 08:05:08 AM
Hello G_flow,
a "<" is missing at the beginning of line 44 - add it and it will work.
Thank you, Lenz, it worked.
#5
GENERAL / Re: Batch of questions - Navigation to Start, Cursor Color, Altitude Graph, Heatm...
August 11, 2023, 09:13:09 PM
Hi guys, I've tried to implement in my custom map file some maps, but they are not appearing. And also the two strava heatmap that I managed to present in the past are gone as well. I guess it's ok to post the full code here?
Code Select
<?xml version="1.0" encoding="utf-8"?>
<onlinemapsources>
<onlinemapsource uid="100034">
<name>Strava HeatMap rideandbluered</name>
<url><![CDATA[https://strava-heatmap.tiles.freemap.sk/ride/bluered/{$z}/{$x}/{$y}.png?px=256]]></url>
<website><![CDATA[© Strava]]></website>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name="User-Agent">{om}</httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>
<onlinemapsource uid="100035">
<name>Strava HeatMap runandbluered</name>
<url><![CDATA[https://strava-heatmap.tiles.freemap.sk/run/bluered/{$z}/{$x}/{$y}.png?px=256]]></url>
<website><![CDATA[© Strava]]></website>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name="User-Agent">{om}</httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>
onlinemapsource uid="1">
<name>Google (SAT)</name>
<url><![CDATA[http://khm{$s}.googleapis.com/kh?v=197&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
</onlinemapsource>
<onlinemapsource uid="2">
<name>Google (TOPO)</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=t,r&hl=iw&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
</onlinemapsource>
<onlinemapsource uid="3">
<name>Google (HYBRID)</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=s,m&hl=iw&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
</onlinemapsource>
<onlinemapsource uid="4">
<name>Cyclemap (TOPO)</name>
<url><![CDATA[http://{$s}.tile.opencyclemap.org/cycle/{$z}/{$x}/{$y}.png]]></url>
<minzoom>0</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>a,b,c</servers>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
</onlinemapsource>
<onlinemapsource uid="5">
<name>Geofabrik (STREETS)</name>
<url><![CDATA[http://{$s}.tile.geofabrik.de/549e80f319af070f8ea8d0f149a149c2/{$z}/{$x}/{$y}.png]]></url>
<minzoom>0</minzoom>
<maxzoom>16</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>a,b,c</servers>
</onlinemapsource>
<onlinemapsource uid="6">
<name>Bing (STREETS)</name>
<url><![CDATA[http://ak.dynamic.t2.tiles.virtualearth.ne{$s}/comp/ch/{$q}?mk{$s}=he-il&ur=IL&i{$s}=G,VE,BX,L,LA]]></url>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<servers>t</servers>
</onlinemapsource>
</onlinemapsources>
#6
GENERAL / Can I follow a route over two same maps, but different zoom?
August 10, 2023, 06:03:24 PM
Hi, I think it would be helpful to me in the way that one map is really zoomed in so I don't miss turns etc, and the other map will be zoomed out so I can see myself in a bigger perspective on the track/area. Thx
#7
GENERAL / Re: Batch of questions - Navigation to Start, Cursor Color, Altitude Graph, Heatm...
August 05, 2023, 09:34:40 AM
Got it, thx!
#9
GENERAL / Re: Batch of questions - Navigation to Start, Cursor Color, Altitude Graph, Heatm...
August 04, 2023, 08:43:34 PMQuote from: LaurentG on August 04, 2023, 05:37:03 PM
You probably do a typo error somewhere modifying the name...
Each line must remain on the formCode Select<name>Whichever name you want</name>
If you do not understand your mistake / mistyping, pls attach the modified xml file here in order for me to review it and find what's wrong.
Yes you are probably right, it's working now. I think the reason for the problem was using the sign "&" in the name I gave. I named it heatmap ride&bluered Once I changed it to heatmap rideandblurered , the maps appeared in the list. Thx!
#10
GENERAL / Re: Batch of questions - Navigation to Start, Cursor Color, Altitude Graph, Heatm...
August 04, 2023, 05:13:19 PMQuote from: LaurentG on August 04, 2023, 02:36:03 PM
Yes, of course.
You only have to duplicate all the lines relative to this map in onlinemapsources.xml (only one onlinemapsources.xml file, with all lines defining the map repeated in the same file)
Actually, not exactly "duplicate", since
- parameter will be different in both paragraphs according to your need (run vs. ride)
- but also uid=... (in 1st line of each map definition) has to be different (actually, all maps defined in onlinemapsources.xml must have a unique uid)
- and also <name>....</name> has to be unique as well (actually, I'm not 100% sure it has "technically" to be unique, but at least to allow you to identify uniquely the map in the list....)
Thanks, as you can see in the attached photo, I changed the uid to 5 at the end, and it seems now I do have two maps on the list. The problem is that when I try to change the names (both of them), as in the blue rectangles, the result is that I don't see any heatmap on the list.
#11
GENERAL / battery charge indicator
August 04, 2023, 10:09:54 AM
Hi, can I display that in big? I have the default phone indicator up on the right corner, but it is quite small.
#12
GENERAL / Re: Batch of questions - Navigation to Start, Cursor Color, Altitude Graph, Heatm...
August 04, 2023, 09:49:41 AMQuote from: LaurentG on July 30, 2023, 01:36:41 PM
For various heatmaps, in the URL, there are two parameters ("all" and "hot" in the example provided above)
The first parameter can be
all (ie. all tracks, whatever the sport)
ride (ie. bike)
run (ie. hike and running)
water (ie. water sports)
winter (ie. skiing and other winter sports)
The second parameter can be
hot
blue
purple
gray
bluered
and acts on tracks color.
Personnally, my preferred "color" is bluered that better "filters" tracks and do not show very rarely used tracks, but focus only on tracks above a minimum level of usage, and have a color varying from blue to red depending on usage level (low usage in blue, high usage in red)
Thank you, @LaurentG, now after setting my custom map to "ride" and "bluered", I wonder if I can add another heatmap, for example, run&bluered. So I could instantly switch between those maps. Now on my custommap folder, I have only one file, onlinemapsources.xml, being set with ride&bluered and mentioned.
#13
GENERAL / Re: Batch of questions - Navigation to Start, Cursor Color, Altitude Graph, Heatm...
July 30, 2023, 11:19:32 AMQuote from: Juanjo on July 27, 2023, 01:56:25 PM
- to mask the line: see 'Settings - User interface - Tracks/Routes/Lines/Letter sizes.../ - Line to last position'
- about the view angle: IT IS already attached to the map center, in your picture it seems you want to attach it to the GPS position, that's not possible.
Got it, thank you. Btw, is there a strava heatmap that shows only bicycle activity? I guess the heatmap code that was published here was all type of sport.
#14
GENERAL / Re: Batch of questions - Navigation to Start, Cursor Color, Altitude Graph, Heatm...
July 27, 2023, 10:01:07 AMQuote from: G_flow on July 23, 2023, 03:32:57 PM
Thank you, I've managed to implement the North arrow blue.png (Also removed the white background). But now I have both arrows displayed - the new blue arrow and the red arrow. When recording/following, the blue arrow is always in a second delay than the red one. I want it to replace completely the red (default) arrow. Please see the attached pictures.
Hi I have questions about the cursor, please see the file attached, we'll be glad to have your assistance guys, thank you!
#15
GENERAL / Re: Batch of questions - Navigation to Start, Cursor Color, Altitude Graph, Heatm...
July 27, 2023, 09:37:37 AMQuote from: Juanjo on July 18, 2023, 04:33:37 PM
That's strange, the Strava HeatMap that you added should be there as well as other online and offline maps.
Can you please attach a screenshot?
Hello, I managed to implement the Strava Heatmap. I have an issue, when I'm zooming in it, the map disappears and I left with my GPS single only. Please see the screenshots attached. We'll appreciate any help.