Skip to content

ClemensFischer/FX-Map-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FX Map Control

A set of Java FX controls for rendering digital maps from different providers and various types of map overlays.

This library is a port of XAML Map Control to Java FX.


Main classes are

  • MapBase: The core map control. Provides properties like Center, ZoomLevel and Heading, which define the currently displayed map viewport.

  • Map: MapBase with basic mouse and touch input handling for zoom, pan, and rotation.

  • MapTileLayer: Provides tiled map content (e.g. from OpenStreetMap) by means of a TileSource.

  • MapImageLayer, WmsImageLayer: Provides single image map content, e.g. from a Web Map Service (WMS).

  • WmtsTileLayer: Provides tiled map content from a Web Map Tile Service (WMTS).

  • MapItemsControl: Displays a collection of MapItem objects (with a geographic Location).


Please take a look at the SampleApplication project to learn more.


The project is not open for contributions. Pull requests will not be accepted.

About

Java FX Map Control Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published