Oruxmaps Online Map Sources.xml May 2026

Manually writing XML for 100+ map servers is tedious. Fortunately, the Oruxmaps community maintains shared collections.

WMS requires a GetMap request. Example for the USGS NAIP imagery:

<onlinemapsource uid="301">
    <name>USGS NAIP WMS</name>
    <url><![CDATA[https://services.nationalmap.gov/arcgis/services/NAIP/ImageServer/WMSServer?request=GetMap&service=WMS&version=1.3.0&layers=0&styles=&format=image/png&transparent=false&width=256&height=256&crs=EPSG:3857&bbox=west,south,east,north]]></url>
    <type>WMS</type>
</onlinemapsource>

Note: WMS is slower than XYZ tiles. Use sparingly.

NASA’s Global Imagery Browse Services (GIBS) provides daily satellite imagery. Let’s add the MODIS true-color layer.

<onlinemapsource uid="201" >
    <name>NASA MODIS True Color (Daily)</name>
    <url><![CDATA[https://gibs.earthdata.nasa.gov/tiles/epsg3857/best/MODIS_Terra_CorrectedReflectance_TrueColor/default/2024-01-01/zoom/y/x.jpg]]></url>
    <zoom_min>0</zoom_min>
    <zoom_max>8</zoom_max>
    <type>JPG</type>
    <copyright>NASA Earth Observatory</copyright>
</onlinemapsource>

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. Oruxmaps Online Map Sources.xml

Title: "Unlocking the Power of Oruxmaps: A Guide to Online Map Sources.xml"

Introduction

Oruxmaps is a popular Android app used for navigation, hiking, and outdoor activities. One of its key features is the ability to connect to various online map sources, providing users with access to a vast array of maps and geographic data. But have you ever wondered how Oruxmaps connects to these online map sources? The answer lies in the "Online Map Sources.xml" file. In this blog post, we'll explore the world of Oruxmaps and the Online Map Sources.xml file, and show you how to unlock its full potential.

What is Online Map Sources.xml?

The Online Map Sources.xml file is a configuration file used by Oruxmaps to connect to online map sources. It contains a list of URLs, parameters, and other settings that allow Oruxmaps to communicate with various map servers, such as OpenStreetMap, Google Maps, and others. This file is usually located in the Oruxmaps installation directory or in the Android device's storage.

Why is Online Map Sources.xml important?

The Online Map Sources.xml file is crucial for Oruxmaps users who want to:

How to edit Online Map Sources.xml

Editing the Online Map Sources.xml file requires some technical knowledge, but don't worry, we've got you covered! Here's a step-by-step guide:

Tips and Tricks

Conclusion

The Online Map Sources.xml file is a powerful tool for Oruxmaps users, offering a world of possibilities for customization and expansion. By understanding and editing this file, users can unlock new map sources, optimize performance, and take their Oruxmaps experience to the next level. Whether you're a seasoned Oruxmaps user or just starting out, we hope this guide has provided valuable insights and inspiration for exploring the world of online map sources. Manually writing XML for 100+ map servers is tedious

Additional Resources