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

how do I repin a window in JOSM?

4
1

I clicked the pin on the Layer panel and now it is its own window.

I want to dock it again on the right of the main JSOM window but I don't know how. I don't see a pin icon and I can't find anything about docking in the menus.

How do I repin or redock the Layer window into the main JOSM window?

asked 02 Jul '15, 20:19

Iain%20Elder's gravatar image

Iain Elder
76125
accept rate: 0%

edited 07 Jul '15, 19:56


One Answer:

7

Just close it with the X, it then goes back to the normal position.

answered 02 Jul '15, 20:34

BCNorwich's gravatar image

BCNorwich
6.3k54489
accept rate: 20%

Thanks, that worked. I thought closing it would just hide the window.

(07 Jul '15, 19:55) Iain Elder

If you don't have an "X" icon to close the windows, then close JOSM, open the preferences.xml file with a text editor, and replace all occurrences of ".docked' value='false'" with ".docked' value='true'".

(06 Nov '16, 19:14) Frederik Ramm ♦

Source code available on GitHub .