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


Re: [josm-dev] Problem with WMS plugin

2009-07-05 Thread Jeffrey Ollie
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.

-- 
Jeff Ollie

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


Re: [josm-dev] Problem with WMS plugin

2009-07-05 Thread Dirk Stöcker

On Sun, 5 Jul 2009, Hermann Schwärzler wrote:


Jeffrey Ollie wrote:

I'm having problems with the latest JOSM (1732) and WMS plugin
(16308).  I keep getting these exceptions on the console:

[...]


I have the same problem. But only with Yahoo-webkit. the other servers I
tried (my own, landsat, ...) work without any problem.


Fixed in 16351.

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


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-05 Thread Jeffrey Ollie
2009/7/5 Hermann Schwärzler :
>
> I have the same problem. But only with Yahoo-webkit. the other servers I
> tried (my own, landsat, ...) work without any problem.

I guess I should have said that I was using the gnome-web-photo Yahoo
images, but I see the same thing with the webkit version as well.

> I had an oldish version of the wms-plugin around (15091). with that the
> error does not occur.

Is there a way to download older versions directly?

-- 
Jeff Ollie

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


Re: [josm-dev] Problem with WMS plugin

2009-07-05 Thread Hermann Schwärzler
hello

Jeffrey Ollie wrote:
> I'm having problems with the latest JOSM (1732) and WMS plugin
> (16308).  I keep getting these exceptions on the console:
> 
>   java.lang.Exception: Illegal repetition
>   {proj}
>   Image couldn't be fetched:
>   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:471)
>   at 
> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:166)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
>   at java.lang.Thread.run(Thread.java:636)
> 

I have the same problem. But only with Yahoo-webkit. the other servers I
tried (my own, landsat, ...) work without any problem.

I had an oldish version of the wms-plugin around (15091). with that the
error does not occur.

hermann

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


[josm-dev] Problem with WMS plugin

2009-07-05 Thread Jeffrey Ollie
I'm having problems with the latest JOSM (1732) and WMS plugin
(16308).  I keep getting these exceptions on the console:

java.lang.Exception: Illegal repetition
{proj}
Image couldn't be fetched:
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:471)
at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)

This is the version of Java I'm using (on Fedora 11):

$ java -version
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.5) (fedora-22.b16.fc11-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b15, mixed mode)

-- 
Jeff Ollie

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