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 - G_flow

#1
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)
#2
Quote 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.
#3
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?

<?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>
#4
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
#6
GENERAL / Re: battery charge indicator
August 04, 2023, 08:46:46 PM
Thank you, got it now!
#7
Quote 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 form
<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!
#8
Quote 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. 
#9
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.
#10
Quote 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.
#11
Quote 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.
#12
Quote 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!
#13
Quote 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.



#14
Quote from: Juanjo on July 23, 2023, 06:53:11 PM
on the first screenshot you must click the button next to 'COMPOSITE MAP', a dialog will open where you can compose your map.

Thank you, @Juanjo, both your solutions (cursor issue and composite map) worked for me.
#15
Quote from: G_flow on July 18, 2023, 02:50:33 PM
I see, I wish the feature of changing the cursor size and color be implemented soon, sometimes when I navigate the cursor is too small for me and the path on the map is red, which makes it all difficult.

Where can I purpose that to the developers?

Sure, see 3 screenshots:

1. The screen I see once I press the + sign.
2. My offline maps screen.
3. My online maps screen.