Hi all,<br><br>I discovered that Firefox has a feature to make a dump of the just recently loaded page to a PPM image file. So, I ported the Yahoo WMS server that Frederik made a couple of months ago as a java plugin for JOSM. You can find a preliminary but working version at [1].
<br><br>Installation: <br>1.- Download and install as any other JOSM plugin<br>2.- In the preferences, in the Yahoo tab, set the firefox path, the name of a profile to use and the port the server will listen. Just click on "create" to create and configure this profile (a browser page will explain the changes made to the profile).
<br>3.- Add a server to the WMS plugin with a similar URL to this: <a href="http://localhost:8000/ymap?request=GetMap">http://localhost:8000/ymap?request=GetMap</a><br>4.- Enjoy<br><br>The creation of a new profile is needed as firefox requires some configuration parameters, the same way the perl script did, and it is best to create a new profile instead of messing with the default one.
<br><br>Any comments about bugs or features are appreciated.<br><br><br><br>Frederik: I would want to automagically configure  the WMS plugin to add a Yahoo WMS server. Could you add some methods to your plugin for this? One method to create/modify a new WMS server (will call it at plugin startup), and other to update the preferences gui (will call it when the user changes the server port in the preferences dialog). Methods should not depend on wmsplugin classes, because I want to invoke them as  PluginProxy does, with reflection.
<br><br>Nick: may  I have a SVN account to check in the code, please?<br><br><br>Regards,<br>Quico<br><br>[1]: <a href="http://personales.ya.com/frsantos/ywms.jar">http://personales.ya.com/frsantos/ywms.jar</a><br>