Just to clarify...
In version Oruxmaps version 10.5 GP the WMS, WMTS and composite maps are stored in a internal database that is imported from files
oruxmaps/mapfiles/.wms_data, oruxmaps/mapfiles/.wmts_data and oruxmaps/mapfiles/.mms_data
When you export the WMS, WMTS data (using the "💾 Save Maps" option in the menu of maps screen), oruxmaps will ask you for one directory to save the files. You can use oruxmaps/mapfiles if you want, but this does not mean making the maps permanent. You can copy these files in your computer or sdcard and use later to restore the data using the "Restore Maps" option in the same maps screen menu.
The app will save three files: wms_data , wmts_data and mms_data file format is this:
.wms_data:
.wmts_data:
.mms_data:
As you see, this is not XML but a direct dump of sqlite database. First line is a header, and next lines contains values for the database.
First number in each line is an identifier (you don't want two of these numbers repeated)
If you are brave enough, you can edit those files using a text editor and import then again, but you run the risk of breaking the oruxmaps internal database.
In version Oruxmaps version 10.5 GP the WMS, WMTS and composite maps are stored in a internal database that is imported from files
oruxmaps/mapfiles/.wms_data, oruxmaps/mapfiles/.wmts_data and oruxmaps/mapfiles/.mms_data
When you export the WMS, WMTS data (using the "💾 Save Maps" option in the menu of maps screen), oruxmaps will ask you for one directory to save the files. You can use oruxmaps/mapfiles if you want, but this does not mean making the maps permanent. You can copy these files in your computer or sdcard and use later to restore the data using the "Restore Maps" option in the same maps screen menu.
The app will save three files: wms_data , wmts_data and mms_data file format is this:
.wms_data:
Code Select
#42
_id||name||descr||url||maxz||minz||addons||format||srs||cache||down||layers||version||maxtiles||minx||miny||maxx||maxy||tilesize||maxthread
16046||PNOA 2021||||https://www.ign.es/wms/pnoa-historico?SERVICE=WMS&||19||3||&styles=||image/png||EPSG:4326||1||1||PNOA2021||||-1||-19||27||5||44||256||4
16047||PNOA 2018||||https://www.ign.es/wms/pnoa-historico?SERVICE=WMS&||19||3||&styles=||image/png||EPSG:4326||1||1||PNOA2018||||-1||-19||27||5||44||256||4
16049||PNOA 2012||||https://www.ign.es/wms/pnoa-historico?SERVICE=WMS&||19||3||&styles=||image/png||EPSG:4326||1||1||PNOA2012||||-1||-19||27||5||44||256||4
16050||PNOA 2009 ||||https://www.ign.es/wms/pnoa-historico?SERVICE=WMS&||19||4||&styles=||image/png||EPSG:4326||1||1||PNOA2009||||-1||-19||27||5||44||256||4
16051||PNOA 2006||||https://www.ign.es/wms/pnoa-historico?SERVICE=WMS&||19||3||&styles=||image/png||EPSG:4326||1||1||PNOA2006||||-1||-19||27||5||44||256||4
16053||SIGPAC 1997-2003||||https://www.ign.es/wms/pnoa-historico?SERVICE=WMS&||19||3||&styles=||image/png||EPSG:4326||1||1||SIGPAC||||-1||-19||27||5||44||256||4
16054||AMSB 1956-57||||https://www.ign.es/wms/pnoa-historico?SERVICE=WMS&||19||3||&styles=||image/png||EPSG:4326||1||1||AMS_1956-1957||||-1||-19||27||5||44||256||4
.wmts_data:
Code Select
#42
_id||name||user||pass||heads||url||cache||down||tsize||maxtiles||minx||miny||maxx||maxy||layer||layerid||layersetid||urltemp||format||style||srs||zids||scales||maxys||minxs||xtiles||ytiles||maxthreads
1||LIDAR ||||||User-Agent=OruxMaps v.10.5.0 GP||https://wmts-mapa-lidar.idee.es/lidar?||1||1||256||||-40||10||26||61||Modelo Digital de Superficies LiDAR||EL.GridCoverageDSM||EPSG:4326||||image/png||default||EPSG:32662||EPSG:4326:0;EPSG:4326:1;EPSG:4326:2;EPSG:4326:3;EPSG:4326:4;EPSG:4326:5;EPSG:4326:6;EPSG:4326:7;EPSG:4326:8;EPSG:4326:9;EPSG:4326:10;EPSG:4326:11;EPSG:4326:12;EPSG:4326:13;EPSG:4326:14;EPSG:4326:15;EPSG:4326:16;EPSG:4326:17;EPSG:4326:18;EPSG:4326:19;||2.795411320143589E8;1.3977056600717944E8;6.988528300358972E7;3.494264150179486E7;1.747132075089743E7;8735660.375448715;4367830.1877243575;2183915.0938621787;1091957.5469310894;545978.7734655447;272989.38673277234;136494.69336638617;68247.34668319309;34123.67334159654;17061.83667079827;8530.918335399136;4265.459167699568;2132.729583849784;1066.364791924892;533.182395962446;||1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;1.0018754171394622E7;||-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;-2.0037508342789244E7;||2;4;8;16;32;64;128;256;512;1024;2048;4096;8192;16384;32768;65536;131072;262144;524288;1048576;||1;2;4;8;16;32;64;128;256;512;1024;2048;4096;8192;16384;32768;65536;131072;262144;524288;||4
.mms_data:
Code Select
#42
_id||maps||names||trasp||off||mult||zooms||type
1||4,104||OpenSeaMap & Base map||1.,1.||0||0,0||||
As you see, this is not XML but a direct dump of sqlite database. First line is a header, and next lines contains values for the database.
First number in each line is an identifier (you don't want two of these numbers repeated)
If you are brave enough, you can edit those files using a text editor and import then again, but you run the risk of breaking the oruxmaps internal database.