File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed
Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,15 @@ Copyright (C) 2014-2015 Stichting Mapcode Foundation (http://www.mapcode.com)
77This Java project contains a library to encode latitude/longitude pairs to mapcodes
88and to decode mapcodes back to latitude/longitude pairs.
99
10+ ** Release notes can be found at: http://mapcode-foundation.github.io/mapcode-java/ReleaseNotes.html **
11+
1012** Online documentation can be found at: http://mapcode-foundation.github.io/mapcode-java/ **
1113
1214** An example of how to use this library can be found at: https://github.com/mapcode-foundation/mapcode-java-example **
1315
1416If you wish to use mapcodes in your own application landscape, consider using running an instance of the
1517Mapcode REST API, which can be found on: ** https://github.com/mapcode-foundation/mapcode-rest-service **
1618
17- # Release notes
18-
19- * 2.1.0. Added micro-meter precision (mapcodes can now have eight precision digits)
20-
21- * 2.0.1. Allow java 6 (JDK 1.6) compilation
22-
23- * 2.0.0. Major update (core data checked, some territories updated, for ISO proposal)
24-
25- * Further release notes can be found at: http://mapcode-foundation.github.io/mapcode-java/ReleaseNotes.html **
26-
2719# License
2820
2921Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1- Release Notes (Version ${project.version})
1+ Release Notes (Version ${project.version})
22
33 These are the release notes for the Java library for mapcodes.
44
@@ -9,6 +9,17 @@ Release Notes (Version ${project.version})
99 In any case, never depend on them for your own non-<<<SNAPSHOT>>> releases.
1010#end
1111
12+
13+ * 2.1.0
14+
15+ * Added micro-meter precision (mapcodes can now have eight precision digits)
16+
17+ * Assure that encode(decode(m)) delivers m
18+
19+ * Renames to bring source more in line with other implementations
20+
21+ []
22+
1223* 2.0.2
1324
1425 * Renamed <<<isValidPrecisionFormat>>> to <<<isValidMapcodeFormat>>>.
You can’t perform that action at this time.
0 commit comments