Last change
on this file since 33805 was 33805, checked in by donvip, 7 years ago |
update README and tools (spotbugs, checkstyle 8.0)
|
File size:
1.3 KB
|
Rev | Line | |
---|
[9263] | 1 | JMapViewer
|
---|
| 2 |
|
---|
[30223] | 3 | (c) 2007, Tim Haussmann
|
---|
| 4 | (c) 2008-2012, Jan Peter Stotz
|
---|
[32677] | 5 | (c) 2009-2016, 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
|
---|
[33482] | 11 | (c) 2011-2017, Paul Hartmann
|
---|
[32782] | 12 | (c) 2011-2016, Gleb Smirnoff
|
---|
[33482] | 13 | (c) 2011-2017, Vincent Privat
|
---|
[30223] | 14 | (c) 2011, Jason Huntley
|
---|
[32677] | 15 | (c) 2012-2016, Simon Legner
|
---|
[30223] | 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
|
---|
[32677] | 21 | (c) 2015-2016, Wiktor Niesiobędzki
|
---|
[33805] | 22 | (c) 2017, Robert Scott
|
---|
[9263] | 23 |
|
---|
[9502] | 24 | This work bases partly on the JOSM plugin "Slippy Map Chooser" by Tim Haussmann
|
---|
| 25 |
|
---|
[9263] | 26 | License: GPL
|
---|
| 27 |
|
---|
| 28 | FAQ:
|
---|
| 29 |
|
---|
| 30 | 1. What is JMapViewer?
|
---|
| 31 |
|
---|
| 32 | JMapViewer is a Java Swing component for integrating OSM maps in to your Java
|
---|
| 33 | application. JMapViewer allows you to set markers on the map or zoom to a specific
|
---|
| 34 | location on the map.
|
---|
| 35 |
|
---|
| 36 | 2. How does JMapViewer work?
|
---|
| 37 |
|
---|
| 38 | JMapViewer loads bitmap tiles from the OpenStreetmap tile server (Mapnik renderer).
|
---|
[25370] | 39 | Therefore any application using JMapViewer requires a working Internet connection.
|
---|
[9263] | 40 |
|
---|
| 41 | 3. How do I use JMapViewer in my application?
|
---|
| 42 |
|
---|
| 43 | You can just create an instance of the class org.openstreetmap.gui.jmapviewer.JMapViewer
|
---|
[30223] | 44 | using the default constructor and add it to your panel/frame/windows.
|
---|
| 45 | For more details please see the Demo class in the same package.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.