Which revision did you check this in under? I know I updated ymap.html
some time last month, which fixed some display issues. 
Could it already have those fixes?

cu bart

On Mon, Oct 13, 2008 at 04:44:04PM +0200, Dirk Stöcker wrote:
> 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
> 

_______________________________________________
Merkaartor mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/merkaartor

Reply via email to