[OSM-talk] Yahoo imagery through wmsplugin not displaying in JOSM on Ubuntu Linux

Jean-Marc Liotier jm at liotier.org
Sat Nov 21 12:26:36 GMT 2009


John Smith wrote:
> 2009/11/20 Jean-Marc Liotier <jm at liotier.org>:
>> The command line I am using for the plugin is
>> 'gnome-web-photo --mode=photo --format=ppm "{0}" /dev/stdout | pnmcrop
>> -white | pnmtopng'
> 
> I had no luck with gnome-web-photo on ubuntu at all, just get and
> compile webkit-image, it's fairly trivial to do and works all the
> time.

Indeed I followed the webkit-image qt method and presto - it works.
Thanks for the tip !

Here is the method I used :

apt-get install build-essential libqt4-dev libqt4-webkit pkg-config
svn co
http://svn.openstreetmap.org/applications/editors/josm/plugins/wmsplugin
cd wmsplugin
make webkit-image
sudo cp webkit-image /usr/local/bin/

Then in JOSM, in Edit/Preferences select 'webkit-image {0}' as the
command for the plugin. Then it works.




More information about the talk mailing list