source: osm/applications/viewer/jmapviewer/Readme.txt@ 19231

Last change on this file since 19231 was 9502, checked in by stotz, 16 years ago

Some credits to Tim...

File size: 848 bytes
Line 
1JMapViewer
2
3(c) 2008 Jan Peter Stotz
4
5This work bases partly on the JOSM plugin "Slippy Map Chooser" by Tim Haussmann
6
7License: GPL
8
9FAQ:
10
111. What is JMapViewer?
12
13JMapViewer is a Java Swing component for integrating OSM maps in to your Java
14application. JMapViewer allows you to set markers on the map or zoom to a specific
15location on the map.
16
172. How does JMapViewer work?
18
19JMapViewer loads bitmap tiles from the OpenStreetmap tile server (Mapnik renderer).
20Therefore any application using JMapViewer requires a working internet connection.
21
223. How do I use JMapViewer in my application?
23
24You can just create an instance of the class org.openstreetmap.gui.jmapviewer.JMapViewer
25using the default constructor and add it to your panel/frame/windows.
26For more details please see the Demo class in the same package.
Note: See TracBrowser for help on using the repository browser.