JMapViewer ADD tiles for offline view
问题 Hello I'm using this sample in Java to try to load OpenStreetMaps Offline tiles, for example I have my tiles on C:/OSM/tiles/ but I need to know how to add this information in map (JMapViewer) class to load tiles locally. Thank you very much for your help this is my source: //License: GPL. Copyright 2008 by Jan Peter Stotz import org.openstreetmap.gui.jmapviewer.JMapViewer; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; /** *