Skip to content

mikey75/jmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Swing component to display and interact with online maps.

  • Supports OpenStreetMap style slippy maps
  • Supports WMTS maps
  • Supports QUAD tile maps (e.g virtual earth)
  • Supports most CRS projections (via proj4j)
  • Supports multiple layer maps with transparency/zoom offsets
  • Comes with example application and example map definitions.
  • Supports user overlays - you can plot anything on the map (waypoints, GPS tracks etc)

Usage:

      <dependency>
        <groupId>net.wirelabs</groupId>
        <artifactId>jmaps-viewer</artifactId>
        <version>1.0</version>
      </dependency>

Samples:

jMaps comes with sample demo application. It is also an example of using the jMaps component in your own application. Here's a few pictures telling thousand words ;)

  • WMTS Map of Czech Republic sample1
  • Poland raster topographic WMTS map sample2
  • OpenStreetMap with loaded GPX track sample3
  • Example of multilayer map (2 layers - one is a base topo map, the other is elevation profile). You can enable/disable given layer from the view. sample4
  • Virtual Earth Maps (example of quad tiles) sample5