You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,17 @@
6
6
7
7
**JPX** is a Java library for creating, reading and writing [GPS](https://en.wikipedia.org/wiki/Global_Positioning_System) data in [GPX](https://en.wikipedia.org/wiki/GPS_Exchange_Format) format. It is a *full* implementation of version [1.1](http://www.topografix.com/GPX/1/1/) and version [1.0](http://www.topografix.com/gpx_manual.asp) of the GPX format. The data classes are completely immutable and allows a functional programming style. They are working also nicely with the Java [Stream](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/stream/Stream.html) API. It is also possible to convert the location information into strings which are compatible to the [ISO 6709](http://en.wikipedia.org/wiki/ISO_6709) standard.
8
8
9
-
Beside the basic functionality of reading and writing GPX files, the library also allows to manipulate the read GPX object in a functional way.
9
+
Besides the basic functionality of reading and writing GPX files, the library also allows manipulating the read GPX object in a functional way.
10
10
11
11
12
12
## Dependencies
13
13
14
-
No external dependencies are needed by the _JPX_ library. It only needs **Java 17** to compile and run.
14
+
No external dependencies are needed by the _JPX_ library. It only needs **Java 17** to compile and run. It also runs and compiles with **Java 21**.
15
15
16
16
17
17
## Building JPX
18
18
19
-
For building the JPX library you have to check out the master branch from Github.
19
+
For building the JPX library you have to check out the `master` branch from GitHub.
0 commit comments