I'm not sure. This sounds like more of a general Java question. Can you successfully open a url to that image directly without using the JXMapViewer? If you call new URL("http://maps.joshy.net/tiles/bmng_tiles_3/3/0/2.jpg").openStream()
and then try to read from it, what happens? |