Problema con la versión 7.4.25

Started by PacoR, January 30, 2022, 09:49:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PacoR

Al actualizar Oruxmaps a la versión 7.4.25, estando online, no se carga el mapa topográfico (raster) del IGN aunque si lo hacen el mapa base y la vista fotográfica. Alguna idea?

LaurentG

This is due to updates of onlinemapsources.xml file.
URL for the three "maps" in (ES) layer have been completely redefined... and is likely wrong
Hopefully, before updating this file, OM install creates a backup of previous file, named onlinemapsources.xml.backup (that allowed me to find the issue comparing backup file and new file).

To have the "Mapa Raster IGN" working again, you have to open the onlinemapsources.xml file with any text editor, and replace
<onlinemapsource uid="719">
<name>Mapa Raster IGN (ES)</name>
<url><![CDATA[ https://tms-mapa-raster.ign.es/1.0.0/mapa-raster/{$z}/{$x}/{$y}.jpeg]]></url>
...


by
<onlinemapsource uid="719">
<name>Mapa Raster IGN (ES)</name>
<url><![CDATA[http://www.ign.es/wmts/mapa-raster?request=getTile&layer=MTN&TileMatrixSet=GoogleMapsCompatible&TileMatrix={$z}&TileCol={$x}&TileRow={$y}&format=image/jpeg]]></url>
...

You could also replace completely  the onlinemapsources.xml by the onlinemapsources.xml.backup file, but I do not recommend it to you, since there are a lot of other evolutions in the file, and most of them are likely "desirable".

A third method is to create your own onlinemapsources.xml file, with your own maps parameterization (it's what I do, personnally).
To do so, you have to create in the mapfiles directory a sub-directory named customonlinemaps, in which you store a secondary onlinemapsources.xml file with your own definitions.
In this supplementary file, all "uid" and maps name have to be different than the ones in standard onlinemapsources.xml
In could contain only these lines :
<onlinemapsource uid="100719">
<name>My own Mapa Raster IGN (ES)</name>
<url><![CDATA[http://www.ign.es/wmts/mapa-raster?request=getTile&layer=MTN&TileMatrixSet=GoogleMapsCompatible&TileMatrix={$z}&TileCol={$x}&TileRow={$y}&format=image/jpeg]]></url>
<minzoom>1</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>


As a result, you have in (ES) layer two maps :
Mapa Raster IGN
and
My own Mapa Raster IGN
ie. the one provided by OruxMaps (that do not work) and the one that was provided before, (and that continue to work)

PacoR

Muchas gracias por su pronta respuesta. No hay copias de seguridad, probablemente porque desinstale y volvi a instalar el programa mas de una vez. Trataré de hacer lo que indica en su última solución, aunque con mis "profundos" conocimientos del tema no lo tengo muy claro. Una vez más, gracias por su ayuda

folgui

Pues yo tengo el mismo problema, no carga el mapa raster IGN y en mi archivo de configuración ya estaba puesto lo que dice LaurentG, por lo que entiendo que por ahí no van los tiros.
¿Alguien tiene alguna solución?
El problema ha venido al actualizar de la versión 7.4.22 a la 7.4.25. He desinstalado y vuelta a instalar y tampoco.
¿Alguien conoce la forma de volver a la versión 7.4.22? ¿De donde se puede descargar?

PacoR

Al final descargué la versión de pago de Google Play y. de momento, ningùn problema. ya veremos en el campo. Sin embargo, quisiera saber si puedo instalar esta versiòn en otro dispositivo, sin tener que pagar de nuevo.

Agus

El problema está en el archivo onlinemapsources que se crea nuevo y sustituye el anterior. El antiguo se renombra como onlinemapsources.xlmbackup, Desde el gestor de archivos solamente hay que borrar el que se ha creado nuevo y el antiguo renómbralo borrando .backup
A mi el Raster me ha vuelto a funcionar haciéndolo así

Agus

Quote from: PacoR on February 06, 2022, 05:11:38 PM
Al final descargué la versión de pago de Google Play y. de momento, ningùn problema. ya veremos en el campo. Sin embargo, quisiera saber si puedo instalar esta versiòn en otro dispositivo, sin tener que pagar de nuevo.

Si puedes instalarla sin coste alguno siempre que en otro dispositivo la cuenta de Google Play sea la misma ó utilizar la biblioteca familiar y compartirse con 5 personas

LaurentG

Quote from: Agus on February 06, 2022, 07:01:51 PM
El problema está en el archivo onlinemapsources que se crea nuevo y sustituye el anterior. El antiguo se renombra como onlinemapsources.xlmbackup, Desde el gestor de archivos solamente hay que borrar el que se ha creado nuevo y el antiguo renómbralo borrando .backup
A mi el Raster me ha vuelto a funcionar haciéndolo así

Yes, this works for the IGN.es raster map.... but cancels also all other changes in onlinemapsources.xml...
And except the one relative to IGN.es (that is bugged), all other changes are "desirable".

I persist to think that the more "cosmetic" solutions I propose in my first answer above are (a lot !) better...

But, of course, you do what you want, but don't claim afterwards that another map do not work any more....

Agus

#8
Quote from: LaurentG on February 06, 2022, 08:14:07 PM
Yes, this works for the IGN.es raster map.... but cancels also all other changes in onlinemapsources.xml...
And except the one relative to IGN.es (that is bugged), all other changes are "desirable".

I persist to think that the more "cosmetic" solutions I propose in my first answer above are (a lot !) better...

But, of course, you do what you want, but don't claim afterwards that another map do not work any more....

¿Me puede decir que novedades, cambios o mejoras hubo en el archivo onlinemspsources de la 7.4.25?

No aprecié ningún error en el archivo antiguo. ¿Para que cambiar lo que ya  funciona?

Además , ese error con el Raster lo debe subsanar el desarrollador editando el archivo, mientras tanto tu solución puede ser válida y la mía también aunque digas que es mucho "peor" que la tuya

Kamaloni

Hola buenas, ¿Alguien me podría pasar el archivo xml que funcione? Yo he hecho el cambio de renombrar el archivo de backup como nuevo y tampoco me funciona, debe ser que ya estaba mal o no sé. Os lo agradezco, gracias.

LaurentG

Add the attached file in oruxmaps/mapfiles/customonlinemaps
If the file already exists in this location, merge attached file with existing file.

lneam

this free version of oruxmaps is also for old devices. Oruxmaps GP (google play - paid vesrion) needs newer version of android and logical, the user will have new hardware. This new smartphone will be later from years 2013-4.

So, why only the Oruxmaps GP has a special setting for "rollover GPS fix" ? I belive this setting belongs 100% only for oruxmaps v7