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

Last change on this file since 35018 was 34032, checked in by donvip, 7 years ago

update to checkstyle 8.7

File size: 1.3 KB
Line 
1JMapViewer
2
3(c) 2007, Tim Haussmann
4(c) 2008-2012, Jan Peter Stotz
5(c) 2009-2018, Dirk Stöcker
6(c) 2009, Stefan Zeller
7(c) 2009, Karl Guggisberg
8(c) 2009, Dave Hansen
9(c) 2010-2011, Ian Dees
10(c) 2010-2011, Michael Vigovsky
11(c) 2011-2017, Paul Hartmann
12(c) 2011-2016, Gleb Smirnoff
13(c) 2011-2018, Vincent Privat
14(c) 2011, Jason Huntley
15(c) 2012-2016, Simon Legner
16(c) 2012, Teemu Koskinen
17(c) 2012, Jiri Klement
18(c) 2013, Matt Hoover
19(c) 2013, Alexei Kasatkin
20(c) 2013, Galo Higueras
21(c) 2015-2016, Wiktor Niesiobędzki
22(c) 2017, Robert Scott
23
24This work bases partly on the JOSM plugin "Slippy Map Chooser" by Tim Haussmann
25
26License: GPL
27
28FAQ:
29
301. What is JMapViewer?
31
32JMapViewer is a Java Swing component for integrating OSM maps in to your Java
33application. JMapViewer allows you to set markers on the map or zoom to a specific
34location on the map.
35
362. How does JMapViewer work?
37
38JMapViewer loads bitmap tiles from the OpenStreetmap tile server (Mapnik renderer).
39Therefore any application using JMapViewer requires a working Internet connection.
40
413. How do I use JMapViewer in my application?
42
43You can just create an instance of the class org.openstreetmap.gui.jmapviewer.JMapViewer
44using the default constructor and add it to your panel/frame/windows.
45For more details please see the Demo class in the same package.
Note: See TracBrowser for help on using the repository browser.