OruxMaps

Uncategorized Boards => MAPAS/MAPS => Topic started by: vincecarter729 on February 11, 2019, 11:27:07 AM

Title: Customize Onlinemapsources.xml
Post by: vincecarter729 on February 11, 2019, 11:27:07 AM
<t>Hi,<br/>
<br/>
Does someone know how to customize the onliemapsources.xml? Do you have an exemple with several layers?<br/>
I would like to create a mutli-layer map with wms or wmts.<br/>
<br/>
Second question: <br/>
When we create new wms maps directly on the app, where can we find the modified xml? Is there a hidden file?<br/>
<br/>
Regards,<br/>
<br/>
Vincent</t>
Title: Re: Customize Onlinemapsources.xml
Post by: afgb1977 on August 08, 2019, 09:06:16 PM
https://anygis.ru/Web/Html/Orux_en
Title: Re: Customize Onlinemapsources.xml
Post by: afgb1977 on August 08, 2019, 09:07:46 PM
https://nnngrach.github.io/AnyGIS_maps/Web/Html/Orux_en
Title: Re: Customize Onlinemapsources.xml
Post by: orux on March 29, 2020, 10:40:45 AM
Quote from: afgb1977 on August 08, 2019, 09:07:46 PM
<r><URL url="https://nnngrach.github.io/AnyGIS_maps/Web/Html/Orux_en (https://nnngrach.github.io/AnyGIS_maps/Web/Html/Orux_en)">https://nnngrach.github.io/AnyGIS_maps/Web/Html/Orux_en (https://nnngrach.github.io/AnyGIS_maps/Web/Html/Orux_en)</URL></r>
Interesting map sources!

orux
Title: Re: Customize Onlinemapsources.xml
Post by: orux on May 23, 2020, 06:02:16 PM
Hello!

Maps with 512px tile size must use:
<projection>MERCATORESFERICAx512</projection>
like : OSM OpenRailWay - Infrastructure (OVERLAYINFOSTRUCT)

orux


Title: Re: Customize Onlinemapsources.xml
Post by: afgb1977 on June 13, 2020, 07:29:18 PM
Quote from: orux on March 29, 2020, 10:40:45 AM
Quote from: afgb1977 on August 08, 2019, 09:07:46 PM
<r><URL url="https://nnngrach.github.io/AnyGIS_maps/Web/Html/Orux_en (https://nnngrach.github.io/AnyGIS_maps/Web/Html/Orux_en)">https://nnngrach.github.io/AnyGIS_maps/Web/Html/Orux_en (https://nnngrach.github.io/AnyGIS_maps/Web/Html/Orux_en)</URL></r>
Interesting map sources!

orux

Este es un pequeño archivo que he recopilado de diferentes fuentes: AnyGIS, OSM y web de cada proveedor. Espero sea útil para quien quiera usarlo. Todos los enlaces funcionan.
Title: Re: Customize Onlinemapsources.xml
Post by: Visinskiradnik on March 24, 2021, 07:28:09 PM
Hello to all...

I was changing onlinemapsources... and after few different changing I can not back to default onlinemapsource.
Just to say... I know the procedure. I changed the the .xml files from oruxmaps/mapsfiles folder. I did it several time to get back to default onlinemapsource. I also did few reinstallation of Oruxmaps apk. I clear mapfiles folder from old cashed files and clear the previous onlinemapsource but after new clean installation I have all online maps from earlier versions.
Is there any solution for this problem ?
Title: Re: Customize Onlinemapsources.xml
Post by: japetus on April 22, 2021, 12:37:35 PM
Is it possible to change the date of the layer that an online map is accessed?
As for example in the case of google earth where, when using google earth, you can change the date that the sat photos were taken?
Can we add several instances of the same map in onlinmapsources.xml pointing to different dates?
Title: Re: Customize Onlinemapsources.xml
Post by: JEAN PAUL on November 12, 2023, 12:27:21 PM
Hello,

Do you know if it's possible to customize the onlinemapsource.xml, to obtain hiking-maps from Greece on line ? The same maps as here :  https://www.topoguide.gr/index-en.php
I am not geek enough to do this...
With Mobac, i have found in the cloud a file « Grece.bsh », 8)  it's ok for outline maps http://randochartreuse.free.fr/mobac2.x/mapsources/Grece/Grece.bsh
I'd like the same for Online maps.
Thank you very much to the community! :)

Jean Paul.
Title: Re: Customize Onlinemapsources.xml
Post by: afgb1977 on November 12, 2023, 04:10:22 PM
The following URL is derived from the Mobac file.


<onlinemapsource uid="101">
<name>🔵 TopoGuide (GR)</name>
<url><![CDATA[http://5.135.161.95/wms/wmsolv3xyz2.php?t=16&z={$z}&x={$x}&y={$y}]]></url>
<website><![CDATA[<font color="#FFFFFF">©TopoGuide</font>]]></website>
<minzoom>1</minzoom>
<maxzoom>20</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>


The following comes directly from the topoguide.gr website but I can't get it to work.
https://m1.anadigit.fr/tms/1.0.0/ntn_combo_en/10/570/636.png
<onlinemapsource uid="102">
<name>🔵 TopoGuide (GR)</name>
<url><![CDATA[https://m1.anadigit.fr/tms/1.0.0/ntn_combo_en/{$z}/{$x}/{$y}.png]]></url>
<website><![CDATA[<font color="#FFFFFF">©TopoGuide</font>]]></website>
<minzoom>1</minzoom>
<maxzoom>20</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>
Title: Re: Customize Onlinemapsources.xml
Post by: JEAN PAUL on November 12, 2023, 07:10:18 PM
Thanks a lot "afgb1977" ,  it's exactly what i needed , it works perfectly with the first URL, derived from the Mobac file !  :)