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

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

Replaced: strategy algorithm for displaying tiles of other zoom levels while the correct tiles are being loaded

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