Oruxmaps Online Map Sources.xml 🚀 📍 Ir al contenido principal de la página

<url><![CDATA[https://tiles.stadiamaps.com/tiles/alidade_smooth/zoom/x/y.png?api_key=YOUR_API_KEY]]></url> For servers requiring custom HTTP headers (e.g., Referer ), Oruxmaps does not support header injection via XML alone. You would need to use a proxy or switch to a different map source. Here is a curated list of reliable sources to include in your XML file. These are known to work as of 2025 and respect usage policies. Satellite & Hybrid | Name | URL Template | Max Zoom | |------|--------------|----------| | Google Satellite | https://mt1.google.com/vt/lyrs=s&x=x&y=y&z=zoom | 22 | | Bing Aerial | https://ecn.t3.tiles.virtualearth.net/tiles/aquadkey.jpeg?g=1 | 21 | | ESRI World Imagery | https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/zoom/y/x | 19 | Topographic & Outdoor | 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 | Nautical & Marine | Name | URL Template | |------|--------------| | OpenSeaMap | https://tiles.openseamap.org/seamark/zoom/x/y.png | Transport & Bicycle | Name | URL Template | |------|--------------| | OpenCycleMap | https://tile.opencyclemap.org/cycle/zoom/x/y.png | | Transport Map | https://tile.memomaps.de/tilegen/zoom/x/y.png | Part 7: Troubleshooting Common XML Errors Even a single typo can break the entire map sources list. Here are the most frequent issues. 1. Oruxmaps Shows "No Online Maps" After XML Change Cause: Malformed XML – missing closing tag, invalid character, duplicate UID. Fix: Validate your XML using an online validator (e.g., xmlvalidation.com). Pay special attention to CDATA sections and ampersands (&) which must be written as & . 2. Map Shows Blank or Black Tiles Cause: Wrong URL pattern. Oruxmaps uses zoom , x , y . Some servers expect z , row , or col . Also, check zoom constraints – you may be zoomed out beyond the server’s min zoom. Fix: Compare your URL with working examples from the same tile service. Try the URL in a web browser first. 3. Map Loads but Attribution Overlaps Cause: Missing or incorrect copyright tag. Fix: Add a <copyright> element containing the required text. Oruxmaps displays this in the map info panel. 4. Slow Performance or App Freezing Cause: Too many map sources (over 500) or a source with an unreachable server. Fix: Split sources into multiple XML files (name them onlinemapsources1.xml , onlinemapsources2.xml ). Oruxmaps loads all XML files in the mapfiles directory. Part 8: Advanced Techniques – WMS, TMS, and Quadkeys Oruxmaps supports not only standard XYZ tiles but also Web Map Service (WMS) and TMS (Tile Map Service) with quadkeys. Adding a WMS Source WMS requires a GetMap request. Example for the USGS NAIP imagery:

However, many new users install the app, look at the default online map list, and feel underwhelmed. You might see a few OpenStreetMap variants, a Bing aerial layer, and perhaps a forgotten test server.

/sdcard/oruxmaps/mapfiles/onlinemapsources.xml

/Internal Storage/oruxmaps/mapfiles/onlinemapsources.xml

Start with a community collection, then gradually add your own manually crafted sources. Validate your XML, respect tile server terms, and always keep a backup. Within an hour, your Oruxmaps will transform from a simple GPS logger into a cartographic command center.

The magic of Oruxmaps lies not in the pre-installed tiles, but in a single, powerful 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:

This XML file is the gateway to thousands of cartographic sources—from high-resolution satellite imagery and topo maps to weather radar, marine charts, and historic land-use maps. Understanding how to find, edit, and install this file transforms Oruxmaps from a basic GPS tool into a professional GIS platform.

Oruxmaps Online Map Sources.xml 🚀 📍

<url><![CDATA[https://tiles.stadiamaps.com/tiles/alidade_smooth/zoom/x/y.png?api_key=YOUR_API_KEY]]></url> For servers requiring custom HTTP headers (e.g., Referer ), Oruxmaps does not support header injection via XML alone. You would need to use a proxy or switch to a different map source. Here is a curated list of reliable sources to include in your XML file. These are known to work as of 2025 and respect usage policies. Satellite & Hybrid | Name | URL Template | Max Zoom | |------|--------------|----------| | Google Satellite | https://mt1.google.com/vt/lyrs=s&x=x&y=y&z=zoom | 22 | | Bing Aerial | https://ecn.t3.tiles.virtualearth.net/tiles/aquadkey.jpeg?g=1 | 21 | | ESRI World Imagery | https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/zoom/y/x | 19 | Topographic & Outdoor | 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 | Nautical & Marine | Name | URL Template | |------|--------------| | OpenSeaMap | https://tiles.openseamap.org/seamark/zoom/x/y.png | Transport & Bicycle | Name | URL Template | |------|--------------| | OpenCycleMap | https://tile.opencyclemap.org/cycle/zoom/x/y.png | | Transport Map | https://tile.memomaps.de/tilegen/zoom/x/y.png | Part 7: Troubleshooting Common XML Errors Even a single typo can break the entire map sources list. Here are the most frequent issues. 1. Oruxmaps Shows "No Online Maps" After XML Change Cause: Malformed XML – missing closing tag, invalid character, duplicate UID. Fix: Validate your XML using an online validator (e.g., xmlvalidation.com). Pay special attention to CDATA sections and ampersands (&) which must be written as & . 2. Map Shows Blank or Black Tiles Cause: Wrong URL pattern. Oruxmaps uses zoom , x , y . Some servers expect z , row , or col . Also, check zoom constraints – you may be zoomed out beyond the server’s min zoom. Fix: Compare your URL with working examples from the same tile service. Try the URL in a web browser first. 3. Map Loads but Attribution Overlaps Cause: Missing or incorrect copyright tag. Fix: Add a <copyright> element containing the required text. Oruxmaps displays this in the map info panel. 4. Slow Performance or App Freezing Cause: Too many map sources (over 500) or a source with an unreachable server. Fix: Split sources into multiple XML files (name them onlinemapsources1.xml , onlinemapsources2.xml ). Oruxmaps loads all XML files in the mapfiles directory. Part 8: Advanced Techniques – WMS, TMS, and Quadkeys Oruxmaps supports not only standard XYZ tiles but also Web Map Service (WMS) and TMS (Tile Map Service) with quadkeys. Adding a WMS Source WMS requires a GetMap request. Example for the USGS NAIP imagery:

However, many new users install the app, look at the default online map list, and feel underwhelmed. You might see a few OpenStreetMap variants, a Bing aerial layer, and perhaps a forgotten test server.

/sdcard/oruxmaps/mapfiles/onlinemapsources.xml Oruxmaps Online Map Sources.xml

/Internal Storage/oruxmaps/mapfiles/onlinemapsources.xml

Start with a community collection, then gradually add your own manually crafted sources. Validate your XML, respect tile server terms, and always keep a backup. Within an hour, your Oruxmaps will transform from a simple GPS logger into a cartographic command center. &lt;url&gt;&lt;

The magic of Oruxmaps lies not in the pre-installed tiles, but in a single, powerful 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: These are known to work as of 2025

This XML file is the gateway to thousands of cartographic sources—from high-resolution satellite imagery and topo maps to weather radar, marine charts, and historic land-use maps. Understanding how to find, edit, and install this file transforms Oruxmaps from a basic GPS tool into a professional GIS platform.

Mi compra
Cargando contenido...
Comparador de artículos
Cargando contenido...
Puede activar las notificaciones instantaneas para recibir avisos sobre su pedido.Las notificaciones instantaneas de la tienda estan activadas, puede desactivarlas si desea dejar de recibir avisos.Las notificaciones están bloqueadas, debe habilitarlas en su navegador web si desea recibir avisos.
Política de cookies
Utilizamos cookies propias y de terceros para analizar nuestros servicios y mostrarle publicidad relacionada con sus preferencias en base a un perfil elaborado a partir de sus hábitos de navegación. (por ejemplo, páginas visitadas).

Puede obtener más información AQUÍ.
Configurar cookies
Secured By Sectigo