Oruxmaps — Online Map Sources.xml

| Name | URL Template | Region | |------|--------------|--------| | USGS Topo (current) | https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer/tile/zoom/y/x | USA | | OpenTopoMap | https://tile.opentopomap.org/zoom/x/y.png | Global | | IGN France (classic) | https://wxs.ign.fr/paris/geoportail/ortho/1.0.0/ortho/zoom/x/y.jpg | France |

Warning: Always back up your original XML file before replacing it. Some community files are enormous (thousands of sources) and may slow down the map selection menu on older devices. Oruxmaps Online Map Sources.xml


| Name | URL Template | |------|--------------| | OpenCycleMap | https://tile.opencyclemap.org/cycle/zoom/x/y.png | | Transport Map | https://tile.memomaps.de/tilegen/zoom/x/y.png | | Name | URL Template | Region |


Here is a simple entry for the standard OpenStreetMap: Warning: Always back up your original XML file

<onlinemapsource uid="1" >
    <name>OpenStreetMap Standard</name>
    <url><![CDATA[https://tile.openstreetmap.org/zoom/x/y.png]]></url>
    <copyright><![CDATA[© OpenStreetMap contributors]]></copyright>
    <onlinemapsource>

And a more advanced one with explicit zoom constraints:

<onlinemapsource uid="42" >
    <name>Google Satellite (High Res)</name>
    <url><![CDATA[https://mt1.google.com/vt/lyrs=s&x=x&y=y&z=zoom]]></url>
    <zoom_min>0</zoom_min>
    <zoom_max>22</zoom_max>
    <type>PNG</type>
    <copyright>Map data ©2024 Google</copyright>
</onlinemapsource>

Every custom source you add will follow this pattern. The uid must be unique; otherwise, Oruxmaps will show duplicate or overlapping entries.