Re: [josm-dev] Problem with WMS plugin

2009-07-06 Thread Stefan Bethke
Am 06.07.2009 um 23:01 schrieb Stefan Bethke:

> Is the webkit-image binary required, i. e. do I have to recompile it  
> or get an updated binary?
>
> My old Yahoo/webkit-image entry still works, btw.
>
> josm 1738, wmsplugin 15961

Updating plugin would have been a good idea. After updating wmsplugin  
to 16363, Yahoo Sat works as expected.


Stefan

-- 
Stefan BethkeFon +49 151 14070811





___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] Problem with WMS plugin

2009-07-06 Thread Stefan Bethke

Am 06.07.2009 um 17:51 schrieb Dirk Stöcker:

> On Mon, 6 Jul 2009, Stefan Bethke wrote:
>
>> I'm getting this exception when trying to use the Landsat server:
>>
>>> java.lang.Exception: >> standalone="no" ?>
>>> >> "http://wms.jpl.nasa.gov/exception_1_1_1.dtd
>>> ">
>>> 
>>>  
>>>Required key 'bbox' is missing.
>>>  
>>> 
>>>
>>> Image couldn't be fetched: 
>>> http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg&&bbox=13.4051573,52.5245312,13.4092133,52.5269989&srs=EPSG:4326&width=500&height=500
>>> at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:70)
>>> at wmsplugin.Grabber.attempt(Grabber.java:68)
>>> at wmsplugin.WMSGrabber.run(WMSGrabber.java:49)
>>> at java.util.concurrent.Executors
>>> $RunnableAdapter.call(Executors.java:441)
>>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java: 
>>> 303)
>>> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>> at java.util.concurrent.ThreadPoolExecutor
>>> $Worker.runTask(ThreadPoolExecutor.java:886)
>>> at java.util.concurrent.ThreadPoolExecutor
>>> $Worker.run(ThreadPoolExecutor.java:908)
>>> at java.lang.Thread.run(Thread.java:637)
>>
>> Trying to use "Yahoo Sat" gives a long string of "im == null!" lines.
>>
>> A cursory glance at the wiki still shows information about building
>> your own webkit-image. Is there a new version?
>
> Should be fixed now. I forgot to remove some obsolete lines.

Thanks, Landsat now works. Yahoo Sat now gives me this exception:

java.lang.Exception: unknown protocol: html
Image couldn't be fetched:
at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:66)
at wmsplugin.Grabber.attempt(Grabber.java:86)
at wmsplugin.WMSGrabber.run(WMSGrabber.java:45)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java: 
417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor 
$Worker.runTask(ThreadPoolExecutor.java:651)
at java.util.concurrent.ThreadPoolExecutor 
$Worker.run(ThreadPoolExecutor.java:676)
at java.lang.Thread.run(Thread.java:613)

Is the webkit-image binary required, i. e. do I have to recompile it  
or get an updated binary?

My old Yahoo/webkit-image entry still works, btw.

josm 1738, wmsplugin 15961


Stefan

-- 
Stefan BethkeFon +49 151 14070811





___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] Problem with WMS plugin

2009-07-06 Thread Dirk Stöcker
On Mon, 6 Jul 2009, Stefan Bethke wrote:

> I'm getting this exception when trying to use the Landsat server:
>
>> java.lang.Exception: > standalone="no" ?>
>> > "http://wms.jpl.nasa.gov/exception_1_1_1.dtd
>>  ">
>> 
>>   
>> Required key 'bbox' is missing.
>>   
>> 
>>
>> Image couldn't be fetched: 
>> http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg&&bbox=13.4051573,52.5245312,13.4092133,52.5269989&srs=EPSG:4326&width=500&height=500
>>  at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:70)
>>  at wmsplugin.Grabber.attempt(Grabber.java:68)
>>  at wmsplugin.WMSGrabber.run(WMSGrabber.java:49)
>>  at java.util.concurrent.Executors
>> $RunnableAdapter.call(Executors.java:441)
>>  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>  at java.util.concurrent.ThreadPoolExecutor
>> $Worker.runTask(ThreadPoolExecutor.java:886)
>>  at java.util.concurrent.ThreadPoolExecutor
>> $Worker.run(ThreadPoolExecutor.java:908)
>>  at java.lang.Thread.run(Thread.java:637)
>
> Trying to use "Yahoo Sat" gives a long string of "im == null!" lines.
>
> A cursory glance at the wiki still shows information about building
> your own webkit-image. Is there a new version?

Should be fixed now. I forgot to remove some obsolete lines.

Ciao
-- 
http://www.dstoecker.eu/ (PGP key available)


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] Problem with WMS plugin

2009-07-06 Thread Stefan Bethke
I'm getting this exception when trying to use the Landsat server:

> java.lang.Exception:  standalone="no" ?>
>  "http://wms.jpl.nasa.gov/exception_1_1_1.dtd 
>  ">
> 
>   
> Required key 'bbox' is missing.
>   
> 
>
> Image couldn't be fetched: 
> http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg&&bbox=13.4051573,52.5245312,13.4092133,52.5269989&srs=EPSG:4326&width=500&height=500
>   at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:70)
>   at wmsplugin.Grabber.attempt(Grabber.java:68)
>   at wmsplugin.WMSGrabber.run(WMSGrabber.java:49)
>   at java.util.concurrent.Executors 
> $RunnableAdapter.call(Executors.java:441)
>   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>   at java.util.concurrent.ThreadPoolExecutor 
> $Worker.runTask(ThreadPoolExecutor.java:886)
>   at java.util.concurrent.ThreadPoolExecutor 
> $Worker.run(ThreadPoolExecutor.java:908)
>   at java.lang.Thread.run(Thread.java:637)
>


Trying to use "Yahoo Sat" gives a long string of "im == null!" lines.

A cursory glance at the wiki still shows information about building  
your own webkit-image. Is there a new version?


Stefan

-- 
Stefan BethkeFon +49 151 14070811


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] Problem with WMS plugin

2009-07-06 Thread Dirk Stöcker

On Sun, 5 Jul 2009, Jeffrey Ollie wrote:


On Sun, Jul 5, 2009 at 3:29 PM, Dirk Stöcker wrote:


Fixed in 16351.

Old Yahoo-WMS-Entries wont work anmore, so they need to be removed and
replaced. 16351 will silently discard them.


I updated to 16351 and it won't let me add any Yahoo entries to the
WMS menu, even if I copy them from the default.


Seems the default update sometimes hangs behind (probably set to 7 days 
update interval). Delete the mirror_source.cfg and you get the correct 
entries.


Yahoo-support in the old form has been dropped completely. We have now a 
"Web-based" support which also shows other web-based systems like Mapnik, 
Osmarender, ...


Ciao
--
http://www.dstoecker.eu/ (PGP key available)___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev