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 use WMS images offline in JOSM?

3
2

The JOSM help says this:

To reuse the tiles over JOSM sessions without having the reload them from the server, right click on the WMS layer and set a bookmark. During the next session, select the new WMS created by the bookmark in the WMS memu.

But I don't seem to have a 'bookmark' option in the layer contextual menu. Am I missing something obvious?

asked 18 Jun '12, 07:59

samwilson's gravatar image

samwilson
3362512
accept rate: 20%

Anyone find a WMS imagery provider for North America Satellite imagery?

(10 Mar '16, 21:13) gregcrago

One Answer:

5

This is what the layer context menu looks like for me (in the current stable version 5267):

Screenshot: JOSM’s WMS layer context menu

When using “Set WMS Bookmark” a new entry is added to the “Imagery” menu.

The other possibility should be to use the context menu entries to save to and load the WMS layer from a file. With this all cached tiles and server settings are saved to one huge package file which can be loaded later and on a different machine, too.

answered 24 Jun '12, 14:00

hfs's gravatar image

hfs
85151525
accept rate: 17%

Thank you. I don't know why, but I'm now getting the same thing. I have updated JOSM since I posted this question, so perhaps something changed; perhaps I'm just blind!

(19 Jul '12, 03:43) samwilson

Make sure you have WMS layer and not a TMS layer. For TMS there is no need to set a bookmark, but on Linux it may be useful to change the cache path (advanced preference key imagery.tms.tilecache_path), so the cache doesn't get cleared on reboot.

(19 Jul '12, 18:02) bastik

Source code available on GitHub .