Hello,
for JOSM WMSplugin I wrote a webkit downloader and we use the same
ymap.html as for merkaartor. To fix display issues following was
necessary:
In ymap.html I changed
mapDiv.style.width = new_width;
mapDiv.style.height = new_height;
map.resizeTo( new YSize(new_width, new_height));
to
map.resizeTo( new YSize(new_width, new_height));
mapDiv.style.width = new_width;
mapDiv.style.height = new_height;
Maybe that fix is useful for merkaartor too. Fixed display for gnome
downloader as well as for webkit (some resize issues and display of Yahoo
logos).
Ciao
--
http://www.dstoecker.eu/ (PGP key available)
_______________________________________________
Merkaartor mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/merkaartor