Oruxmaps Online Map Sources.xml Portable Jun 2026
The Online Map Sources.xml file is crucial for Oruxmaps users who want to:
: Set to 1 to save viewed tiles to your phone storage. This allows you to view the map later without an internet connection.
Usually, custom sources are added to oruxmaps/mapfiles/customonlinemaps/ .
Most modern apps hardcode their map sources. You get Google Maps, OpenStreetMap, maybe Bing—and you’re done. Oruxmaps, born in an era of limited storage and offline-first ethos (creator Jose Manuel Orux is a paraglider and mountain runner), took a different path: Oruxmaps Online Map Sources.xml
Understanding the onlinemap parameters allows you to add any web-based map:
To help you visualize, here are a few complete examples of how to define different types of map sources. Note that these URLs may change over time.
Restart the app or go to Map List and tap the Refresh button. The Online Map Sources
: Offers a massive, updated collection of maps including Topo, Satellite, and specialized layers.
Note: On newer Android versions (Android 11 and above), system privacy restrictions may hide the Android/data folder. You may need to use a specialized file manager like "FV File Explorer" or connect your phone to a computer via USB to access this directory. How the XML Structure Works (With Code Examples)
: The direct web link to the tile server. It uses placeholders like z (zoom level), x (horizontal tile coordinate), and y (vertical tile coordinate). Most modern apps hardcode their map sources
Note: In newer Android versions, you may need a scoped-storage compatible file manager to access the Android/data folder. Anatomy of a Map Source Code Block
Lower the maxzoom parameter to 16 or 17 to prevent OruxMaps from requesting non-existent details. If you want to fine-tune your map setup, let me know: Which geographic region or country are you mapping?
: The range of magnification levels the map supports. projection : Usually MERCATORESFERICA for most web maps. Popular XML Repositories
OruxMaps supports WMS, which uses BBOX and SRS in the URL structure rather than simple x/y/z tiles.