Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngyewch/leafletfx
Leaflet for JavaFX.
https://github.com/ngyewch/leafletfx
java javafx javafx-library
Last synced: about 1 month ago
JSON representation
Leaflet for JavaFX.
- Host: GitHub
- URL: https://github.com/ngyewch/leafletfx
- Owner: ngyewch
- License: mit
- Created: 2021-01-30T05:36:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T05:33:57.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T18:41:03.803Z (2 months ago)
- Topics: java, javafx, javafx-library
- Language: Java
- Homepage:
- Size: 157 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeafletFX
![GitHub release (latest by date)](https://img.shields.io/github/v/release/ngyewch/LeafletFX)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ngyewch/LeafletFX/Java%20CI)
[![javadoc](https://javadoc.io/badge2/com.github.ngyewch.leafletfx/leafletfx/javadoc.svg)](https://javadoc.io/doc/com.github.ngyewch.leafletfx/leafletfx)
![Maven Central](https://img.shields.io/maven-central/v/com.github.ngyewch.leafletfx/leafletfx)[Leaflet](https://leafletjs.com/) for JavaFX.
This library uses [Leaflet](https://leafletjs.com/) 1.7.1
## Pre-requisites
* Java 11
## Download
### Gradle
```
dependencies {
implementation("com.github.ngyewch.leafletfx:leafletfx:0.1.0")
}repositories {
mavenCentral()
}
```