[josm-dev] ewmsplugin on win32
joakim at verona.se
joakim at verona.se
Tue Oct 14 22:22:12 BST 2008
Dirk Stöcker <openstreetmap at dstoecker.de>
writes:
> On Mon, 13 Oct 2008, Petr Dlouhý wrote:
>
>>> You can use this tools as downloader for ewmsplugin:
>>>
>>> http://www.dstoecker.eu/webkit-image.cpp>>
>>> Thought you need to find the reason for the different scaling first to
>>> get
>>> useful results. I had no time yet to have a deep look into this.
>>>
>>> Ciao
>>
>> My patch didn't work? Have you tried the newest version of the plugin?
>> It's working for me.
>
> I found a fix:
>
> In ymap.html change
> 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;
This fix doesnt quite work for me. I get "overlapping" tiles,
portions of the tiles are repeated.
(cant really describe it better)
The webkit downloader seems to work, though.
>
> BTW: Your correction of my "background layer" was wrong. That is no
> local, but a global variable. Thought it requires a recent josm.
>
> I will supply compiled versions of the webkit downloader soon, so we
> can allow enduser usage of it.
>
> Ciao
--
Joakim Verona
More information about the josm-dev
mailing list