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

Last change on this file since 31053 was 31045, checked in by donvip, 10 years ago

[jmapviewer] release 1.06

File size: 1.3 KB
RevLine 
[9263]1JMapViewer
2
[30223]3(c) 2007, Tim Haussmann
4(c) 2008-2012, Jan Peter Stotz
[31045]5(c) 2009-2015, Dirk Stöcker
[30223]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
[31045]11(c) 2011-2015, Paul Hartmann
[30223]12(c) 2011-2014, Gleb Smirnoff
[31045]13(c) 2011-2015, Vincent Privat
[30223]14(c) 2011, Jason Huntley
15(c) 2012, 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
[9263]21
[9502]22This work bases partly on the JOSM plugin "Slippy Map Chooser" by Tim Haussmann
23
[9263]24License: GPL
25
26FAQ:
27
281. What is JMapViewer?
29
30JMapViewer is a Java Swing component for integrating OSM maps in to your Java
31application. JMapViewer allows you to set markers on the map or zoom to a specific
32location on the map.
33
342. How does JMapViewer work?
35
36JMapViewer loads bitmap tiles from the OpenStreetmap tile server (Mapnik renderer).
[25370]37Therefore any application using JMapViewer requires a working Internet connection.
[9263]38
393. How do I use JMapViewer in my application?
40
41You can just create an instance of the class org.openstreetmap.gui.jmapviewer.JMapViewer
[30223]42using the default constructor and add it to your panel/frame/windows.
43For more details please see the Demo class in the same package.
Note: See TracBrowser for help on using the repository browser.