Re: [josm-dev] Feature-Test

2011-08-28 Thread Claudius

Am 28.08.2011 16:37, Dirk Stöcker:

Hello,

I implemented a new feature, but currently we are unsure whether it is
better than before or not.

Please try setting dialog.dynamic.buttons=true in advanced preferences.

Now the buttons in the right-hand menu are displayed only in case mouse
is in the corresponding field. This saves a lot of space and thus allows
to see contents better. On the other hand it is a very uncommon system
and may disturb users.

Comments and suggestions welcome (see ticket #6731 -
http://josm.openstreetmap.de/ticket/6731).

Ciao


I can't see a change in r4364 Any chance to add a screenshot to the ticket?
I just clicked the Add button in advanced preferences and added 
dialog.dynamic.buttons in the key entry field and true in the 
uppermost value field. Now it's listed like the others booleans in the 
settings listing. Restarted JOSM but no change.


Claudius


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


Re: [josm-dev] JOSM donations?

2011-08-03 Thread Claudius

On 02.08.2011 20:45, Josh Doe:

Thank you for your hard work!


+10

just chiming in here with a big thank you to the whole JOSM team. 
Besides the Happy SysAdmin day we would need a Thank your OSS 
contributor day.
I can only forward the good experience I'm sharing when recommending 
JOSM to OpenStreetMap contributors from all over the world. After a 
short (and constantly becoming shorter) setup and training period they 
can achieve better contributions in shorter time than with the editor 
they used before ;)


Keep it up!

Claudius



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


Re: [josm-dev] Lean JOSM II

2011-07-12 Thread Claudius

Am 11.07.2011 11:35, Dirk Stöcker:

Hello,

it seems Frederik dropped Lean-JOSM after we did improve the translation
situation, as the size gain was not as big anymore. Nevertheless JOSM is
growing and growing, so the general idea is still useful.

I implemented a Lean JOSM II on the JOSM server.

The links
http://josm.openstreetmap.de/josm-tested.jar
and
http://josm.openstreetmap.de/josm-latest.jar
now support parameters.

The only parameter currently is lang=. When e.g. called like
http://josm.openstreetmap.de/josm-latest.jar?lang=de;,
you get a approx. 1.1 MB smaller file only containing german language.


I was hoping that this might offer a seperate way to get localized JOSM 
for languages not having reached the 2000 translated strings limit yet 
but no avail :(


Apart from that I exported 
http://josm.openstreetmap.de/josm-latest.jar?lang=fa and could use it in 
a typical editing session of mine without issues.


Nicely done,
Claudius



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


Re: [josm-dev] JOSM Applet

2011-03-04 Thread Claudius

Am 02.03.2011 18:40, Dirk Stöcker:

Hello,

I think most of the major issues with the applet variant of JOSM should
now be fixed. Could others please test and validate this?

See http://josm.openstreetmap.de/wiki/Applet regarding description and
the different logins. You need a JOSM login to use the preferences
storing feature.

Ciao


Failed on Opera 11.01 on Win7 32b using Java Plug-in 1.6.0_24
Using JRE-Version 1.6.0_24-b07 Java HotSpot(TM) Client VM

Laden: Klasse org/openstreetmap/josm/gui/MainApplet.class nicht gefunden
java.lang.ClassNotFoundException: 
org.openstreetmap.josm.gui.MainApplet.class

at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
	at 
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown 
Source)

at java.lang.Thread.run(Unknown Source)
Ausnahme: java.lang.ClassNotFoundException: 
org.openstreetmap.josm.gui.MainApplet.class




You might want to create a new Applet component at Trac for future 
Applet related issues.


Claudius


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


Re: [josm-dev] JOSM Applet

2011-03-04 Thread Claudius

Am 04.03.2011 21:57, Dirk Stöcker:

On Fri, 4 Mar 2011, Claudius wrote:


Failed on Opera 11.01 on Win7 32b using Java Plug-in 1.6.0_24
Using JRE-Version 1.6.0_24-b07 Java HotSpot(TM) Client VM

Laden: Klasse org/openstreetmap/josm/gui/MainApplet.class nicht gefunden
java.lang.ClassNotFoundException:
org.openstreetmap.josm.gui.MainApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Ausnahme: java.lang.ClassNotFoundException:
org.openstreetmap.josm.gui.MainApplet.class


Hmpf. I had this also once and I have no idea what the reason may be.
Trying again a bit later solved the issue. Maybe partial loading of jar
file?


Tried again. Working now.
I had to accept certificates and allow execution of the applet on the 
first run which might have hindered completing the archive download.


Now to the next bug:

Preferences - Authentication - Use OAuth - Authorize now - Default 
- Enter data - Click Authorize now - Click Test now


java.lang.NullPointerException
	at 
org.openstreetmap.josm.gui.oauth.TestAccessTokenTask.getUserDetails(TestAccessTokenTask.java:137)
	at 
org.openstreetmap.josm.gui.oauth.TestAccessTokenTask.realRun(TestAccessTokenTask.java:252)
	at 
org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:83)
	at 
org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:129)

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


Claudius


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


Re: [josm-dev] JOSM Applet

2011-03-04 Thread Claudius

Am 04.03.2011 23:01, Dirk Stöcker:

On Fri, 4 Mar 2011, Claudius wrote:


Now to the next bug:


Ok. You're right. Component Applet has been added ;-)

Could you please file the errors as tickets, as I probbaly won't have
time to fix them this weekend.


Sure, and the hint from my first mail still stands:
You might want to create a new Applet component at Trac for future 
Applet related issues.


Claudius


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


[josm-dev] i18n update issue

2010-10-28 Thread Claudius
There seems to be an issue with the i18n update from launchpad. Many 
strings that were translated into German in Launchpad have not made it 
through to the client. For example the Vacuum cleaner preset entry is 
in launchpad since october 17th:


https://translations.launchpad.net/josm/trunk/+pots/josm/de/+translate?batch=10show=allsearch=vacuum+cleaner

...and bastiK did a i18n update in r3639 on 24th ( 
http://josm.openstreetmap.de/changeset/3639/josm ), but still in 3640's 
UI those strings show untranslated. Same applies for Greengrocer and 
several other strings.


Claudius


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


Re: [josm-dev] Feature Request: Timed Save

2010-06-24 Thread Claudius
Am 24.06.2010 11:37, Attila Szász:
 Personally I prefer doing a series of edits then I upload them in one single
 batch - probably because I am too lazy to add comments with every upload.
 The other scenario is that e.g. you lose your network connection while
 editing and obviously you don't want to lose your edits by closing JOSM
 down. It would be really handy to be able to continue later on.

Save your edits as .osm file?

 A similar third scenario: you are surveying for several days with your
 laptop and you don't have network access. You don't want to keep JOSM open
 for the entire period of time as you want to shut your system down when not
 working to save battery.

Save your edits as .osm file?

Yet apart from that an automatically created autosave.osm would be nice 
indeed.

 By the way, will JOSM detect conflicts when uploading, right?, i.e. when
 somebody else has edited the same primitives while being offline.

Yes. You will be prompted to download the area of conflict and resolve 
them with the help of the... *drumroll* conflict resolve window :)

Claudius


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


Re: [josm-dev] JOSM-Tested

2010-06-15 Thread Claudius
Am 13.06.2010 16:54, Dirk Stöcker:
 Here is the major problem:
 - We do not have really anyone who is responsible or even the contact
 addresses of translators
 - New translators are coming, others going.
 - Each translator seems to be active a short time only (except me, which
 is tied due to other reasons to the project).
 - Most of them aren't on josm-dev.

Talking from a translator's (contributing to other projects as well 
besides JOSM) perspective: I don't see the need for a string freeze and 
am totally okay with way l10n is currently handled in a live manner.

There are three triggers for me to contribute to JOSM translation:
- I'm running nightly builds and if I spot an untranslated string I head 
over to launchpad
- I'm reading this dev ML; whenever Dirk announces a new stable I check 
launchpad
- every now and then I just check into JOSM's launchpad section and 
translate strings where I know the context just because I'm in the mood.

We won't reach 100% string coverage this way, but even 60% is okay if 
the main interface gets done this way. We don't need 100% with every 
exception message translated.

 From my perspective the current discussion is a non-issue.

Claudius


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


Re: [josm-dev] tile caching for webkit?

2010-05-08 Thread Claudius
Am 08.05.2010 00:43, Michael Guzelevich:
 http://wiki.openstreetmap.org/wiki/TWMS

Thanks Michael. That seems to be working great although the imagery is 
somewhat blurred e.g. when you compare webkite Yahoo access to it.

Claudius


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


Re: [josm-dev] tile caching for webkit?

2010-05-07 Thread Claudius
Am 07.05.2010 15:01, Claudius:
 A user from a country with very limited internet access it asking if
 there are any possibilities to make webkit use a cache for the tiles it
 fetches from a WMS-server? Any ideas?

Besides: Could it be that e.g Yahoo API does not allow caching in their ToS?

Claudius


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


Re: [josm-dev] OAuth secure ?

2010-04-30 Thread Claudius
Am 29.04.2010 15:40, colliar:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 Ævar Arnfjörð Bjarmason schrieb:
 On Thu, Apr 29, 2010 at 12:04, colliarcolliar4e...@aol.com  wrote:
 I thought at least with semi-automatic use OAuth was transfering with 
 encryption
 ( and should also now with https) , but there is still a warning about no 
 secure
 possibility on the wiki.

 Am I wrong or do we need to change this page.

 The wiki is wrong and needs to be brought up to date.

 Does that mean OAuth is now encrypted no matter which methode is used ?
 If so, we should lead the user to use OAuth and to not use the normal login at
 all, anymore.

No, OAuth is not about encryption at all. The inital OAuth setup call 
still allows to be listened into and the login+password to be retrieved. 
All subsequent API calls won't transmit username+PW but the token 
instead, but still the content is transferred unencrypted.

btw. which wiki (article) are you referring to?
Claudius


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


Re: [josm-dev] Open offer to convert JOSM to Git

2010-04-30 Thread Claudius
Am 30.04.2010 14:55, Richard Welty:
 On 4/30/10 7:40 AM, Mike N. wrote:
 Re: Git -my personal bias is to retain SVN because Git is not yet
 Windows-friendly, although there is at least one implementation that works
 somewhat on Windows.


 by way of context, i'm not a josm developer, but i have about 10 years
 of java experience,
 and used git for version control in a consulting stint at Bank of
 America, which entailed
 developing on Windows XP while delivering to Solaris.

 what exactly is does not yet Windows-friendly mean exactly? the
 following is from
 my direct experience at the bank:

(...)

Not to forget a neat Windows explorer-integration based on TortoiseSVN 
called... *drumroll* TortoiseGIT: http://code.google.com/p/tortoisegit/

Claudius


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


[josm-dev] Preference file bug (was: New Tested)

2010-04-14 Thread Claudius
Am 13.04.2010 12:43, colliar:
 I often had to start JOSM with a new preferences-file the last 6 weeks. I 
 wonder
 why and have to say this is annoying and leads to unreproducable bugs.

What makes you start it with a new preference file? What's your personal 
blocker bug?

Claudius


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


[josm-dev] What's that new DownloadUrlAction?

2010-01-28 Thread Claudius
http://josm.openstreetmap.de/changeset/2899/ introduced a new Download 
from URL...-entry in the File-menu. What's the difference to the 
existing downloadUrl entry there?

Claudius


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


[josm-dev] Web release notes outdated

2009-11-12 Thread Claudius
The release notes at http://josm.openstreetmap.de/log/?verbose=on
show revision numbers in the 2700 range from three years ago done by imi.

Seems odd ;)

Claudius


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


Re: [josm-dev] JOSM Tested

2009-10-02 Thread Claudius
Am 02.10.2009 22:19, Dirk Stöcker:
 I wrote on Mon, 28 Sep 2009,

   please do not develop or checkin new stuff in next time so code can mature
   a bit (but do bugfixes instead :-). If no larger bugs show inbetween I
   would say the next tested version should be released next weekend.

 Ok, we had some critical bugs fixed this weekend, so I think the timeline
 should be expanded a bit to verify if fixes are correct. So expect next
 tested somewhen mid or end of next week.

 Are there any critical things left? I think no, but if you think so, then
 tell the bug report number.

 and now I have a problem. We had critical bug-fixes again which means
 another delay. But also if we continue this we wont get a tested at all,
 so I ask you all - Should a new tested be released sunday evening?

Sunday is a bit short, especially with the late incorporation of the 
right-hand size pane resizing [1]. What about making @2223 the tested? 
It seems it's missing some i18n though, but nothing major in my opinion.

Claudius


[1] http://josm.openstreetmap.de/ticket/3550


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


Re: [josm-dev] JOSM Tested

2009-09-28 Thread Claudius
Am 28.09.2009 00:04, Dirk Stöcker:
 On Sun, 20 Sep 2009, Dirk Stöcker wrote:

 please do not develop or checkin new stuff in next time so code can
 mature
 a bit (but do bugfixes instead :-). If no larger bugs show inbetween I
 would say the next tested version should be released next weekend.

 Ok, we had some critical bugs fixed this weekend, so I think the
 timeline should be expanded a bit to verify if fixes are correct. So
 expect next tested somewhen mid or end of next week.

 Are there any critical things left? I think no, but if you think so,
 then tell the bug report number.

Critical freeze issues using non-latin characters in upload comments:

http://josm.openstreetmap.de/ticket/3371

Claudius


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


Re: [josm-dev] [OSM-talk] New JOSM Address Interpolation plugin

2009-09-21 Thread Claudius
Am 21.09.2009 15:47, Mike N.:
 Seems the layout of your plugin dialog got mixed up a bit.
 Using version 17721 the Optional information: box doesn't include the
 following lines and fields (city, state, etc.)

This was an attempt to create a titled horizontal rule.   Is there a
 native Swing component for this?

I think a JSeparator is your friend there. Adding some indentation or 
border will make you even more happy there.

Claudius


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


[josm-dev] Coders: Please use true quotation marks

2009-09-13 Thread Claudius
I'm currently translating JOSM and stumble every now and then over 
strings like

Value ''{0}'' is going to be applied for key ''{1}''

I understand that it's easier not needing to escape quotation marks, but 
replacing them with two single quotes is plain wrong. So I'm addressing 
all JOSM contributors to please check their strings for correct 
quotation mark usage.

Thanks from the translators (and lovers of correct punctuation),

Claudius


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


Re: [josm-dev] Slow WMS Yahoo (WebKit)

2009-07-07 Thread Claudius
Am 07.07.2009 19:22, Peter Herison:
 Hi

 Does anybody noticed slow connection to Yahoo-API-Server? When I use
 Yahoo-WMS-Layer it takes 2-5 minutes for a single picture to load.

Takes around 5-10 seconds per tile here.
Did you update your WMS Plugin lately?
Make sure that you're using the new Yahoo Sat WMS entry pointing to 
html:http://josm.openstreetmap.de/wmsplugin/YahooDirect.html?;

Claudius


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


Re: [josm-dev] Autocompletion of numbers and access to presets

2009-02-13 Thread Claudius Henrichs
Am 13.02.2009 03:48, D Tucny:
 2) The ability to access items off the presets menu by key strokes, i.e.
 Alt-P brings up the presets menu as now, 'b' opens the Building submenu, 'a'
 opens the Addresses preset window... Then Alt-P, b, a would get me to where
 I needed to be quicker than using the mouse...

I've added a track ticket to add mnemonic support to the presets menu.
http://josm.openstreetmap.de/ticket/2170

Regards,
Claudius


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


Re: [josm-dev] Preset link using JLinkLabel

2009-01-27 Thread Claudius Henrichs
Am 23.01.2009 08:47, Dirk Stöcker:
 On Thu, 22 Jan 2009, Claudius Henrichs wrote:
 please replace the OpenBrowser with a nice In-Java
 display like for the help pages. This OpenBrowser call is a crude
 workaround.
 I prefer opening the system browser because the user has the possibility
 to bookmark map feature pages he finds useful. What don't you like about
 OpenBrowser?

 The media break. My father used the help feature and clicked and clicked
 and said to himself Oh, doesn't work. Later he wondered, why his firefox
 had dozens of sites opened.

 About the bookmark issue: When we use the HelpDialog, then there is a
 button Open in browser. But I had not yet a look at the code.

Been playing around with using the HelpAction which surfaced a usability 
issue: the TaggingPreset-dialog currently is a modal dialog which means 
as long as you have it open you cannot focus the JOSM Online Help 
window. I'd rather not make it non-modal (as it could lead to unwanted 
tagging state) and don't want to close it when opening the help page 
either. Seems we have to stick with opening the external browser.

Regards,
Claudius


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


Re: [josm-dev] Recent changes in Relation editor dialog

2009-01-23 Thread Claudius Henrichs
Am 23.01.2009 01:31, Ulf Lamping:
 Pieren schrieb:
 - If you select one key/value and press the delete button, it is not
 deleting the key/value but one of the attached members of roles.
 Actually, I found only one way to delete a key/value : go to and
 delete the text field  in value and press Enter.
 IMHO this is a bug. The delete button should delete the selected item,
 not something else. Please file a trac report.

This is not a bug. The Delete-UI-Button (If we are not talking about 
the keyboard button here) always deleted entries in the member table. 
That's what it's tooltip is suggesting as well.
The Tags-table header says (empty value deletes tag). I was thinking 
about adding a (x) button at the end of each row to be able to delete 
them with a more dedicated action.

Regards,
Claudius


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


Re: [josm-dev] SVN write access for commiting patches

2009-01-22 Thread Claudius Henrichs
Am 22.01.2009 13:16, Frederik Ramm:
 Hi,

 Claudius Henrichs wrote:
 I've written some small patches fixing some issues. Do you (the core
 JOSM dev team) prefer commiting them for yourself or can I get SVN write
 access as well?

 If it isn't too much trouble for you we'd ask you to attach your patches
 to trac tickets, or send them to us directly, in the beginning. After
 we've applied some of your patches and found them to work, we'll set you
 up with an SVN account.

Fine for me. You'll find the patches attached to the linked tickets.
Shall I ping here once I've tested and attached a patch?

Regards,
Claudius


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


Re: [josm-dev] Cleaning up the motd

2009-01-22 Thread Claudius Henrichs
Am 22.01.2009 22:45, Frederik Ramm:
 Ulf Lamping wrote:
 Claudius Henrichs schrieb:
 I'd like to move 2008.11.14 (1076): The align nodes in
 rectangle(...) and 2008.11.28 (1078): If you have the display
 boundaries of downloaded data option enabled to the motd archive. The
 Getting Started section is not visible with 1024*768 resolution. Any
 objections?

 Please go on!

 I would say that having 4-5 (depending on the text length) motd is ok,
 more is problematic:

 a. doesn't fit on a smaller screen (as you've said)
 b. if it's too much no one will really read the messages

 JOSM could also record the items already shown, and just show those that
 are new.

You mean setting a read-flag once you see a motd? I'd rather make that 
shown 5 times because:
- users tend not to read stuff and we need to increase the chance ;)
- If you start JOSM and get a plugin update message and immediately do 
the restart... the motd is gone :P

Claudius


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


Re: [josm-dev] Preset link usability

2009-01-22 Thread Claudius Henrichs
Am 22.01.2009 14:40, Claudius Henrichs:
 I would like to beautify the recently introduced link to the map
 features page in the tagging presets by using a clickable link text. I
 would need to add some code for some kind of JLinkLabel, a linkable
 JLabel. Would you consider this over the top for some beautification?

I played around with the more info button/link placement. I think the 
top position is really bad usability-wise. The best I could come up with 
so far is placing it on the bottom. Another possibility would be using a 
(i)-button on the top right.
Check Presets - Streets - Motorway here: 
http://osmc.broadbox.de/josm-preset_link_guitest.jar

Regards,
Claudius


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