From 7c29f50062bb4d03fb90403bcf18a0eef9fd8e31 Mon Sep 17 00:00:00 2001 From: N1k145 Date: Thu, 7 Dec 2017 14:48:48 +0100 Subject: [PATCH] Updated README Increased verion number --- README.md | 10 ++++++++++ pom.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad42eb8..655c339 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## LeafletMap +####This is a fork of https://github.com/ssaring/sportstracker/tree/master/leafletmap + LeafletMap is a JavaFX component for displaying an OpenStreetMap based map inside a JavaFX WebView by using the Leaflet JavaScript library. @@ -53,6 +55,12 @@ Both the LeafletMap component and the demo application are written in Kotlin. #### Changelog +LeafletMap 1.1; + +* Added support for CustomMarkers +* Added removeMarker function +* Added changeIconOfMarker function + LeafletMap 1.0.2: * Updated to Kotlin 1.2.0 @@ -68,6 +76,8 @@ LeafletMap 1.0.1: (C) 2017 Stefan Saring +(C) 2017 Niklas Kellner + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index 7b10ba4..a212702 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ leafletmap leafletmap jar - 1.0.2-SNAPSHOT + 1.1 Saring