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

#1
Just hit this issue as well - quite annoying - wish there would have been an easier and safer way for applications to share file storage access on Android devices

I did found a solution though to sync my track logs to my local NAS on an Android 13 device. I use FolderSyncPro, and the app has now an option to open a permission for a dedicated folder under /Android/data - you have to type in manually the path (Android/data/com.orux.oruxMapsDonate) and then it appears as a user defined folder, and I can set up sync jobs from OruxMaps data folder to my location of choice.

For those interested, you can find some more information in the FolderSynPro documentation online
#2
Quote from: orux on May 23, 2020, 06:00:20 PM
Hello!

those maps use 512px tiles, you have to use:
<projection>MERCATORESFERICAx512</projection>
orux

That works perfectly, thanks!

Now I guess I have to find another 512 pixel base map - I can't seem to be able to create a composite map with something like OpenStreetMap as it has a different projection...
#3
Hi all

I am adding this map source in my oruxmaps\mapfiles\customonlinemaps\onlinemapsources.xml

<onlinemapsource uid="2090004">
<name>OSM OpenRailWay - Infrastructure</name>
<url><![CDATA[https://{$s}.tiles.openrailwaymap.org/standard/{$z}/{$x}/{$y}.png]]></url>
<servers>a,b,c</servers>
<maxzoom>18</maxzoom>
<minzoom>6</minzoom>
<projection>MERCATORESFERICA</projection>
<downloadable>1</downloadable>
<cacheable>1</cacheable>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>

However, when displaying the map in the application, the tiles get wrongly displayed / missplaced, see screenshot attached

Would you have any suggestions on how I can fix this?