Please try this:
Replace all in LocusmapsOnlinecustomproviders.xml on your sdcard . Backup your providers.xml at first
1.
map01.eniro.no/geowebcache/service/tms1.0.0/map/{z}/{x}/{y}.png
with
map01.eniro.com/geowebcache/service/tms1.0.0/map/{z}/{x}/{y}.png
2.
you can try to replace map01 with map02, map03, or map04 too, if you want
p. e. =
map02.eniro.com/geowebcache/service/tms1.0.0/map/{z}/{x}/{y}.png
map03.eniro.com/geowebcache/service/tms1.0.0/map/{z}/{x}/{y}.png
or
map04.eniro.com/geowebcache/service/tms1.0.0/map/{z}/{x}/{y}.png
Remember, that there are 4 lines to replace for
map01.eniro.no/geowebcache/service/tms1.0.0/map/{z}/{x}/{y}.png
map01.eniro.no/geowebcache/service/tms1.0.0/aerial/{z}/{x}/{y}.png
map01.eniro.no/geowebcache/service/tms1.0.0/hybrid/{z}/{x}/{y}.png
map01.eniro.no/geowebcache/service/tms1.0.0/nautical/{z}/{x}/{y}.png
please let me know if that works or not
J.
Hi Jusc,
I tried, same problem. I tried map03 , map04, also map.eniro.com.
I kept testing also with Oruxmaps and that one works. However, it seems to me that it slows down and eventually the tile shows in Oruxmaps, perhaps it is like it keeps retrying until the tile is downloaded. This is just speculation, I have no way to check it.
I checked the onlinemapsources.xml file that Oruxmaps is using. The eniro entry looks like:
<onlinemapsource uid="20">
<name>Eniro (SE, NO, FI)</name>
<url><![CDATA[http://map.eniro.com/geowebcache/service/tms1.0.0/map/{$z}/{$x}/{$y}.png]]></url>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop>0</yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
I do not know if this info can be useful...