Nice... Is there a webkit for java or are you going something like JNI?

Thanks for the info. Will have a look...

- Chris -

2008/10/13 Dirk Stöcker <[EMAIL PROTECTED]>

> 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