This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

How do I specify a preferences.xml file when I invoke JOSM ?

1

Hello ! I would like to config JOSM for two different uses but with the same user. I find a preference file here : ~/.josm/preferences.xml and he seems that I can define the var JOSM_ARGS when I invoke josm-tested.jar but I don't find any documentation about it.

Is there a method like that JOSM_ARGS="-f ~/.josm/other_preferences_file.xml"

Thank you.

asked 18 Feb '16, 07:55

lhapaipai's gravatar image

lhapaipai
36113
accept rate: 0%


One Answer:

5

It seems to suggest you can here
--load-preferences=<url-to-xml> Changes preferences according to the XML file

answered 18 Feb '16, 08:23

nevw's gravatar image

nevw
9.8k2690178
accept rate: 9%

Thank you !

(18 Feb '16, 08:41) lhapaipai