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

#2
Quote from: Lenz on November 27, 2023, 11:53:21 AM
Hi Haldo,
you have to copy the the profile file om2_name.xml into the folder /oruxmaps/preferences/4.2/ and then refresh the profiles list in Oruxmaps (top right: circle with two arrows) as the new profiles aren't recognized on startup.

Martin

Thank You Martin
#3
I use Oruxmaps on my win 11 pc .... everything's fine... I had to work a little with the folders but with Lenz's posts I succeeded..

the only thing I cannot do is using the profile I already have on my preferences folder...

any hint?

if not I'll do it all over again
#4
I stopped trying a long ago.. but now I know what was the issue....   I was stupid.

The name of the file MUST be "onlinemapsources"

Mine was without the ending "s"

Now works. Thank you anyway.
#5
Quote from: Juanjo on July 11, 2023, 05:25:43 PM
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


well...   Since I couldn't make it work this way, I always manually add the two maps I need in the original onlinemapsource.

It works like a charm. But the down part is that everytime the onlinemapsource gets updated I have to do it again.

BTW here is my file. The uid are unique.

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

<onlinemapsource uid="9999">
<name>Google Maps</name>
<url><![CDATA[http://mt{$s}.google.cn/vt/lyrs=m@121&hl={$l}&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></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="9998">
<name>Google Earth</name>
<!--<url><![CDATA[http://khm{$s}.google.cn/kh/v=123&x={$x}&y={$y}&z={$z}]]></url>-->
<url><![CDATA[http://www.google.cn/maps/vt?lyrs=s@168&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>20</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></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>


and of course I am refreshing the list of maps
#6
Quote from: Juanjo on July 07, 2023, 03:31:52 PM

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:


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


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?
#7
GENERAL / Re: oruxmapstracks db
December 14, 2022, 10:24:54 PM
Thanks Juanjo
#8
GENERAL / Re: oruxmapstracks db
December 14, 2022, 09:58:19 AM
great!!

Thank u Orux
#9
GENERAL / oruxmapstracks db
December 11, 2022, 08:39:17 PM
I managed to get an extraction of the data (via sqllite odbc) of my oruxmapstracks.db in order to have a list of the data of my trails.

I have a question about the time related fields. There is a number in the "segtimemov" - "segtimeup" and "segtimedown" field.

I thought it was unix timestamp but it's not

I have, for instance, the number 9197363  for segtimemov that should be 5 hours 54 mins 53 secs
and I have 14432015 for segtimeup that should be 4 hours 0 mins 32 secs

the highest number refers to a lower time...   I'm confused...

any suggestions?
#10
Quote from: Alejandro-FA on August 13, 2020, 10:17:47 PM
Hi LaurentG, I think I did not made myself clear. I know that any .hgt file can be added to the OruxMaps/Dem directory. What I ask is the addition of new compatible formats. Currently, only .hgt and .dem + .hdr formats are compatible with the app, which could be better, because:


  • .hgt is limited to 1" resolution
  • .dem + .hdr is not limited in resolution, but it does not seem to be a popular format among free elevation data distributors. I've mostly seen GeoTiff and .asc formats for LiDar and other precise terrain elevation models. I know that they can be converted, but as far as I'm concerned it is a tricky process, at least for those that are new to GIS (like me). If someone knows of a detailed guide on how to perform the conversion to .dem + .hdr, I would appreciate it.

Thanks for replying.

Have You seen this?

https://oruxmaps.org/forum/index.php?topic=3612.msg8881#msg8881
#11
Newly updated Tiramisu project...

https://github.com/IgorMagellan/Tiramisu

In my opinion the best mapstyle for hiking and mountaineering
#12
ERRORES/BUGS / Difference in altitude
September 20, 2022, 12:08:38 AM
Sometimes I upload my gpx files to some online service like IBP or Wikiloc and I always get a difference in the total elevation gain and loss.

Oruxmaps tells me that I made 1060 meters and IBP and wikiloc are both around 1250

I use the sonny's DEM files and I apply the altitude correction based on DEM files after i stop the recording of the track.

Which is the correct number?
#13
GENERAL / Re: OruxSoS
September 14, 2022, 08:26:39 PM
Quote from: orux on September 12, 2022, 08:44:13 PM
Given the problems of using the sending of SMS from OruxMaps, I have created an independent app to manage this functionality, OruxSoS. It can work alone or be activated from OruxMaps.

Its cost will be €1, but from tomorrow it will be free for 8 days (the time that Google Play allows this type of promotion).


https://play.google.com/store/apps/details?id=com.orux.oruxsos



orux



it's not for the euro.... I will give it anyway... but it is not in promotion now....
#14
BETAS / Re: OruxSOS
September 01, 2022, 09:08:57 AM
About OruxSOS

i tried version 0.0.1 and 0.0.2   works fine, It's a long awaited feature. Thank You.

I use Oruxmaps when hiking and I switch off everything (wifi and data) toggling airplane mode ON.
It saves a lot of battery cause the phone is not always searching for data coverage (in the mountains always not so good)

Is it possible to check if airplane mode is On and then switching it OFF before sending the sms?

Thank You
#15
BETAS / Re: New beta versions 9.4.xx
August 27, 2022, 08:24:46 PM
Quote from: ut on August 27, 2022, 07:52:48 PM
Hi Orux,
very nice new interface! 8)
I would request you  a new function in order to use vocal messages TTS for ascending quote
In general settings - voice - tracks if I select "1" at "Distance for TTS"  I correctly get my selected "messages to speak" every 1km.
On the other side in some mountain activities (sky-alp, vertical Km race) distance (Km) is not significant, but is is interesting
the difference in height (m) / ascending quote (m).
So I'd like (and I think it can be usefull for many people) to receive a vocal message every 100m (or 50m) of difference in height made.


or...if I may....   when one reach a certain altitude....  like a message when reaching.... for instance... 2000 meters or some other value that the user sets