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

#1
en los niveles bajos de zoom, las teselas abarcan superficies muy grandes. Por ejemplo, en el nivel 7, una sola tesela abarca toda la Comunidad de Madrid y grandes partes de las dos Castillas, con lo cual no es posible descargar solo una pequeña parte a ese nivel de zoom.
Los niveles bajos de zoom están desabilitados porque abarcarían una superficie mucho mayor de la que has seleccionado.
#2
QuoteI thought I would try turning it off after all, but now I don't see this option which I was sure I remembered.  Under Global Settings > Waypoints I see "No icons" and "Show Waypoint names" etc., but not a Group Waypoints option.  Am I looking in the wrong place?

Using the new unified interface, left drawer 'Waypoints - Group waypoints'. Same on the legacy one, either on the left drawer or the top menu.
#3
Let's see what the developer has to say here but, in the meantime, do you know that you can disable the functionality altogether?

'Waypoints - Group waypoints'
#4
QuoteHi I have questions about the cursor, please see the file attached, we'll be glad to have your assistance guys, thank you!

- 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.
#5
QuoteHello, 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.

this is because the max zoom of tiles served by strava-heatmap.tiles.freemap.sk is 16. You can adjust the <maxzoom> tag of that map on your custom onlinemapsources.xml, that way oruxmaps will know that it shouldn't request tiles for higher zooms.

BTW, as the tiles background is transparent, Strava Heatmap is a perfect candidate for a composite map. You can, for example, put it on top of OSM and use the composite, that way on zooms above 16 the heat map will disappear but the OSM base will still display
#6
Quote from: Kurt on July 24, 2023, 10:18:17 AM
Is there an option to reduce the smoothing of height and velocity data of a recorded track in the statistics plots? I am using for height data the barometer such that more realistic height information could be expected with less smoothing.
Thanks and best wishes

look at 'Settings - Sensors - GPS settings - Smooth the altitude'
#7
QuoteSure, see 3 screenshots:

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

on the first screenshot you must click the button next to 'COMPOSITE MAP', a dialog will open where you can compose your map.
#8
QuoteThank 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.

you assigned the blue arrow to the map center marker, you should assign it to the GPS marker instead.
#9
QuoteI did what you said but I don't see the maps that I wanna use on the list that opens, once I press the plus sign.

The maps I wanna use:

- Offline map
- Online satellite map
- Online Strava heatmap

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?
#10
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?

This can already be done using custom cursors as I explained you here:
QuoteYes you can, put your custom cursors (png format) on the folder defined in 'Settings - App storage - Cursors Directory' first and then look at 'Settings - User interface - Cursor'

As an example, copy the attached file to the cursors directory on your device, then goto 'Settings - User interface - Cursor' and touch GPS cursor, a list will open containing the 2 builtin cursors and the new one 'North arrow blue'.
BTW, unlike what i said in another post, this cursor will rotate to show the direction you are moving to. To work properly the arrow on the original png must point to the North.
#11
Quote from: G_flow on July 15, 2023, 04:07:07 PM
Thank you for your suggestion, but I don't think the solution works for me. When I followed your instructions, it only resulted in a PNG picture that couldn't be rotated like the red arrowhead shown in the screenshot. What I actually want is to be able to change the size and color of the arrowhead. Do you think it's possible to achieve this? Thank you for your assistance.

I am not sure I understand what you want to achieve here. If what you mean is 'is it possible to have cursors that can rotate at runtime?' the answer is no.
You can use custom cursors but those are just plain png files. The app will not rotate them in any way.
#12
Quote from: G_flow on July 15, 2023, 03:50:53 PM
Hello, I've tried today to add the code you inserted to the xml file, but when I looked at the ONLINE maps there wasn't any maps there. Also previous maps disappeared. I think I'm using a unique onlinemapsource file as someone in the community made it custom-made to our needs. Is it possible that I insert the all code of the file and you would implement what is needed? But I don't think I can upload the file here... Any suggestions? Thank you!!

it is not advisable to modify the builtin onlinemapsources.xml file on the maps folder because, when the app is updated, this file may be overwritten.
You have to create your own onlinemapsouces.xml file in the customonlinemaps subfolder. The app would search for maps on both files and will never modify/overwrite your custom one.

The full code is this:
<?xml version="1.0" encoding="utf-8"?>
<onlinemapsources>

<onlinemapsource uid="100034">
<name>Strava HeatMap</name>
<url><![CDATA[https://strava-heatmap.tiles.freemap.sk/all/hot/{$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>

</onlinemapsources>


You can copy this to a file, save it as onlinemapsources.xml and copy it to the customonlinemaps folder, then goto oruxmaps and refresh the map list, a new map named 'Strava HeatMap' should appear in the list
#13
It has been recently implemented using VTM viewer. But support for this viewer is still experimental, there are still a few drawbacks.

You can choose to use it only for Mapsforge maps ('Settings - Maps- Mapsforge settings - VTM map viewer') or for all kind of maps ('Settings - Maps - VTM map viewer')
#14
Quote from: Haldo on July 11, 2023, 04:47:00 PM
about that.....  I always tried this... mainly for the google maps and earth maps   but I never achieve that.

I use the customonlinemaps as secondary maps location and I put the custom xml file in that dir. But I never found those maps in the list of the available maps.

What am I doing wrong?

Well, many things may go wrong, it's difficult to say without seeing the file.

Here below is an example of a valid file containing only one map definition, you can add as many <onlinemapsource> blocks as you want

<?xml version="1.0" encoding="utf-8"?>
<onlinemapsources>

<onlinemapsource uid="100034">
<name>Strava HeatMap</name>
<url><![CDATA[https://strava-heatmap.tiles.freemap.sk/all/hot/{$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>

</onlinemapsources>


One important thing is the uid, it is used to uniquely identify the map in the tile cache database. They must be unique not only within your file but within the app, meaning that you can not use in your custom file uids already present in the builtin one. If you do that your entries will be ignored.

Also, when you modify the custom onlinemapsources file, you have to refresh the map list to have them appearing in the list
#15
Hi,

Quote1. Navigation to Start - I want to press on a point on a map and then Google Maps or Waze will take me there. It useful when I'm driving to the start point of the track.  I bumped it yesterday but can't find it now.

you must create a waypoint first. Touching it will open a dialog, at the bottom there are several buttons, the one with the arrow is the one you are looking for.

QuoteCan I change the cursor color/size? Now it's red.

Yes you can, put your custom cursors (png format) on the folder defined in 'Settings - App storage - Cursors Directory' first and then look at 'Settings - User interface - Cursor'

Quote3. When I'm following a track+recording, I don't see my location on the graph on the "right panel". I do see the altitude graph, but not my position on it.

There is another graph for that that will display above the dashboard. Look at 'Settings - User interface - Dashboard - Altitude graph'

Quote4. Is there a way to display Strava heat map?

You must create an entry for it in the onlinemapsources.xml file located on the 'customonlinemaps' subfolder of the folder defined in 'Settings - App storage - Maps directory'. Example of mine here below:

<onlinemapsource uid="100034">
<name>Strava HeatMap</name>
<url><![CDATA[https://strava-heatmap.tiles.freemap.sk/all/hot/{$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>


If you are not familiar with xml, look at the builtin onlinemapsources.xml file located in the maps directory for inspiration.

Quote5. Is it possible to display a semi-transparent layer of a map on another map? So for example I can have the satellite map as the base map and on top of it, a semi-transperent topographic map, so I can "see through" the satellite map.

Yes it is, in oruxmaps those are called composite maps. On the map selector screen, at the top there are four buttons, click on the one with a plus sign and select 'Composite map'.
Note that all maps being part of the composite must have the same projection and the same tile size.