Never mind, I found another source of almost identical maps that works fine. (
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#1
MAPAS/MAPS / Re: Online source for Czech republic
September 16, 2014, 01:09:36 PMNever mind, I found another source of almost identical maps that works fine. (
#2
MAPAS/MAPS / Online source for Czech republic
September 15, 2014, 04:48:37 PMYesterday I started to mess with onlinemapsources.xml file in order to add some good new sources.
I partially succeeded, but at last I encountered quite a strange problem. I added this source of very good hiking maps:
Code Select
<onlinemapsource uid="72">
<name>MapyCZ Turisticka (CZ)</name>
<url><![CDATA[http://m1.mapserver.mapy.cz/turist/{$z}_{$x}_{$y}]]></url>
<minzoom>3</minzoom>
<maxzoom>13</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>t</servers>
<httpparam name="User-Agent">{om}</httpparam>
<cacheable>1</cacheable>
<downloadable>1</downloadable>
</onlinemapsource>
For some reason it keeps downloading an error tile which says "
Oruxmaps app is apparently trying to download tiles that are out of zoom range or out of map borders.
URL is OK. You can try e.g.
Could you please help me?
Pages1