Online Map Sources.xml — Oruxmaps

Each map source is defined within tags. A typical entry looks like this:

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

<onlinemapsource uid="1234"> <name>HikeBike Topo</name> <url>https://tile.waymarkedtrails.org/hiking/$z/$x/$y.png</url> <type>PNG</type> <minzoom>6</minzoom> <maxzoom>15</maxzoom> <projection>MERCATOR</projection> </onlinemapsource> Each map source is defined within tags

Google Maps 0 19 MERCATORESFERICA 0,1,2,3 Use code with caution. Copied to clipboard uid : A unique ID number for the source. name : The label that appears in your map list. Oruxmaps loads all XML files in the mapfiles directory

By default, OruxMaps includes a standard set of online maps. However, the power of onlinemapsources.xml lies in its . Users can add, remove, or modify map providers to suit their specific regional or activity-based needs.

To ensure your custom maps aren't overwritten during app updates, you should place your custom XML files in the following directory on your device: /oruxmaps/mapfiles/customonlinemaps/

Oruxmaps Online Map Sources.xml