Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
Increased verion number
  • Loading branch information
N1k145 committed Dec 7, 2017
1 parent 7e45a47 commit 7c29f50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>leafletmap</artifactId>
<name>leafletmap</name>
<packaging>jar</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.1</version>

<organization>
<name>Saring</name>
Expand Down

0 comments on commit 7c29f50

Please sign in to comment.