Michael Heerdegen <[email protected]> writes:
> Michael Heerdegen <[email protected]> writes:
>
> > > I can not reproduce that behavior. Is that for all online maps on
> > > your machine? Or just special ones?
> >
> > Good question.
>
> FWIW, I did not experience the stalled map loading problem again. Maybe
> the problem is gone.
Ok, I see it again: I have added a map view consisting of offline
wanderreitkarte (as img) and bing aerial maps. Quite often, I scroll
and zoom and bing tiles are only partially there. Waiting and further
scrolling doesn't help. I need to restart qms to get them (which then
displays them all quite instantly).
My Bing Aerial map is a TMS script I copied from somewhere (qms help
forum or something like that):
#+begin_src
<TMS>
<Title>Bing Satellite</Title>
<Layer idx="0">
<Script><![CDATA[
(
function convert(z1, x1, y1)
{
serverpart = 0
serverpart = (serverpart + 1) % 4;
function encodeQuadTree(zoom, tilex, tiley)
{
var tileNum = []
for (var i = zoom - 1; i >= 0; i--)
{
var num = (tilex % 2) | ((tiley % 2) << 1);
tileNum[i] = new String(num);
tilex >>= 1;
tiley >>= 1;
}
return tileNum.join("");
}
return "http://ecn.t" + serverpart +
".tiles.virtualearth.net/tiles/a" + encodeQuadTree(z1,x1,y1) + ".jpeg?g=1036";
}
)
]]></Script>
</Layer>
<Copyright>Microsoft - Bing</Copyright>
</TMS>
#+end_src
Michael.
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users