Fork me on GitHub

Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

Document Description
CI Management This document lists the continuous integration management system of this project for building and testing code on a frequent, regular basis.
Dependency Convergence This document presents the convergence of dependency versions across the entire project, and its sub modules.
Maven Coordinates This document describes how to include this project as a dependency using various dependency management tools.
Dependency Management This document lists the dependencies that are defined through dependencyManagement.
Distribution Management This document provides informations on the distribution management of this project.
About MapView is a simple JavaFX 2 control that can render a tile-based map. It offers the following features: + zooming in/out + dragging + centering on double click + rendering overlays, such as GPS tracks ![image](images/Screenshot1.png) It works with map systems based on the Mercator projection, such as [OpenStreetMap](https://openstreetmap.org) or [OpenTopoMap](https://opentopomap.org/). ![image](images/Screenshot2.png) To get started, look at the example in the code and the [Javadoc](http://tidalwave.it/projects/mapview/latest/it-tidalwave-mapview-modules/mapview-javafx/apidocs/index.html). To run the example launch: ```shell mvn install mvn -f modules/Example/pom.xml exec:java ``` As an historical note, MapView has been derived by Windrose, an old open source GPS navigation project for Java Mobile developed by the same author between 2006 and 2008 (even though in the end only a few lines of code have been retained). MapView has been developed because a map viewer is needed by a project of the same author and the existing similar components for JavaFX, at the end of 2024, seem to be abandoned or not working. If you need a bug fix or an enhancement, requests, contributions such as patches, pull requests etc... are welcomed.
Issue Management This document provides information on the issue management system used in this project.
Licenses This document lists the project license(s).
Project Modules This document lists the modules (sub-projects) of this project.
Plugin Management This document lists the plugins that are defined through pluginManagement.
Plugins This document lists the build plugins and the report plugins used by this project.
Source Code Management This document lists ways to access the online source repository.
Summary This document lists other related information of this project
Team This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.